summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-03-24udp: Fix wildcard bind conflict check when using hash2Martin KaFai Lau2-18/+4
2026-03-24net: fix fanout UAF in packet_release() via NETDEV_UP raceYochai Eisenrich1-0/+1
2026-03-24ipv6: Don't remove permanent routes with exceptions from tb6_gc_hlist.Kuniyuki Iwashima3-6/+6
2026-03-24ipv6: Remove permanent routes from tb6_gc_hlist when all exceptions expire.Kuniyuki Iwashima1-1/+12
2026-03-21rtnetlink: count IFLA_INFO_SLAVE_KIND in if_nlmsg_sizeSabrina Dubroca1-3/+6
2026-03-21rtnetlink: count IFLA_PARENT_DEV_{NAME,BUS_NAME} in if_nlmsg_sizeSabrina Dubroca1-0/+16
2026-03-21net/smc: fix double-free of smc_spd_priv when tee() duplicates splice pipe bu...Qi Tang1-1/+8
2026-03-21openvswitch: validate MPLS set/set_masked payload lengthYang Yang1-0/+2
2026-03-21openvswitch: defer tunnel netdev_put to RCU releaseYang Yang1-2/+0
2026-03-20net: openvswitch: Avoid releasing netdev before teardown completesToke Høiland-Jørgensen1-1/+8
2026-03-20nfc: nci: fix circular locking dependency in nci_close_deviceJakub Kicinski1-4/+6
2026-03-20Merge tag 'for-net-2026-03-19' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski7-22/+57
2026-03-19Bluetooth: L2CAP: Fix regressions caused by reusing identLuiz Augusto von Dentz1-3/+26
2026-03-19Bluetooth: L2CAP: Fix null-ptr-deref on l2cap_sock_ready_cbHelen Koike1-0/+3
2026-03-19Bluetooth: hci_sync: annotate data-races around hdev->req_statusCen Zhang3-12/+12
2026-03-19Bluetooth: MGMT: Fix dangling pointer on mgmt_add_adv_patterns_monitor_completeLuiz Augusto von Dentz1-1/+1
2026-03-19Bluetooth: SCO: Fix use-after-free in sco_recv_frame() due to missing sock_holdHyunwoo Kim1-3/+7
2026-03-19Bluetooth: L2CAP: Validate PDU length before reading SDU length in l2cap_ecre...Hyunwoo Kim1-0/+5
2026-03-19Bluetooth: L2CAP: Fix stack-out-of-bounds read in l2cap_ecred_conn_reqMinseo Park1-3/+3
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-19can: isotp: fix tx.buf use-after-free in isotp_sendmsg()Oliver Hartkopp1-6/+18
2026-03-19can: gw: fix OOB heap access in cgw_csum_crc8_rel()Ali Norouzi1-3/+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-19can: statistics: add missing atomic access in hot pathOliver Hartkopp3-4/+5
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-17xfrm: iptfs: only publish mode_data after clone setupPaul Moses1-3/+3
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-16af_key: validate families in pfkey_send_migrate()Eric Dumazet1-7/+12
2026-03-16xfrm: prevent policy_hthresh.work from racing with netns teardownMinwoo Ra1-0/+2
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