summaryrefslogtreecommitdiffstats
path: root/net/dccp
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2024-03-211-1/+1
|\
| * treewide: replace or remove redundant def_bool in Kconfig filesMasahiro Yamada2024-02-201-1/+1
* | net: dccp: Simplify the allocation of slab caches in dccp_ackvec_initKunwu Chan2024-02-021-6/+2
* | inet_diag: add module pointer to "struct inet_diag_handler"Eric Dumazet2024-01-231-0/+1
|/
* net: remove SOCK_DEBUG leftoversDenis Kirjanov2023-12-261-1/+1
* ipv6: annotate data-races around np->mcast_oifEric Dumazet2023-12-111-1/+1
* dccp/tcp: Call security_inet_conn_request() after setting IPv6 addresses.Kuniyuki Iwashima2023-11-021-3/+3
* dccp: Call security_inet_conn_request() after setting IPv4 addresses.Kuniyuki Iwashima2023-11-021-3/+3
* tcp: record last received ipv6 flowlabelDavid Morley2023-10-101-2/+2
* inet: implement lockless IP_TOSEric Dumazet2023-10-011-1/+1
* net: implement lockless SO_PRIORITYEric Dumazet2023-10-011-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-09-212-14/+4
|\
| * dccp: fix dccp_v4_err()/dccp_v6_err() againEric Dumazet2023-09-182-14/+4
* | ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet2023-09-151-1/+1
* | ipv6: move np->repflow to atomic flagsEric Dumazet2023-09-151-1/+1
* | ipv6: lockless IPV6_RECVERR implemetationEric Dumazet2023-09-151-1/+1
* | ipv6: lockless IPV6_MULTICAST_HOPS implementationEric Dumazet2023-09-151-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-08-292-9/+19
|\
| * dccp: Fix out of bounds access in DCCP error handlerJann Horn2023-08-282-9/+19
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-242-10/+14
|\|
| * ipv4: fix data-races around inet->inet_idEric Dumazet2023-08-201-2/+2
| * dccp: annotate data-races in dccp_poll()Eric Dumazet2023-08-181-8/+12
* | inet: move inet->recverr to inet->inet_flagsEric Dumazet2023-08-161-3/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-102-3/+9
|\|
| * dccp: fix data-race around dp->dccps_mss_cacheEric Dumazet2023-08-042-3/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-031-2/+2
|\|
| * net: annotate data-races around sk->sk_markEric Dumazet2023-07-291-2/+2
* | dccp: Remove unused declaration dccp_feat_initialise_sysctls()YueHaibing2023-07-271-1/+0
* | ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet2023-07-242-4/+1
* | dccp: Set TOS and routing scope independently for fib lookups.Guillaume Nault2023-07-191-1/+2
|/
* sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-242-2/+0
* net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao2023-06-152-7/+7
* dccp: Print deprecation notice.Kuniyuki Iwashima2023-06-151-0/+3
* netfilter: keep conntrack reference until IPsecv6 policy checks are doneMadhu Koriginja2023-03-221-0/+1
* dccp: annotate lockless accesses to sk->sk_err_softEric Dumazet2023-03-173-11/+14
* dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima2023-02-101-5/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-293-39/+11
|\
| * dccp/tcp: Fixup bhash2 bucket when connect() fails.Kuniyuki Iwashima2022-11-223-6/+3
| * dccp/tcp: Update saddr under bhash's lock.Kuniyuki Iwashima2022-11-222-37/+8
| * dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima2022-11-222-0/+4
* | dccp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima2022-10-243-8/+16
|/
* treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-111-2/+2
* tcp: Introduce optional per-netns ehash.Kuniyuki Iwashima2022-09-201-0/+2
* net: Add a bhash2 table hashed by port and addressJoanne Koong2022-08-243-7/+70
* dccp: put dccp_qpolicy_full() and dccp_qpolicy_push() in the same lockHangyu Hua2022-08-011-5/+5
* Revert "net: Add a second bind table hashed by port and address"Joanne Koong2022-06-161-28/+5
* net: Add a second bind table hashed by port and addressJoanne Koong2022-05-201-5/+28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-192-0/+12
|\
| * Revert "tcp/dccp: get rid of inet_twsk_purge()"Eric Dumazet2022-05-132-0/+12
* | dccp: use READ_ONCE() to read sk->sk_bound_dev_ifEric Dumazet2022-05-162-3/+3