aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/dccp (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig2-11/+11
2020-07-22net: dccp: Add SIOCOUTQ IOCTL support (send buffer fill)Richard Sailer1-0/+9
2020-07-19net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig4-48/+0
2020-07-19net/ipv4: remove compat_ip_{get,set}sockoptChristoph Hellwig1-4/+0
2020-07-19net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig2-6/+0
2020-07-13net: dccp: kerneldoc fixesAndrew Lunn6-0/+17
2020-07-13dccp: Replace HTTP links with HTTPS onesAlexander A. Klimov6-7/+7
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-2/+5
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2-5/+5
2020-06-09dccp: Fix possible memleak in dccp_init and dccp_finiWang Hai1-2/+5
2020-05-18ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig1-0/+1
2020-04-25dccp: remove unused inline function dccp_set_seqnoYueHaibing1-5/+0
2020-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-5/+4
2020-02-28net: dccp: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-27inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->dataMartin KaFai Lau1-2/+2
2020-02-27inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()Martin KaFai Lau1-3/+2
2020-02-24dccp: Add missing annotation for dccp_child_process()Jules Irenge1-0/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-12-04net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca1-3/+3
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-11-06net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet1-1/+1
2019-11-04dccp: do not leak jiffies on the wireEric Dumazet1-1/+1
2019-11-01inet: stop leaking jiffies on the wireEric Dumazet1-1/+1
2019-10-01netfilter: drop bridge nf reset from nf_resetFlorian Westphal1-1/+1
2019-09-27ipv6: add priority parameter to ip6_xmit()Eric Dumazet1-2/+3
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce1-9/+7
2019-07-08ipv6: elide flowlabel check if no exclusive leases existWillem de Bruijn1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner8-31/+8
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 389Thomas Gleixner2-8/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner12-61/+12
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 132Thomas Gleixner4-56/+4
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2-28/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-12net: dccp : proto: remove Unneeded variable "err"Hariprasad Kelam1-2/+1
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2-0/+2
2019-04-01dccp: Fix memleak in __feat_register_spYueHaibing1-1/+6
2019-03-19dccp: do not use ipv6 header for ipv4 flowEric Dumazet1-2/+2
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2019-02-01dccp: fool proof ccid_hc_[rt]x_parse_options()Eric Dumazet1-2/+2
2019-01-27tcp: Refactor pingpong codeWei Wang2-3/+3
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS1-3/+4
2018-12-24net: dccp: fix kernel crash on module loadPeter Oskolkov1-4/+4
2018-12-17net: dccp: initialize (addr,port) listening hashtablePeter Oskolkov1-0/+3
2018-12-16Revert "net: dccp: initialize (addr,port) listening hashtable"David S. Miller1-3/+0
2018-12-16net: dccp: initialize (addr,port) listening hashtablePeter Oskolkov1-0/+3
2018-11-08net: Convert protocol error handlers from void to intStefano Brivio2-10/+16
2018-11-07inet: minor optimization for backlog setting in listen(2)Yafang Shao1-1/+1
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul1-1/+1