summaryrefslogtreecommitdiff
path: root/net/dccp
AgeCommit message (Expand)Author
2023-12-26net: remove SOCK_DEBUG leftoversDenis Kirjanov
2023-12-11ipv6: annotate data-races around np->mcast_oifEric Dumazet
2023-11-02dccp/tcp: Call security_inet_conn_request() after setting IPv6 addresses.Kuniyuki Iwashima
2023-11-02dccp: Call security_inet_conn_request() after setting IPv4 addresses.Kuniyuki Iwashima
2023-10-10tcp: record last received ipv6 flowlabelDavid Morley
2023-10-01inet: implement lockless IP_TOSEric Dumazet
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-09-18dccp: fix dccp_v4_err()/dccp_v6_err() againEric Dumazet
2023-09-15ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet
2023-09-15ipv6: move np->repflow to atomic flagsEric Dumazet
2023-09-15ipv6: lockless IPV6_RECVERR implemetationEric Dumazet
2023-09-15ipv6: lockless IPV6_MULTICAST_HOPS implementationEric 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