summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-03-19Bluetooth: L2CAP: Validate PDU length before reading SDU length in l2cap_ecre...Hyunwoo Kim
2026-03-19Bluetooth: L2CAP: Fix stack-out-of-bounds read in l2cap_ecred_conn_reqMinseo Park
2026-03-19Merge tag 'net-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-03-19MPTCP: fix lock class name family in pm_nl_create_listen_socketLi Xiasong
2026-03-19icmp: fix NULL pointer dereference in icmp_tag_validation()Weiming Shi
2026-03-19can: isotp: fix tx.buf use-after-free in isotp_sendmsg()Oliver Hartkopp
2026-03-19can: gw: fix OOB heap access in cgw_csum_crc8_rel()Ali Norouzi
2026-03-19Merge tag 'nf-26-03-19' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Paolo Abeni
2026-03-19Merge tag 'wireless-next-2026-03-19' of https://git.kernel.org/pub/scm/linux/...Paolo Abeni
2026-03-19can: statistics: add missing atomic access in hot pathOliver Hartkopp
2026-03-19net: shaper: protect from late creation of hierarchyJakub Kicinski
2026-03-19net: shaper: protect late read accesses to the hierarchyJakub Kicinski
2026-03-19bridge: No DEV_PATH_BR_VLAN_UNTAG_HW for dsa foreignEric Woudstra
2026-03-19l2tp: ppp: use max L2TP header size for PPP channel hdrlenQingfang Deng
2026-03-19nfnetlink_osf: validate individual option lengths in fingerprintsWeiming Shi
2026-03-19netfilter: nf_tables: release flowtable after rcu grace period on errorPablo Neira Ayuso
2026-03-19netfilter: bpf: defer hook memory release until rcu readers are doneFlorian Westphal
2026-03-19wifi: nl80211: use int for band coming from netlinkJohannes Berg
2026-03-19wifi: mac80211: fix STA link removal during link removalJohannes Berg
2026-03-18net: ethtool: add ethtool COALESCE_RX_CQE_FRAMES/NSECSHaiyang Zhang
2026-03-18Merge tag 'wireless-2026-03-18' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2026-03-18Merge tag 'batadv-net-pullrequest-20260317' of https://git.open-mesh.org/linu...Jakub Kicinski
2026-03-18ipv6: add NULL checks for idev in SRv6 pathsMinhong He
2026-03-18Merge tag 'nfsd-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2026-03-18wifi: mac80211: always free skb on ieee80211_tx_prepare_skb() failureFelix Fietkau
2026-03-18wifi: mac80211: fix NULL deref in mesh_matches_local()Xiang Mei
2026-03-17xsk: use __xsk_rcv_zc_safe for ZC multi-buffer Rx processingMaciej Fijalkowski
2026-03-17fou: Remove IPPROTO_UDPLITE check in gue_err() and gue6_err().Kuniyuki Iwashima
2026-03-17clsact: Fix use-after-free in init/destroy rollback asymmetryDaniel Borkmann
2026-03-17xfrm: iptfs: only publish mode_data after clone setupPaul Moses
2026-03-17net/sched: cls_flower: remove unions from fl_flow_keyCedric Jehasse
2026-03-16net/sched: teql: Fix double-free in teql_master_xmitJamal Hadi Salim
2026-03-16net/smc: fix NULL dereference and UAF in smc_tcp_syn_recv_sock()Jiayuan Chen
2026-03-16bonding: prevent potential infinite loop in bond_header_parse()Eric Dumazet
2026-03-16xsk: remove repeated definesMaciej Fijalkowski
2026-03-16tcp: improve inet6_ehashfn() entropyEric Dumazet
2026-03-16af_key: validate families in pfkey_send_migrate()Eric Dumazet
2026-03-16xfrm: prevent policy_hthresh.work from racing with netns teardownMinwoo Ra
2026-03-14devlink: introduce shared devlink instance for PFs on same chipJiri Pirko
2026-03-14devlink: allow devlink instance allocation without a backing deviceJiri Pirko
2026-03-14devlink: add devl_warn() helper and use it in port warningsJiri Pirko
2026-03-14devlink: add devlink_dev_driver_name() helper and use it in trace eventsJiri Pirko
2026-03-14devlink: introduce __devlink_alloc() with dev driver pointerJiri Pirko
2026-03-14devlink: support index-based notification filteringJiri Pirko
2026-03-14devlink: support index-based lookup via bus_name/dev_name handleJiri Pirko
2026-03-14devlink: allow to use devlink index as a command handleJiri Pirko
2026-03-14devlink: avoid extra iterations when found devlink is not registeredJiri Pirko
2026-03-14devlink: add helpers to get bus_name/dev_nameJiri Pirko
2026-03-14devlink: expose devlink instance index over netlinkJiri Pirko
2026-03-14ipv4: validate IPV4_DEVCONF attributes properlyFernando Fernandez Mancera