aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-16/+24
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-30net: Generalise wq_has_sleeper helperHerbert Xu1-1/+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
2015-03-11net: fix CONFIG_NET_NS=n compilationEric Dumazet1-1/+1
2015-03-11net: add real socket cookiesEric Dumazet1-0/+2
2015-03-10inet_diag: add const to inet_diag_req_v2Eric Dumazet1-3/+4
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue3-11/+7
2014-12-10net: introduce helper macro for_each_cmsghdrGu Zheng1-3/+2
2014-11-24new helper: memcpy_from_msg()Al Viro1-1/+1
2014-11-18dccp: spelling s/reseting/resettingFabian Frederick1-1/+1
2014-11-18dccp: replace min/casting by min_tFabian Frederick1-1/+1
2014-11-18dccp: remove blank lines between function/EXPORT_SYMBOLFabian Frederick1-6/+0
2014-11-18dccp: kerneldoc warning fixesFabian Frederick1-2/+2