aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-15tcp: switch orphan_count to bare per-cpu countersEric Dumazet2-11/+5
2021-09-08dccp: don't duplicate ccid when cloning dccp sockLin, Zhenpeng1-0/+2
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2021-08-09dccp: add do-while-0 stubs for dccp_pr_debug macrosRandy Dunlap1-3/+3
2021-07-20memcg: enable accounting for inet_bin_bucket cacheVasily Averin1-1/+1
2021-06-29net: sock: introduce sk_error_reportAlexander Aring4-6/+6
2021-06-10dccp: tfrc: fix doc warnings in tfrc_equation.cBaokun Li1-0/+1
2021-05-17net: Remove the member netns_okYejune Deng1-1/+0
2021-04-09net: dccp: use net_generic storageFlorian Westphal2-8/+40
2021-03-18ipv6: weaken the v4mapped source checkJakub Kicinski1-0/+5
2021-02-06dccp: Return the correct errno codeZheng Yongjun1-1/+1
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds2-4/+4
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+2
2020-11-23tcp: fix race condition when creating child sockets from syncookiesRicardo Dias2-2/+2
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2-4/+4
2020-11-07net: dccp: convert tasklets to use new tasklet_setup() APIAllen Pais1-6/+6
2020-10-30net: dccp: Fix most of the kerneldoc warningsAndrew Lunn8-2/+41
2020-10-30net: dccp: Add __printf() markup to fix -Wsuggest-attribute=formatAndrew Lunn1-1/+1
2020-09-30inet: remove icsk_ack.blockedEric Dumazet1-1/+0
2020-09-10ip: pass tos into ip_build_and_send_pkt()Wei Wang1-2/+4
2020-08-24net: dccp: delete repeated wordsRandy Dunlap3-3/+3
2020-08-22net: dccp: Convert to use the preferred fallthrough macroMiaohe Lin6-16/+17
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds14-76/+43
2020-07-28net: remove sockptr_advanceChristoph Hellwig1-3/+2
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-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
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