aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-10-30net/smc: make wr buffer count configurableHalil Pasic7-22/+53
2025-10-30netfilter: conntrack: disable 0 value for conntrack_max settingFlorian Westphal2-3/+3
2025-10-30netfilter: nf_tables: use C99 struct initializer for nft_set_iterFernando Fernandez Mancera2-26/+21
2025-10-30xfrm: Prevent locally generated packets from direct output in tunnel modeJianbo Liu1-1/+5
2025-10-30xfrm: Determine inner GSO type from packet inner protocolJianbo Liu2-4/+8
2025-10-30xfrm: Check inner packet family directly from skb_dstJianbo Liu2-2/+2
2025-10-30net: sctp: fix KMSAN uninit-value in sctp_inq_popRanganath V N1-1/+1
2025-10-30pfkey: Deprecate pfkeySteffen Klassert2-4/+9
2025-10-30wifi: mac80211: Allow HT Action frame processing on 6 GHz when HE is supportedThomas Wu1-2/+5
2025-10-30wifi: mac80211: add RX flag to report radiotap VHT informationBenjamin Berg1-36/+68
2025-10-29net: devmem: refresh devmem TX dst in case of route invalidationShivaji Kant1-3/+24
2025-10-29net: tls: Cancel RX async resync request on rcd_delta overflowShahar Shitrit1-1/+3
2025-10-29ipv6: icmp: Add RFC 5837 supportIdo Schimmel3-2/+214
2025-10-29ipv4: icmp: Add RFC 5837 supportIdo Schimmel2-1/+201
2025-10-29Merge tag 'nf-25-10-29' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2-4/+28
2025-10-29net: sched: Don't use WARN_ON_ONCE() for -ENOMEM in tcf_classify().Kuniyuki Iwashima1-1/+1
2025-10-29mptcp: zero window probe mibPaolo Abeni3-0/+3
2025-10-29mptcp: restore window probePaolo Abeni1-1/+6
2025-10-29mptcp: fix MSG_PEEK stream corruptionPaolo Abeni1-13/+25
2025-10-29mptcp: drop bogus optimization in __mptcp_check_push()Paolo Abeni2-8/+5
2025-10-29tcp: fix too slow tcp_rcvbuf_grow() actionEric Dumazet2-3/+18
2025-10-29tcp: add newval parameter to tcp_rcvbuf_grow()Eric Dumazet2-19/+15
2025-10-29mptcp: fix subflow rcvbuf adjustPaolo Abeni1-2/+6
2025-10-29net: ipv4: Remove extern udp_v4_early_demux()/tcp_v4_early_demux() in .c filesWang Liang1-2/+2
2025-10-29netfilter: nft_ct: add seqadj extension for natted connectionsAndrii Melnychenko1-0/+5
2025-10-29netfilter: nft_connlimit: fix possible data race on connection countFernando Fernandez Mancera1-1/+1
2025-10-29netfilter: nft_ct: enable labels for get case tooFlorian Westphal1-3/+22
2025-10-28net: tcp_lp: fix kernel-doc warnings and update outdated reference linksRakuram Eswaran1-2/+5
2025-10-28sctp: Constify struct sctp_sched_opsChristophe JAILLET5-16/+16
2025-10-28net: optimize enqueue_to_backlog() for the fast pathEric Dumazet1-8/+10
2025-10-28bpf: Reject negative head_room in __bpf_skb_change_headDaniel Borkmann1-1/+2
2025-10-28wifi: mac80211: use wiphy_hrtimer_work for csa.switch_workBenjamin Berg4-14/+14
2025-10-28wifi: mac80211: use wiphy_hrtimer_work for ml_reconf_workBenjamin Berg2-6/+6
2025-10-28wifi: mac80211: use wiphy_hrtimer_work for ttlm_workBenjamin Berg2-13/+13
2025-10-28wifi: cfg80211: add an hrtimer based delayed work itemBenjamin Berg2-0/+77
2025-10-27tcp: remove one ktime_get() from recvmsg() fast pathEric Dumazet2-3/+11
2025-10-27sctp: Remove sctp_copy_sock() and sctp_copy_descendant().Kuniyuki Iwashima1-71/+0
2025-10-27sctp: Use sctp_clone_sock() in sctp_do_peeloff().Kuniyuki Iwashima2-21/+16
2025-10-27sctp: Remove sctp_pf.create_accept_sk().Kuniyuki Iwashima2-72/+0
2025-10-27sctp: Use sk_clone() in sctp_accept().Kuniyuki Iwashima2-40/+77
2025-10-27net: Add sk_clone().Kuniyuki Iwashima1-8/+16
2025-10-27sctp: Don't call sk->sk_prot->init() in sctp_v[46]_create_accept_sk().Kuniyuki Iwashima3-19/+24
2025-10-27sctp: Don't copy sk_sndbuf and sk_rcvbuf in sctp_sock_migrate().Kuniyuki Iwashima1-5/+2
2025-10-27sctp: Defer SCTP_DBG_OBJCNT_DEC() to sctp_destroy_sock().Kuniyuki Iwashima1-2/+3
2025-10-27Merge tag 'batadv-next-pullrequest-20251024' of https://git.open-mesh.org/linux-mergeJakub Kicinski4-45/+11
2025-10-27Merge tag 'batadv-net-pullrequest-20251024' of https://git.open-mesh.org/linux-mergeJakub Kicinski1-2/+12
2025-10-27net: bridge: Flush multicast groups when snooping is disabledPetr Machata1-0/+9
2025-10-27net/tls: support setting the maximum payload sizeWilfred Mallawa3-2/+66
2025-10-27xfrm: Skip redundant replay recheck for the hardware offload pathJianbo Liu1-8/+8
2025-10-27xfrm: Refactor xfrm_input lock to reduce contention with RSSJianbo Liu1-7/+7