summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-07-29sctp: validate Adaptation Indication parameter lengthCharles Vosburgh
2026-07-29ipv6: release fib6_null_entry on subtree failureShuangpeng Bai
2026-07-29psp: fix NULL genl_sock deref race with concurrent netns teardownKiran Kella
2026-07-29sctp: auth: discard auth_chunk when skb_clone failsQing Luo
2026-07-29can: isotp: check register_netdevice_notifier() error in module initMinhong He
2026-07-29can: isotp: fix timer drain order, wakeup handling and tx_gen orderingOliver Hartkopp
2026-07-29can: j1939: transport: j1939_session_fresh_new(): initialize receive bufferOleksij Rempel
2026-07-29can: j1939: use netdevice_tracker for j1939_{priv,session,ecu} trackingTetsuo Handa
2026-07-28Bluetooth: SCO: give the socket its own sco_conn referenceAldo Ariel Panzardo
2026-07-28Bluetooth: hci_sync: remove unnecessary hci_conn_get in create_conn_syncPauli Virtanen
2026-07-28Bluetooth: hci_sync: fix hci_conn_del() use in hci_le_create_conn_syncPauli Virtanen
2026-07-28Bluetooth: hci_sync: hold conn in hci_past_sync() callbackPauli Virtanen
2026-07-28Bluetooth: hci_sync: hold conn in hci_connect_pa_sync() callbackPauli Virtanen
2026-07-28Bluetooth: hci_sync: hold conn in hci_connect_big_sync() callbackPauli Virtanen
2026-07-28Bluetooth: hci_sync: hold conn in hci_connect_acl/le_sync() callbacksPauli Virtanen
2026-07-28Bluetooth: hci_conn: hold conn reference in abort_conn_sync()Pauli Virtanen
2026-07-28Bluetooth: ISO: fix race of kfree vs kref_get_unless_zeroPauli Virtanen
2026-07-28Bluetooth: ISO: fix refcounting of iso_connPauli Virtanen
2026-07-28Bluetooth: ISO: ensure no dangling hcon references in iso_connPauli Virtanen
2026-07-28Bluetooth: ISO: avoid deadlocks in iso_sock_timeoutPauli Virtanen
2026-07-28Bluetooth: ISO: fix leaking sk after socket releasePauli Virtanen
2026-07-28Bluetooth: ISO: hold sk properly in iso_conn_readyPauli Virtanen
2026-07-28Bluetooth: ISO: validate sockaddr_iso first in iso_sock_rebind_bis()Pauli Virtanen
2026-07-28Bluetooth: ISO: fix timeout vs sync_timeout typo in check_bcast_qosPauli Virtanen
2026-07-28Bluetooth: ISO: lock sk in iso_connect_indPauli Virtanen
2026-07-28Bluetooth: ISO: lock sk in iso_sock_getnamePauli Virtanen
2026-07-28Bluetooth: ISO: fix CONNECTED -> CLOSED transition on shutdown/releasePauli Virtanen
2026-07-28Bluetooth: hci_sync: Fix advertising data UAFsChengfeng Ye
2026-07-28Bluetooth: RFCOMM: validate skb length in rfcomm_recv_frameJiale Yao
2026-07-28Bluetooth: L2CAP: fix UAF in l2cap_le_connect_rspJiale Yao
2026-07-28Bluetooth: HIDP: validate numbered report payloadsSangho Lee
2026-07-28Bluetooth: HIDP: reject frames without a transaction headerSangho Lee
2026-07-28Bluetooth: mgmt: fix pending command UAF in EIR updatesZihan Xi
2026-07-28Bluetooth: mgmt: fix UAF in pair command cancellationZihan Xi
2026-07-28Bluetooth: ISO: clear iso_data always when detaching conn from hconPauli Virtanen
2026-07-28wifi: mac80211: fix per-STA profile length in cross-link CSA parsingZhao Li
2026-07-28wifi: mac80211: simplify airtime_flags_write()Dmitry Antipov
2026-07-28wifi: mac80211: add ieee80211_txq_aql_pending()Felix Fietkau
2026-07-28wifi: mac80211: add AQL support for multicast packetsFelix Fietkau
2026-07-28wifi: mac80211: estimate expected throughput if not provided by driver/rcFelix Fietkau
2026-07-28wifi: mac80211: factor out part of ieee80211_calc_expected_tx_airtimeFelix Fietkau
2026-07-28net: ip6_tunnel: use tunnel parameters for fill_forward_path route lookupLorenzo Bianconi
2026-07-28wifi: mac80211: validate individual TWT params before driver setupZhao Li
2026-07-28wifi: cfg80211: publish PMSR request before starting the driverZhao Li
2026-07-28wifi: cfg80211: validate IEs in cfg80211_wext_siwgenie()Deepanshu Kartikey
2026-07-28wifi: mac80211: fix tid_tx use-after-free on BA session stopZhao Li
2026-07-28net: udp_tunnel: fix memory leak in udp_tunnel_nic_unregister()Eric Dumazet
2026-07-28bpf: lwt: Fix dst reference leak on reroute failureXuanqiang Luo
2026-07-28net/smc: fix socket use-after-free during link group terminationXuanqiang Luo
2026-07-28net/sched: cls_u32: validate offshift to prevent shift-out-of-boundsCen Zhang (Microsoft)