summaryrefslogtreecommitdiffstats
path: root/net/dccp
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove uninitialized_var() usageKees Cook2023-06-091-1/+1
* dccp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima2023-04-263-8/+16
* dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima2023-02-221-5/+2
* dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima2022-12-082-0/+4
* dccp: put dccp_qpolicy_full() and dccp_qpolicy_push() in the same lockHangyu Hua2022-08-251-5/+5
* tcp: fix race condition when creating child sockets from syncookiesRicardo Dias2022-04-272-2/+2
* dccp: don't duplicate ccid when cloning dccp sockLin, Zhenpeng2021-09-221-0/+2
* dccp: add do-while-0 stubs for dccp_pr_debug macrosRandy Dunlap2021-08-261-3/+3
* ipv6: weaken the v4mapped source checkJakub Kicinski2021-04-071-0/+5
* dccp: Fix possible memleak in dccp_init and dccp_finiWang Hai2020-06-171-2/+5
* net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca2019-12-181-3/+3
* dccp: do not leak jiffies on the wireEric Dumazet2019-11-041-1/+1
* inet: stop leaking jiffies on the wireEric Dumazet2019-11-011-1/+1
* netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-011-1/+1
* ipv6: add priority parameter to ip6_xmit()Eric Dumazet2019-09-271-2/+3
* proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-9/+7
* ipv6: elide flowlabel check if no exclusive leases existWillem de Bruijn2019-07-081-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-198-31/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-4/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 389Thomas Gleixner2019-06-052-8/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3012-61/+12
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 132Thomas Gleixner2019-05-304-56/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-242-28/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* net: dccp : proto: remove Unneeded variable "err"Hariprasad Kelam2019-05-121-2/+1
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-192-0/+2
* dccp: Fix memleak in __feat_register_spYueHaibing2019-04-011-1/+6
* dccp: do not use ipv6 header for ipv4 flowEric Dumazet2019-03-191-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-081-2/+2
|\
| * dccp: fool proof ccid_hc_[rt]x_parse_options()Eric Dumazet2019-02-011-2/+2
* | tcp: Refactor pingpong codeWei Wang2019-01-272-3/+3
|/
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* mm: reference totalram_pages and managed_pages once per functionArun KS2018-12-281-3/+4
* net: dccp: fix kernel crash on module loadPeter Oskolkov2018-12-241-4/+4
* net: dccp: initialize (addr,port) listening hashtablePeter Oskolkov2018-12-171-0/+3
* Revert "net: dccp: initialize (addr,port) listening hashtable"David S. Miller2018-12-161-3/+0
* net: dccp: initialize (addr,port) listening hashtablePeter Oskolkov2018-12-161-0/+3
* net: Convert protocol error handlers from void to intStefano Brivio2018-11-082-10/+16
* inet: minor optimization for backlog setting in listen(2)Yafang Shao2018-11-071-1/+1
* Revert "net: simplify sock_poll_wait"Karsten Graul2018-10-231-1/+1
* inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet2018-10-021-1/+3
* tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet2018-10-011-1/+3
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-091-2/+4
|\
| * dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()Alexey Kodanev2018-08-071-2/+4
* | net: simplify sock_poll_waitChristoph Hellwig2018-07-301-1/+1
|/
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-284-5/+15
* net: dccp: switch rx_tstamp_last_feedback to monotonic clockEric Dumazet2018-06-231-4/+7
* net: dccp: avoid crash in ccid3_hc_rx_send_feedback()Eric Dumazet2018-06-231-3/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-1/+0
|\