summaryrefslogtreecommitdiff
path: root/net/dccp
AgeCommit message (Expand)Author
2023-09-18dccp: fix dccp_v4_err()/dccp_v6_err() againEric Dumazet
2023-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-08-28dccp: Fix out of bounds access in DCCP error handlerJann Horn
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-20ipv4: fix data-races around inet->inet_idEric Dumazet
2023-08-18dccp: annotate data-races in dccp_poll()Eric Dumazet
2023-08-16inet: move inet->recverr to inet->inet_flagsEric Dumazet
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-04dccp: fix data-race around dp->dccps_mss_cacheEric Dumazet
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet
2023-07-27dccp: Remove unused declaration dccp_feat_initialise_sysctls()YueHaibing
2023-07-24ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet
2023-07-19dccp: Set TOS and routing scope independently for fib lookups.Guillaume Nault
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao
2023-06-15dccp: Print deprecation notice.Kuniyuki Iwashima
2023-03-22netfilter: keep conntrack reference until IPsecv6 policy checks are doneMadhu Koriginja
2023-03-17dccp: annotate lockless accesses to sk->sk_err_softEric Dumazet
2023-02-10dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-22dccp/tcp: Fixup bhash2 bucket when connect() fails.Kuniyuki Iwashima
2022-11-22dccp/tcp: Update saddr under bhash's lock.Kuniyuki Iwashima
2022-11-22dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima
2022-10-24dccp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld
2022-09-20tcp: Introduce optional per-netns ehash.Kuniyuki Iwashima
2022-08-24net: Add a bhash2 table hashed by port and addressJoanne Koong
2022-08-01dccp: put dccp_qpolicy_full() and dccp_qpolicy_push() in the same lockHangyu Hua
2022-06-16Revert "net: Add a second bind table hashed by port and address"Joanne Koong
2022-05-20net: Add a second bind table hashed by port and addressJoanne Koong
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-16dccp: use READ_ONCE() to read sk->sk_bound_dev_ifEric Dumazet
2022-05-13Revert "tcp/dccp: get rid of inet_twsk_purge()"Eric Dumazet
2022-05-12net: inet: Retire port only listening_hashMartin KaFai Lau
2022-04-22ipv4: Avoid using RTO_ONLINK with ip_route_connect().Guillaume Nault
2022-04-22ipv6: Remove __ipv6_only_sock().Kuniyuki Iwashima
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp
2022-01-27dccp: remove max48()Jakub Kicinski
2022-01-26tcp: allocate tcp_death_row outside of struct netns_ipv4Eric Dumazet
2022-01-25tcp/dccp: get rid of inet_twsk_purge()Eric Dumazet
2021-11-23dccp: Inline dccp_listen_start().Kuniyuki Iwashima
2021-11-23dccp/tcp: Remove an unused argument in inet_csk_listen_start().Kuniyuki Iwashima
2021-11-19net: dccp: Use memset_startat() for TP zeroingKees Cook
2021-10-15tcp: switch orphan_count to bare per-cpu countersEric Dumazet
2021-09-08dccp: don't duplicate ccid when cloning dccp sockLin, Zhenpeng
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-09dccp: add do-while-0 stubs for dccp_pr_debug macrosRandy Dunlap
2021-07-20memcg: enable accounting for inet_bin_bucket cacheVasily Averin
2021-06-29net: sock: introduce sk_error_reportAlexander Aring