summaryrefslogtreecommitdiff
path: root/net/dccp
AgeCommit message (Expand)AuthorFilesLines
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-03tcp/dccp: fix another race at listener dismantleEric Dumazet2-14/+14
2015-12-03ipv6: kill sk_dst_lockEric Dumazet1-2/+2
2015-12-02ipv6: 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-01Use 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-13tcp/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-29tcp/dccp: constify syn_recv_sock() method sock argumentEric Dumazet3-4/+6
2015-09-29dccp: constify dccp_create_openreq_child() sock argumentEric Dumazet2-2/+2
2015-09-29dccp: use inet6_csk_route_req() helperEric Dumazet1-14/+3
2015-09-29tcp/dccp: constify send_synack and send_reset socket argumentEric Dumazet4-4/+4
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-12/+7
2015-09-25tcp/dccp: constify rtx_synack() and friendsEric Dumazet2-2/+2
2015-09-25dccp: constify dccp_make_response() socket argumentEric Dumazet2-7/+12
2015-09-21tcp/dccp: fix timewait races in timer handlingEric Dumazet1-2/+2
2015-09-15dccp: drop null test before destroy functionsJulia Lawall2-10/+5
2015-07-27tcp: fix recv with flags MSG_WAITALL | MSG_PEEKSabrina Dubroca1-1/+1
2015-06-15sock_diag: specify info_size per inet protocolCraig Gallek1-0/+1
2015-04-24inet: fix possible panic in reqsk_queue_unlink()Eric Dumazet3-4/+5
2015-04-13tcp/dccp: get rid of central timewait timerEric Dumazet1-16/+3
2015-03-23inet: fix double request socket freeingFan Du1-1/+1
2015-03-23ipv6: dccp: handle ICMP messages on DCCP_NEW_SYN_RECV request socketsEric Dumazet1-33/+8
2015-03-23ipv4: dccp: handle ICMP messages on DCCP_NEW_SYN_RECV request socketsEric Dumazet2-36/+35
2015-03-23inet: remove sk_listener parameter from syn_ack_timeout()Eric Dumazet1-1/+1
2015-03-20inet: get rid of central tcp/dccp listener timerEric Dumazet3-30/+16
2015-03-20inet: drop prev pointer handling in request sockEric Dumazet4-25/+18
2015-03-18inet: request sock should init IPv6/IPv4 addressesEric Dumazet1-2/+2
2015-03-18ipv6: get rid of __inet6_hash()Eric Dumazet1-15/+2
2015-03-18inet: add IPv6 support to sk_ehashfn()Eric Dumazet2-13/+6
2015-03-17inet: add sk_listener argument to inet_reqsk_alloc()Eric Dumazet2-4/+2
2015-03-14inet: fill request sock ir_iif for IPv4Eric Dumazet1-0/+1
2015-03-12inet: introduce ireq_familyEric Dumazet2-0/+2
2015-03-12ipv6: add missing ireq_net & ir_cookie initializationsEric Dumazet2-1/+1