summaryrefslogtreecommitdiffstats
path: root/net/dccp
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-236-16/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-0514-76/+43
|\
| * net: remove sockptr_advanceChristoph Hellwig2020-07-281-3/+2
| * net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-242-11/+11
| * net: dccp: Add SIOCOUTQ IOCTL support (send buffer fill)Richard Sailer2020-07-221-0/+9
| * net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig2020-07-194-48/+0
| * net/ipv4: remove compat_ip_{get,set}sockoptChristoph Hellwig2020-07-191-4/+0
| * net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig2020-07-192-6/+0
| * net: dccp: kerneldoc fixesAndrew Lunn2020-07-136-0/+17
| * dccp: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-136-7/+7
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-131-2/+5
|\
| * dccp: Fix possible memleak in dccp_init and dccp_finiWang Hai2020-06-091-2/+5
* | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-142-5/+5
|/
* ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig2020-05-181-0/+1
* dccp: remove unused inline function dccp_set_seqnoYueHaibing2020-04-251-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-02-291-5/+4
|\
| * inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->dataMartin KaFai Lau2020-02-271-2/+2
| * inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()Martin KaFai Lau2020-02-271-3/+2
* | net: dccp: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-281-1/+1
* | dccp: Add missing annotation for dccp_child_process()Jules Irenge2020-02-241-0/+1
|/
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
* net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca2019-12-041-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-1/+1
|\
| * dccp: do not leak jiffies on the wireEric Dumazet2019-11-041-1/+1
* | net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet2019-11-061-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