aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-03-14atm: lec: fix use-after-free in sock_def_readable()Deepanshu Kartikey2-26/+48
2026-03-14tcp: increase LINUX_MIB_BEYOND_WINDOW for SKB_DROP_REASON_TCP_OVERWINDOWSimon Baatz1-0/+1
2026-03-14mptcp: keep rcv_mwnd_seq in sync with subflow rcv_wndSimon Baatz1-2/+4
2026-03-14tcp: implement RFC 7323 window retraction receiver requirementsSimon Baatz5-5/+12
2026-03-14batman-adv: avoid OGM aggregation when skb tailroom is insufficientYang Yang1-0/+3
2026-03-13udp: Don't pass proto to __udp4_lib_rcv() and __udp6_lib_rcv().Kuniyuki Iwashima2-24/+9
2026-03-13udp: Don't pass udptable to IPv4 socket lookup functions.Kuniyuki Iwashima4-84/+57
2026-03-13udp: Don't pass udptable to IPv6 socket lookup functions.Kuniyuki Iwashima4-59/+49
2026-03-13udp: Remove dead check in __udp[46]_lib_lookup() for BPF.Kuniyuki Iwashima2-4/+2
2026-03-13udp: Remove udp_table in struct udp_seq_afinfo.Kuniyuki Iwashima2-19/+4
2026-03-13udp: Remove struct proto.h.udp_table.Kuniyuki Iwashima2-15/+12
2026-03-13udp: Remove UDPLITE_SEND_CSCOV and UDPLITE_RECV_CSCOV.Kuniyuki Iwashima3-48/+5
2026-03-13udp: Remove partial csum code in TX.Kuniyuki Iwashima2-65/+47
2026-03-13udp: Remove partial csum code in RX.Kuniyuki Iwashima2-131/+36
2026-03-13udp: Remove UDP-Lite SNMP stats.Kuniyuki Iwashima6-112/+53
2026-03-13ipv4: Retire UDP-Lite.Kuniyuki Iwashima8-235/+20
2026-03-13ipv6: Remove UDP-Lite support for IPV6_ADDRFORM.Kuniyuki Iwashima1-13/+4
2026-03-13ipv6: Retire UDP-Lite.Kuniyuki Iwashima7-212/+19
2026-03-13udp: Make udp[46]_seq_show() static.Kuniyuki Iwashima4-6/+4
2026-03-13Merge tag 'ceph-for-7.0-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds3-15/+28
2026-03-13netfilter: nf_conntrack_h323: check for zero length in DecodeQ931()Jenny Guanni Qu1-0/+2
2026-03-13netfilter: xt_time: use unsigned int for monthday bit shiftJenny Guanni Qu1-2/+2
2026-03-13netfilter: xt_CT: drop pending enqueued packets on template removalPablo Neira Ayuso1-0/+4
2026-03-13netfilter: nft_ct: drop pending enqueued packets on removalPablo Neira Ayuso1-0/+4
2026-03-13nf_tables: nft_dynset: fix possible stateful expression memleak in error pathPablo Neira Ayuso2-3/+11
2026-03-13netfilter: nf_conntrack_h323: fix OOB read in decode_int() CONS caseJenny Guanni Qu1-0/+2
2026-03-13netfilter: nf_flow_table_ip: reset mac header before vlan pushEric Woudstra1-0/+1
2026-03-13netfilter: revert nft_set_rbtree: validate open interval overlapFlorian Westphal2-78/+14
2026-03-13netfilter: nf_conntrack_sip: fix Content-Length u32 truncation in sip_help_tcp()Lukas Johannes Möller1-1/+5
2026-03-13netfilter: conntrack: add missing netlink policy validationsFlorian Westphal2-2/+3
2026-03-13netfilter: ctnetlink: fix use-after-free in ctnetlink_dump_exp_ct()Hyunwoo Kim1-1/+25
2026-03-13wifi: nl80211: reject S1G/60G with HT chantypeJohannes Berg1-0/+3
2026-03-13wifi: mac80211: check tdls flag in ieee80211_tdls_operDeepanshu Kartikey1-1/+1
2026-03-13xfrm: Fix work re-schedule after cancel in xfrm_nat_keepalive_net_fini()Hyunwoo Kim1-1/+1
2026-03-13wifi: cfg80211: check non-S1G width with S1G chandefLachlan Hodges1-0/+8
2026-03-13wifi: cfg80211: restrict cfg80211_chandef_create() to only HT-based bandsLachlan Hodges1-1/+3
2026-03-13wifi: mac80211: don't use cfg80211_chandef_create() for default chandefLachlan Hodges1-3/+15
2026-03-13wifi: mac80211: Remove deleted sta links in ieee80211_ml_reconf_work()Lorenzo Bianconi1-0/+11
2026-03-13wifi: cfg80211: split control freq check from chandef checkJohannes Berg1-44/+54
2026-03-13wifi: mac80211: always use full chanctx compatible checkJohannes Berg1-49/+37
2026-03-13wifi: mac80211: refactor chandef tracing macrosJohannes Berg1-56/+38
2026-03-13wifi: mac80211: validate HE 6 GHz operation when EHT is usedJohannes Berg1-0/+18
2026-03-13wifi: nl80211: split out UHR operation informationJohannes Berg1-10/+16
2026-03-12netlink: update outdated commentKexin Sun1-2/+2
2026-03-12mpls: add missing unregister_netdevice_notifier to mpls_initSabrina Dubroca1-0/+1
2026-03-12net: add skb_defer_disable_key static keyEric Dumazet3-1/+30
2026-03-12net/rose: fix NULL pointer dereference in rose_transmit_link on reconnectJiayuan Chen1-0/+5
2026-03-12bridge: cfm: Fix race condition in peer_mep deletionHyunwoo Kim1-2/+2
2026-03-12genetlink: apply reject policy for split ops on the dispatch pathJakub Kicinski1-0/+1
2026-03-12genetlink: use maxattr of 0 for the reject policyJakub Kicinski2-12/+11