summaryrefslogtreecommitdiff
path: root/net/dccp
AgeCommit message (Expand)AuthorFilesLines
2023-06-25sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2-2/+0
2023-06-16net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao2-7/+7
2023-06-16dccp: Print deprecation notice.Kuniyuki Iwashima1-0/+3
2023-03-22netfilter: keep conntrack reference until IPsecv6 policy checks are doneMadhu Koriginja1-0/+1
2023-03-17dccp: annotate lockless accesses to sk->sk_err_softEric Dumazet3-11/+14
2023-02-11dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima1-5/+2
2022-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-39/+11
2022-11-23dccp/tcp: Fixup bhash2 bucket when connect() fails.Kuniyuki Iwashima3-6/+3
2022-11-23dccp/tcp: Update saddr under bhash's lock.Kuniyuki Iwashima2-37/+8
2022-11-23dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima2-0/+4
2022-10-24dccp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima3-8/+16
2022-10-12treewide: 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-25net: 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-21net: 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-13net: 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-27tcp: 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-24dccp: Inline dccp_listen_start().Kuniyuki Iwashima1-16/+11
2021-11-24dccp/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-11dccp: tfrc: fix doc warnings in tfrc_equation.cBaokun Li1-0/+1
2021-05-18net: Remove the member netns_okYejune Deng1-1/+0
2021-04-10net: 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/...Linus Torvalds2-4/+4
2020-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+2
2020-11-24tcp: fix race condition when creating child sockets from syncookiesRicardo Dias2-2/+2
2020-11-24lsm,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-10-01inet: remove icsk_ack.blockedEric Dumazet1-1/+0
2020-09-10ip: pass tos into ip_build_and_send_pkt()Wei Wang1-2/+4