aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp
AgeCommit message (Expand)Author
2018-05-22dccp: initialize ireq->ir_markEric Dumazet
2018-05-22dccp: check sk for closed state in dccp_sendmsg()Alexey Kodanev
2018-02-28dccp: CVE-2017-8824: use-after-free in DCCP codeMohamed Ghannam
2018-02-28dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed stateAlexey Kodanev
2018-01-17dccp: fix memory leak during tear-down of unsuccessful connection requestHannes Frederic Sowa
2018-01-17dccp/tcp: fix routing redirect raceJon Maxwell
2018-01-17dccp: Unlock sock before calling sk_free()Arnaldo Carvalho de Melo
2017-10-03dccp: defer ccid_hc_tx_delete() at dismantle timeEric Dumazet
2017-10-03dccp: purge write queue in dccp_destroy_sock()Eric Dumazet
2017-09-10dccp: fix a memleak for dccp_feat_init err processXin Long
2017-09-10dccp: fix a memleak that dccp_ipv4 doesn't put reqsk properlyXin Long
2017-06-07dccp: fix freeing skb too early for IPV6_RECVPKTINFOAndrey Konovalov
2016-01-31tcp/dccp: fix timewait races in timer handlingEric Dumazet
2015-12-14ipv6: add complete rcu protection around np->optEric Dumazet
2015-04-24inet: fix possible panic in reqsk_queue_unlink()Eric Dumazet
2015-04-13tcp/dccp: get rid of central timewait timerEric Dumazet
2015-03-23inet: fix double request socket freeingFan Du
2015-03-23ipv6: dccp: handle ICMP messages on DCCP_NEW_SYN_RECV request socketsEric Dumazet
2015-03-23ipv4: dccp: handle ICMP messages on DCCP_NEW_SYN_RECV request socketsEric Dumazet
2015-03-23inet: remove sk_listener parameter from syn_ack_timeout()Eric Dumazet
2015-03-20inet: get rid of central tcp/dccp listener timerEric Dumazet
2015-03-20inet: drop prev pointer handling in request sockEric Dumazet
2015-03-18inet: request sock should init IPv6/IPv4 addressesEric Dumazet
2015-03-18ipv6: get rid of __inet6_hash()Eric Dumazet
2015-03-18inet: add IPv6 support to sk_ehashfn()Eric Dumazet
2015-03-17inet: add sk_listener argument to inet_reqsk_alloc()Eric Dumazet
2015-03-14inet: fill request sock ir_iif for IPv4Eric Dumazet
2015-03-12inet: introduce ireq_familyEric Dumazet
2015-03-12ipv6: add missing ireq_net & ir_cookie initializationsEric Dumazet
2015-03-11net: fix CONFIG_NET_NS=n compilationEric Dumazet
2015-03-11net: add real socket cookiesEric Dumazet
2015-03-10inet_diag: add const to inet_diag_req_v2Eric Dumazet
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2014-12-10net: introduce helper macro for_each_cmsghdrGu Zheng
2014-11-24new helper: memcpy_from_msg()Al Viro
2014-11-18dccp: spelling s/reseting/resettingFabian Frederick
2014-11-18dccp: replace min/casting by min_tFabian Frederick
2014-11-18dccp: remove blank lines between function/EXPORT_SYMBOLFabian Frederick
2014-11-18dccp: kerneldoc warning fixesFabian Frederick
2014-11-08dccp: Convert DCCP_WARN to net_warn_ratelimitedJoe Perches
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-10-17ipv6: introduce tcp_v6_iif()Eric Dumazet
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2014-10-01net/dccp/ccid.c: add __init to ccid_activateFabian Frederick
2014-10-01net/dccp/proto.c: add __init to dccp_mib_initFabian Frederick
2014-09-28ipv6: add a struct inet6_skb_parm param to ipv6_opt_accepted()Eric Dumazet
2014-09-28net_dma: simple removalDan Williams