summaryrefslogtreecommitdiffstats
path: root/net/dccp
AgeCommit message (Expand)AuthorLines
2025-04-11net: Retire DCCP socket.Kuniyuki Iwashima-13531/+0
2025-03-25tcp/dccp: remove icsk->icsk_ack.timeoutEric Dumazet-5/+4
2025-03-25tcp/dccp: remove icsk->icsk_timeoutEric Dumazet-2/+2
2025-03-24tcp/dccp: Remove inet_connection_sock_af_ops.addr2sockaddr().Kuniyuki Iwashima-6/+0
2025-02-14inet: consolidate inet_csk_clone_lock()Eric Dumazet-9/+3
2025-01-20sysctl net: Remove macro checks for CONFIG_SYSCTLDenis Kirjanov-4/+0
2025-01-17dccp: Prepare dccp_v4_route_skb() to .flowi4_tos conversion.Guillaume Nault-1/+2
2024-12-03dccp: Fix memory leak in dccp_feat_change_recvIvan Solodovnikov-1/+5
2024-11-11net: fix data-races around sk->sk_forward_allocWang Liang-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-2/+2
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+10
2024-06-25Fix race for duplicate reqsk on identical SYNluoxuanqiang-4/+10
2024-06-10net: tcp: un-pin the tw_timerFlorian Westphal-6/+0
2024-06-10net: tcp/dccp: prepare for tw_timer un-pinningValentin Schneider-2/+1
2024-05-07net: dccp: Fix ccid2_rtt_estimator() kernel-docJeff Johnson-0/+1
2024-05-03net: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados-2/+0
2024-04-26rstreason: prepare for passive resetJason Xing-9/+14
2024-04-01tcp/dccp: do not care about families in inet_twsk_purge()Eric Dumazet-7/+1
2024-03-29net: add sk_wake_async_rcu() helperEric Dumazet-1/+1
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-1/+1
2024-02-20treewide: replace or remove redundant def_bool in Kconfig filesMasahiro Yamada-1/+1
2024-02-02net: dccp: Simplify the allocation of slab caches in dccp_ackvec_initKunwu Chan-6/+2
2024-01-23inet_diag: add module pointer to "struct inet_diag_handler"Eric Dumazet-0/+1
2023-12-26net: remove SOCK_DEBUG leftoversDenis Kirjanov-1/+1
2023-12-11ipv6: annotate data-races around np->mcast_oifEric Dumazet-1/+1
2023-11-02dccp/tcp: Call security_inet_conn_request() after setting IPv6 addresses.Kuniyuki Iwashima-3/+3
2023-11-02dccp: Call security_inet_conn_request() after setting IPv4 addresses.Kuniyuki Iwashima-3/+3
2023-10-10tcp: record last received ipv6 flowlabelDavid Morley-2/+2
2023-10-01inet: implement lockless IP_TOSEric Dumazet-1/+1
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet-1/+1
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-14/+4
2023-09-18dccp: fix dccp_v4_err()/dccp_v6_err() againEric Dumazet-14/+4
2023-09-15ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet-1/+1
2023-09-15ipv6: move np->repflow to atomic flagsEric Dumazet-1/+1
2023-09-15ipv6: lockless IPV6_RECVERR implemetationEric Dumazet-1/+1
2023-09-15ipv6: lockless IPV6_MULTICAST_HOPS implementationEric Dumazet-1/+1
2023-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-9/+19
2023-08-28dccp: Fix out of bounds access in DCCP error handlerJann Horn-9/+19
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-10/+14
2023-08-20ipv4: fix data-races around inet->inet_idEric Dumazet-2/+2
2023-08-18dccp: annotate data-races in dccp_poll()Eric Dumazet-8/+12
2023-08-16inet: move inet->recverr to inet->inet_flagsEric Dumazet-3/+1
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+9
2023-08-04dccp: fix data-race around dp->dccps_mss_cacheEric Dumazet-3/+9
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet-2/+2
2023-07-27dccp: Remove unused declaration dccp_feat_initialise_sysctls()YueHaibing-1/+0
2023-07-24ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet-4/+1
2023-07-19dccp: Set TOS and routing scope independently for fib lookups.Guillaume Nault-1/+2
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells-2/+0