summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-04-03dccp: do not use ipv6 header for ipv4 flowEric Dumazet1-2/+2
2019-03-27tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet4-20/+3
2019-02-12dccp: fool proof ccid_hc_[rt]x_parse_options()Eric Dumazet1-2/+2
2018-10-18inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet4-8/+10
2018-10-18tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet3-4/+7
2018-08-22dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()Alexey Kodanev1-2/+4
2018-07-22net: dccp: switch rx_tstamp_last_feedback to monotonic clockEric Dumazet1-4/+7
2018-07-22net: dccp: avoid crash in ccid3_hc_rx_send_feedback()Eric Dumazet1-3/+2
2018-06-13dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()Alexey Kodanev1-2/+0
2018-05-19dccp: fix tasklet usageEric Dumazet2-3/+13
2018-05-16dccp: initialize ireq->ir_markEric Dumazet2-0/+2
2018-03-31dccp: check sk for closed state in dccp_sendmsg()Alexey Kodanev1-0/+5
2018-02-17dccp: CVE-2017-8824: use-after-free in DCCP codeMohamed Ghannam1-0/+5
2018-01-31dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed stateAlexey Kodanev1-0/+3
2017-12-16tcp/dccp: block bh before arming time_wait timerEric Dumazet2-0/+12
2017-11-18tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet4-4/+10
2017-11-18tcp/dccp: fix ireq->opt racesEric Dumazet7-39/+33
2017-08-30dccp: defer ccid_hc_tx_delete() at dismantle timeEric Dumazet1-2/+12
2017-08-30dccp: purge write queue in dccp_destroy_sock()Eric Dumazet1-4/+1
2017-08-11dccp: fix a memleak for dccp_feat_init err processXin Long1-2/+5
2017-08-11dccp: fix a memleak that dccp_ipv4 doesn't put reqsk properlyXin Long1-0/+1
2017-08-11dccp: fix a memleak that dccp_ipv6 doesn't put reqsk properlyXin Long1-0/+1
2017-06-07ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong2-0/+8
2017-03-22dccp: fix memory leak during tear-down of unsuccessful connection requestHannes Frederic Sowa1-0/+1
2017-03-22dccp/tcp: fix routing redirect raceJon Maxwell4-8/+14
2017-03-22dccp: fix use-after-free in dccp_feat_activate_valuesEric Dumazet2-8/+17
2017-03-22dccp: Unlock sock before calling sk_free()Arnaldo Carvalho de Melo1-0/+1
2017-03-22tcp/dccp: block BH for SYN processingEric Dumazet2-4/+16
2017-02-26dccp: fix freeing skb too early for IPV6_RECVPKTINFOAndrey Konovalov1-1/+2
2017-02-18tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira6-10/+10
2016-11-30net/dccp: fix use-after-free in dccp_invalid_packetEric Dumazet1-5/+7
2016-11-03ipv6: dccp: add missing bind_conflict to dccp_ipv6_mappedEric Dumazet1-0/+1
2016-11-03ipv6: dccp: fix out of bound access in dccp_v6_err()Eric Dumazet1-7/+8
2016-11-03dccp: fix out of bound access in dccp_v4_err()Eric Dumazet1-6/+8
2016-11-03dccp: do not send reset to already closed socketsEric Dumazet1-0/+4
2016-11-03dccp: do not release listeners too soonEric Dumazet4-6/+8
2016-07-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds126-2131/+7281
2016-07-13dccp: limit sk_filter trim to payloadWillem de Bruijn4-6/+13
2016-07-09dccp: avoid deadlock in dccp_v4_ctl_send_resetEric Dumazet1-4/+6
2016-07-07Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...James Morris36-259/+3511
2016-06-27ipv6: Allow request socks to contain IPv6 options.Huw Davies4-7/+27
2016-05-02dccp: do not assume DCCP code is non preemptibleEric Dumazet4-6/+6
2016-04-28net: snmp: kill STATS_BH macrosEric Dumazet8-45/+45
2016-04-28net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet25-149/+153
2016-04-28net: rename ICMP6_INC_STATS_BH()Eric Dumazet6-15/+15
2016-04-28net: rename IP_INC_STATS_BH()Eric Dumazet8-29/+29
2016-04-28net: rename ICMP_INC_STATS_BH()Eric Dumazet6-14/+14
2016-04-28dccp: rename DCCP_INC_STATS_BH()Eric Dumazet7-16/+16
2016-04-07net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa10-17/+26
2016-04-05tcp/dccp: do not touch listener sk_refcnt under synfloodEric Dumazet10-163/+134
[next]