summaryrefslogtreecommitdiff
path: root/net/dccp
AgeCommit message (Expand)AuthorFilesLines
2019-11-10inet: stop leaking jiffies on the wireEric Dumazet1-1/+1
2019-11-10dccp: do not leak jiffies on the wireEric Dumazet1-1/+1
2019-04-03dccp: do not use ipv6 header for ipv4 flowEric Dumazet1-2/+2
2019-04-03tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet2-8/+2
2019-02-20dccp: fool proof ccid_hc_[rt]x_parse_options()Eric Dumazet1-2/+2
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-26dccp: 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-16dccp: 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-11-18tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet1-1/+1
2017-11-18tcp/dccp: fix ireq->opt racesEric Dumazet1-5/+8
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 Cong1-0/+6
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 Maxwell2-4/+7
2017-03-22dccp: fix use-after-free in dccp_feat_activate_valuesEric Dumazet1-8/+16
2017-03-22dccp: Unlock sock before calling sk_free()Arnaldo Carvalho de Melo1-0/+1
2017-02-26dccp: fix freeing skb too early for IPV6_RECVPKTINFOAndrey Konovalov1-1/+2
2016-12-10net/dccp: fix use-after-free in dccp_invalid_packetEric Dumazet1-5/+7
2016-11-21ipv6: dccp: add missing bind_conflict to dccp_ipv6_mappedEric Dumazet1-0/+1
2016-11-21ipv6: dccp: fix out of bound access in dccp_v6_err()Eric Dumazet1-7/+8
2016-11-21dccp: fix out of bound access in dccp_v4_err()Eric Dumazet1-6/+8
2016-11-21dccp: do not send reset to already closed socketsEric Dumazet1-0/+4
2016-04-20tcp/dccp: remove obsolete WARN_ON() in icmp handlersEric Dumazet1-2/+0
2016-03-04tcp/dccp: fix another race at listener dismantleEric Dumazet2-14/+14
2015-12-03ipv6: kill sk_dst_lockEric Dumazet1-2/+2
2015-12-03ipv6: add complete rcu protection around np->optEric Dumazet1-12/+21
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet1-2/+1
2015-11-02tcp/dccp: fix ireq->pktopts raceEric Dumazet1-8/+8
2015-11-02Use 64-bit timekeepingTina Ruchandani1-5/+6
2015-10-23tcp/dccp: fix hashdance race for passive sessionsEric Dumazet4-13/+20
2015-10-16tcp/dccp: add inet_csk_reqsk_queue_drop_and_put() helperEric Dumazet2-2/+2
2015-10-16Revert "inet: fix double request socket freeing"Eric Dumazet1-1/+1
2015-10-14tcp/dccp: fix behavior of stale SYN_RECV request socketsEric Dumazet2-16/+14
2015-10-09net/dccp: dccp_bad_service_code can be booleanYaowei Bai1-2/+2
2015-10-05tcp: avoid two atomic ops for syncookiesEric Dumazet2-2/+2
2015-10-03tcp/dccp: install syn_recv requests into ehash tableEric Dumazet2-93/+43
2015-09-30tcp/dccp: constify syn_recv_sock() method sock argumentEric Dumazet3-4/+6
2015-09-30dccp: constify dccp_create_openreq_child() sock argumentEric Dumazet2-2/+2
2015-09-30dccp: use inet6_csk_route_req() helperEric Dumazet1-14/+3
2015-09-30tcp/dccp: constify send_synack and send_reset socket argumentEric Dumazet4-4/+4