summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2026-03-13udp: Remove dead check in __udp[46]_lib_lookup() for BPF.Kuniyuki Iwashima-4/+2
2026-03-13udp: Remove udp_table in struct udp_seq_afinfo.Kuniyuki Iwashima-19/+4
2026-03-13udp: Remove struct proto.h.udp_table.Kuniyuki Iwashima-15/+12
2026-03-13udp: Remove UDPLITE_SEND_CSCOV and UDPLITE_RECV_CSCOV.Kuniyuki Iwashima-48/+5
2026-03-13udp: Remove partial csum code in TX.Kuniyuki Iwashima-65/+47
2026-03-13udp: Remove partial csum code in RX.Kuniyuki Iwashima-131/+36
2026-03-13udp: Remove UDP-Lite SNMP stats.Kuniyuki Iwashima-112/+53
2026-03-13ipv4: Retire UDP-Lite.Kuniyuki Iwashima-235/+20
2026-03-13ipv6: Remove UDP-Lite support for IPV6_ADDRFORM.Kuniyuki Iwashima-13/+4
2026-03-13ipv6: Retire UDP-Lite.Kuniyuki Iwashima-212/+19
2026-03-13udp: Make udp[46]_seq_show() static.Kuniyuki Iwashima-6/+4
2026-03-13Merge tag 'ceph-for-7.0-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds-15/+28
2026-03-13netfilter: nf_conntrack_h323: check for zero length in DecodeQ931()Jenny Guanni Qu-0/+2
2026-03-13netfilter: xt_time: use unsigned int for monthday bit shiftJenny Guanni Qu-2/+2
2026-03-13netfilter: xt_CT: drop pending enqueued packets on template removalPablo Neira Ayuso-0/+4
2026-03-13netfilter: nft_ct: drop pending enqueued packets on removalPablo Neira Ayuso-0/+4
2026-03-13nf_tables: nft_dynset: fix possible stateful expression memleak in error pathPablo Neira Ayuso-3/+11
2026-03-13netfilter: nf_conntrack_h323: fix OOB read in decode_int() CONS caseJenny Guanni Qu-0/+2
2026-03-13netfilter: nf_flow_table_ip: reset mac header before vlan pushEric Woudstra-0/+1
2026-03-13netfilter: revert nft_set_rbtree: validate open interval overlapFlorian Westphal-78/+14
2026-03-13netfilter: nf_conntrack_sip: fix Content-Length u32 truncation in sip_help_tcp()Lukas Johannes Möller-1/+5
2026-03-13netfilter: conntrack: add missing netlink policy validationsFlorian Westphal-2/+3
2026-03-13netfilter: ctnetlink: fix use-after-free in ctnetlink_dump_exp_ct()Hyunwoo Kim-1/+25
2026-03-13wifi: nl80211: reject S1G/60G with HT chantypeJohannes Berg-0/+3
2026-03-13wifi: mac80211: check tdls flag in ieee80211_tdls_operDeepanshu Kartikey-1/+1
2026-03-13xfrm: Fix work re-schedule after cancel in xfrm_nat_keepalive_net_fini()Hyunwoo Kim-1/+1
2026-03-13wifi: cfg80211: check non-S1G width with S1G chandefLachlan Hodges-0/+8
2026-03-13wifi: cfg80211: restrict cfg80211_chandef_create() to only HT-based bandsLachlan Hodges-1/+3
2026-03-13wifi: mac80211: don't use cfg80211_chandef_create() for default chandefLachlan Hodges-3/+15
2026-03-13wifi: mac80211: Remove deleted sta links in ieee80211_ml_reconf_work()Lorenzo Bianconi-0/+11
2026-03-13wifi: cfg80211: split control freq check from chandef checkJohannes Berg-44/+54
2026-03-13wifi: mac80211: always use full chanctx compatible checkJohannes Berg-49/+37
2026-03-13wifi: mac80211: refactor chandef tracing macrosJohannes Berg-59/+41
2026-03-13wifi: mac80211: validate HE 6 GHz operation when EHT is usedJohannes Berg-0/+18
2026-03-13wifi: nl80211: split out UHR operation informationJohannes Berg-10/+16
2026-03-12netlink: update outdated commentKexin Sun-2/+2
2026-03-12mpls: add missing unregister_netdevice_notifier to mpls_initSabrina Dubroca-0/+1
2026-03-12net: add skb_defer_disable_key static keyEric Dumazet-1/+30
2026-03-12net/rose: fix NULL pointer dereference in rose_transmit_link on reconnectJiayuan Chen-0/+5
2026-03-12bridge: cfm: Fix race condition in peer_mep deletionHyunwoo Kim-2/+2
2026-03-12genetlink: apply reject policy for split ops on the dispatch pathJakub Kicinski-0/+1
2026-03-12genetlink: use maxattr of 0 for the reject policyJakub Kicinski-12/+11
2026-03-12af_unix: Give up GC if MSG_PEEK intervened.Kuniyuki Iwashima-28/+54
2026-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-84/+97
2026-03-12Merge tag 'nfs-for-7.0-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-3/+4
2026-03-12Bluetooth: L2CAP: Validate L2CAP_INFO_RSP payload length before accessLukas Johannes Möller-2/+4
2026-03-12Bluetooth: L2CAP: Fix type confusion in l2cap_ecred_reconf_rsp()Lukas Johannes Möller-2/+2
2026-03-12Bluetooth: L2CAP: Fix accepting multiple L2CAP_ECRED_CONN_REQLuiz Augusto von Dentz-1/+9
2026-03-12Bluetooth: L2CAP: Fix use-after-free in l2cap_unregister_userShaurya Rane-12/+8
2026-03-12Bluetooth: HIDP: Fix possible UAFLuiz Augusto von Dentz-2/+14