aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld1-2/+2
2022-09-20tcp: Introduce optional per-netns ehash.Kuniyuki Iwashima1-0/+2
2022-08-24net: Add a bhash2 table hashed by port and addressJoanne Koong3-7/+70
2022-08-01dccp: put dccp_qpolicy_full() and dccp_qpolicy_push() in the same lockHangyu Hua1-5/+5
2022-06-16Revert "net: Add a second bind table hashed by port and address"Joanne Koong1-28/+5
2022-05-20net: Add a second bind table hashed by port and addressJoanne Koong1-5/+28
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+12
2022-05-16dccp: use READ_ONCE() to read sk->sk_bound_dev_ifEric Dumazet2-3/+3
2022-05-13Revert "tcp/dccp: get rid of inet_twsk_purge()"Eric Dumazet2-0/+12
2022-05-12net: inet: Retire port only listening_hashMartin KaFai Lau1-1/+0
2022-04-22ipv4: Avoid using RTO_ONLINK with ip_route_connect().Guillaume Nault1-3/+2
2022-04-22ipv6: Remove __ipv6_only_sock().Kuniyuki Iwashima1-1/+1
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2-5/+5
2022-01-27dccp: remove max48()Jakub Kicinski1-5/+0
2022-01-26tcp: allocate tcp_death_row outside of struct netns_ipv4Eric Dumazet1-0/+1
2022-01-25tcp/dccp: get rid of inet_twsk_purge()Eric Dumazet2-12/+0
2021-11-23dccp: Inline dccp_listen_start().Kuniyuki Iwashima1-16/+11
2021-11-23dccp/tcp: Remove an unused argument in inet_csk_listen_start().Kuniyuki Iwashima1-3/+3
2021-11-19net: dccp: Use memset_startat() for TP zeroingKees Cook1-3/+1
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