summaryrefslogtreecommitdiffstats
path: root/net/dccp
AgeCommit message (Expand)Author
2021-04-07ipv6: weaken the v4mapped source checkJakub Kicinski
2020-06-17dccp: Fix possible memleak in dccp_init and dccp_finiWang Hai
2019-12-18net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca
2019-11-04dccp: do not leak jiffies on the wireEric Dumazet
2019-11-01inet: stop leaking jiffies on the wireEric Dumazet
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal
2019-09-27ipv6: add priority parameter to ip6_xmit()Eric Dumazet
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce
2019-07-08ipv6: elide flowlabel check if no exclusive leases existWillem de Bruijn
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 389Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 132Thomas Gleixner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-12net: dccp : proto: remove Unneeded variable "err"Hariprasad Kelam
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann
2019-04-01dccp: Fix memleak in __feat_register_spYueHaibing
2019-03-19dccp: do not use ipv6 header for ipv4 flowEric Dumazet
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-01dccp: fool proof ccid_hc_[rt]x_parse_options()Eric Dumazet
2019-01-27tcp: Refactor pingpong codeWei Wang
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS
2018-12-24net: dccp: fix kernel crash on module loadPeter Oskolkov
2018-12-17net: dccp: initialize (addr,port) listening hashtablePeter Oskolkov
2018-12-16Revert "net: dccp: initialize (addr,port) listening hashtable"David S. Miller
2018-12-16net: dccp: initialize (addr,port) listening hashtablePeter Oskolkov
2018-11-08net: Convert protocol error handlers from void to intStefano Brivio
2018-11-07inet: minor optimization for backlog setting in listen(2)Yafang Shao
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul
2018-10-02inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet
2018-10-01tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-08-07dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()Alexey Kodanev
2018-07-30net: simplify sock_poll_waitChristoph Hellwig
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-23net: dccp: switch rx_tstamp_last_feedback to monotonic clockEric Dumazet
2018-06-23net: dccp: avoid crash in ccid3_hc_rx_send_feedback()Eric Dumazet
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-06-05net-tcp: remove useless tw_timeout fieldMaciej Żenczykowski
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-26net/dccp: convert to ->poll_maskChristoph Hellwig
2018-05-22dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()Alexey Kodanev
2018-05-03dccp: fix tasklet usageEric Dumazet
2018-04-07dccp: initialize ireq->ir_markEric Dumazet
2018-03-07dccp: check sk for closed state in dccp_sendmsg()Alexey Kodanev
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds