summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-03-19Merge tag 'net-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds53-323/+439
2026-03-19MPTCP: fix lock class name family in pm_nl_create_listen_socketLi Xiasong1-1/+1
2026-03-19icmp: fix NULL pointer dereference in icmp_tag_validation()Weiming Shi1-1/+3
2026-03-19Merge tag 'nf-26-03-19' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Paolo Abeni3-1/+15
2026-03-19net: shaper: protect from late creation of hierarchyJakub Kicinski3-68/+83
2026-03-19net: shaper: protect late read accesses to the hierarchyJakub Kicinski1-4/+22
2026-03-19nfnetlink_osf: validate individual option lengths in fingerprintsWeiming Shi1-0/+13
2026-03-19netfilter: nf_tables: release flowtable after rcu grace period on errorPablo Neira Ayuso1-0/+1
2026-03-19netfilter: bpf: defer hook memory release until rcu readers are doneFlorian Westphal1-1/+1
2026-03-19Merge tag 'wireless-2026-03-18' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski8-21/+28
2026-03-19Merge tag 'batadv-net-pullrequest-20260317' of https://git.open-mesh.org/linu...Jakub Kicinski1-0/+3
2026-03-19ipv6: add NULL checks for idev in SRv6 pathsMinhong He2-0/+6
2026-03-19Merge tag 'nfsd-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-5/+21
2026-03-18wifi: mac80211: always free skb on ieee80211_tx_prepare_skb() failureFelix Fietkau1-1/+3
2026-03-18wifi: mac80211: fix NULL deref in mesh_matches_local()Xiang Mei1-0/+3
2026-03-17clsact: Fix use-after-free in init/destroy rollback asymmetryDaniel Borkmann1-6/+8
2026-03-17net/sched: teql: Fix double-free in teql_master_xmitJamal Hadi Salim2-32/+2
2026-03-17net/smc: fix NULL dereference and UAF in smc_tcp_syn_recv_sock()Jiayuan Chen3-7/+23
2026-03-17bonding: prevent potential infinite loop in bond_header_parse()Eric Dumazet4-9/+12
2026-03-14Merge tag 'nf-26-03-13' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski11-87/+73
2026-03-14Merge tag 'for-net-2026-03-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski6-31/+51
2026-03-14sunrpc: fix cache_request leak in cache_releaseJeff Layton1-5/+21
2026-03-14atm: lec: fix use-after-free in sock_def_readable()Deepanshu Kartikey2-26/+48
2026-03-14batman-adv: avoid OGM aggregation when skb tailroom is insufficientYang Yang1-0/+3
2026-03-14Merge 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: mac80211: check tdls flag in ieee80211_tdls_operDeepanshu Kartikey1-1/+1
2026-03-13mpls: add missing unregister_netdevice_notifier to mpls_initSabrina Dubroca1-0/+1
2026-03-13net/rose: fix NULL pointer dereference in rose_transmit_link on reconnectJiayuan Chen1-0/+5
2026-03-13bridge: cfm: Fix race condition in peer_mep deletionHyunwoo Kim1-2/+2
2026-03-12af_unix: Give up GC if MSG_PEEK intervened.Kuniyuki Iwashima3-28/+54
2026-03-12Merge tag 'nfs-for-7.0-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-3/+4
2026-03-12Bluetooth: L2CAP: Validate L2CAP_INFO_RSP payload length before accessLukas Johannes Möller1-2/+4
2026-03-12Bluetooth: L2CAP: Fix type confusion in l2cap_ecred_reconf_rsp()Lukas Johannes Möller1-2/+2
2026-03-12Bluetooth: L2CAP: Fix accepting multiple L2CAP_ECRED_CONN_REQLuiz Augusto von Dentz1-1/+9
2026-03-12Bluetooth: L2CAP: Fix use-after-free in l2cap_unregister_userShaurya Rane1-12/+8
2026-03-12Bluetooth: HIDP: Fix possible UAFLuiz Augusto von Dentz1-2/+14
2026-03-12Bluetooth: MGMT: Fix list corruption and UAF in command complete handlersWang Tao1-5/+2
2026-03-12Bluetooth: hci_sync: Fix hci_le_create_conn_syncMichael Grzeschik1-1/+1
2026-03-12Bluetooth: ISO: Fix defer tests being unstableLuiz Augusto von Dentz1-2/+2