summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-03-14Merge tag 'nf-26-03-13' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski
2026-03-14Merge tag 'for-net-2026-03-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2026-03-14net: plumb drop reasons to __dev_queue_xmit()Eric Dumazet
2026-03-14net: dropreason: add SKB_DROP_REASON_RECURSION_LIMITEric Dumazet
2026-03-14sunrpc: fix cache_request leak in cache_releaseJeff Layton
2026-03-14atm: lec: fix use-after-free in sock_def_readable()Deepanshu Kartikey
2026-03-14tcp: increase LINUX_MIB_BEYOND_WINDOW for SKB_DROP_REASON_TCP_OVERWINDOWSimon Baatz
2026-03-14mptcp: keep rcv_mwnd_seq in sync with subflow rcv_wndSimon Baatz
2026-03-14tcp: implement RFC 7323 window retraction receiver requirementsSimon Baatz
2026-03-14batman-adv: avoid OGM aggregation when skb tailroom is insufficientYang Yang
2026-03-13udp: Don't pass proto to __udp4_lib_rcv() and __udp6_lib_rcv().Kuniyuki Iwashima
2026-03-13udp: Don't pass udptable to IPv4 socket lookup functions.Kuniyuki Iwashima
2026-03-13udp: Don't pass udptable to IPv6 socket lookup functions.Kuniyuki Iwashima
2026-03-13udp: Remove dead check in __udp[46]_lib_lookup() for BPF.Kuniyuki Iwashima
2026-03-13udp: Remove udp_table in struct udp_seq_afinfo.Kuniyuki Iwashima
2026-03-13udp: Remove struct proto.h.udp_table.Kuniyuki Iwashima
2026-03-13udp: Remove UDPLITE_SEND_CSCOV and UDPLITE_RECV_CSCOV.Kuniyuki Iwashima
2026-03-13udp: Remove partial csum code in TX.Kuniyuki Iwashima
2026-03-13udp: Remove partial csum code in RX.Kuniyuki Iwashima
2026-03-13udp: Remove UDP-Lite SNMP stats.Kuniyuki Iwashima
2026-03-13ipv4: Retire UDP-Lite.Kuniyuki Iwashima
2026-03-13ipv6: Remove UDP-Lite support for IPV6_ADDRFORM.Kuniyuki Iwashima
2026-03-13ipv6: Retire UDP-Lite.Kuniyuki Iwashima
2026-03-13udp: Make udp[46]_seq_show() static.Kuniyuki Iwashima
2026-03-13Merge tag 'ceph-for-7.0-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds
2026-03-13netfilter: nf_conntrack_h323: check for zero length in DecodeQ931()Jenny Guanni Qu
2026-03-13netfilter: xt_time: use unsigned int for monthday bit shiftJenny Guanni Qu
2026-03-13netfilter: xt_CT: drop pending enqueued packets on template removalPablo Neira Ayuso
2026-03-13netfilter: nft_ct: drop pending enqueued packets on removalPablo Neira Ayuso
2026-03-13nf_tables: nft_dynset: fix possible stateful expression memleak in error pathPablo Neira Ayuso
2026-03-13netfilter: nf_conntrack_h323: fix OOB read in decode_int() CONS caseJenny Guanni Qu
2026-03-13netfilter: nf_flow_table_ip: reset mac header before vlan pushEric Woudstra
2026-03-13netfilter: revert nft_set_rbtree: validate open interval overlapFlorian Westphal
2026-03-13netfilter: nf_conntrack_sip: fix Content-Length u32 truncation in sip_help_tcp()Lukas Johannes Möller
2026-03-13netfilter: conntrack: add missing netlink policy validationsFlorian Westphal
2026-03-13netfilter: ctnetlink: fix use-after-free in ctnetlink_dump_exp_ct()Hyunwoo Kim
2026-03-13wifi: nl80211: reject S1G/60G with HT chantypeJohannes Berg
2026-03-13wifi: mac80211: check tdls flag in ieee80211_tdls_operDeepanshu Kartikey
2026-03-13xfrm: Fix work re-schedule after cancel in xfrm_nat_keepalive_net_fini()Hyunwoo Kim
2026-03-13wifi: cfg80211: check non-S1G width with S1G chandefLachlan Hodges
2026-03-13wifi: cfg80211: restrict cfg80211_chandef_create() to only HT-based bandsLachlan Hodges
2026-03-13wifi: mac80211: don't use cfg80211_chandef_create() for default chandefLachlan Hodges
2026-03-13wifi: mac80211: Remove deleted sta links in ieee80211_ml_reconf_work()Lorenzo Bianconi
2026-03-13wifi: cfg80211: split control freq check from chandef checkJohannes Berg
2026-03-13wifi: mac80211: always use full chanctx compatible checkJohannes Berg
2026-03-13wifi: mac80211: refactor chandef tracing macrosJohannes Berg
2026-03-13wifi: mac80211: validate HE 6 GHz operation when EHT is usedJohannes Berg
2026-03-13wifi: nl80211: split out UHR operation informationJohannes Berg
2026-03-12netlink: update outdated commentKexin Sun
2026-03-12mpls: add missing unregister_netdevice_notifier to mpls_initSabrina Dubroca