aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-07-08ipv6: mcast: Fix potential UAF in MLD delayed workEric Dumazet1-12/+28
2026-07-08ipv4: igmp: Fix potential UAF in igmp_gq_start_timer()Eric Dumazet1-5/+9
2026-07-08net/sched: cake: reject overhead values that underflow lengthSamuel Moelius1-4/+1
2026-07-08Merge tag 'for-net-2026-07-06' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni12-239/+383
2026-07-07wifi: cfg80211: bound element ID read when checking non-inheritanceHE WEI (ギカク)1-1/+1
2026-07-07ipv4: igmp: remove multicast group from hash table on device destructionYuyang Huang1-0/+1
2026-07-07net/tls: Consume empty data records in tls_sw_read_sock()Chuck Lever1-0/+11
2026-07-07wifi: cfg80211: validate assoc response length before status and IE accessZhao Li1-21/+35
2026-07-07wifi: cfg80211: validate rx/tx MLME callback frame lengths before accessZhao Li1-8/+37
2026-07-07wifi: mac80211: ibss: wait for in-flight TX on disconnectPagadala Yesu Anjaneyulu1-6/+3
2026-07-07wifi: mac80211: recalculate rx_nss on IBSS peer capability updateShahar Tzarfati1-2/+2
2026-07-07wifi: cfg80211: use wiphy work for socket owner autodisconnectCen Zhang4-10/+11
2026-07-07wifi: mac80211: fix memory leak in ieee80211_register_hw()Dawei Feng1-1/+2
2026-07-07wifi: mac80211: free AP_VLAN bc_buf SKBs outside IRQ lockCen Zhang1-1/+7
2026-07-06Bluetooth: L2CAP: fix tx ident leak for commands without a responseStig Hornang1-2/+13
2026-07-06Bluetooth: ISO: fix malformed ISO_END/CONT handlingPauli Virtanen1-15/+16
2026-07-06Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_new_connection_cb()Siwei Zhang4-105/+121
2026-07-06Bluetooth: fix UAF in bt_accept_dequeue()Yousef Alhouseen2-16/+5
2026-07-06Bluetooth: bnep: pin L2CAP connection during netdev registrationYousef Alhouseen1-6/+21
2026-07-06Bluetooth: sco: Fix a race condition in sco_sock_timeout()Sungwoo Kim1-1/+14
2026-07-06Bluetooth: MGMT: Fix adv monitor add failure cleanupCen Zhang2-1/+3
2026-07-06Bluetooth: 6lowpan: hold L2CAP conn across debugfs controlCen Zhang2-6/+16
2026-07-06Bluetooth: 6lowpan: avoid untracked enable workCen Zhang1-23/+4
2026-07-06Bluetooth: hci_conn: Fix null ptr deref in hci_abort_conn()Siwei Zhang2-32/+122
2026-07-06Bluetooth: L2CAP: validate option length before reading conf opt valueMuhammad Bilal1-8/+28
2026-07-06Bluetooth: L2CAP: cancel pending_rx_work before taking conn->lockRunyu Xiao1-8/+2
2026-07-06Bluetooth: ISO: avoid NULL deref of conn in iso_conn_big_sync()Muhammad Bilal1-1/+12
2026-07-06Bluetooth: MGMT: Fix UAF of hci_conn_params in add_device_completeSamuel Page1-0/+3
2026-07-06Bluetooth: 6lowpan: Fix using chan->conn as indication to no remote netdevLuiz Augusto von Dentz1-15/+3
2026-07-06wifi: mac80211: validate deauth frame length before reason accessZhao Li1-2/+4
2026-07-06wifi: mac80211: avoid non-S1G AID fallback for S1G assocZhao Li1-2/+4
2026-07-06wifi: cfg80211: reject empty PMSR peer listsZhao Li1-0/+5
2026-07-06wifi: cfg80211: reject unsupported PMSR FTM location requestsZhao Li1-0/+2
2026-07-06wifi: cfg80211: validate PMSR FTM preamble rangeZhao Li1-1/+3
2026-07-06wifi: cfg80211: validate PMSR measurement type dataZhao Li1-2/+17
2026-07-06wifi: nl80211: constrain MBSSID TX link ID rangeZhao Li1-1/+1
2026-07-06wifi: nl80211: validate nested MBSSID IE blobsZhao Li1-2/+10
2026-07-06wifi: cfg80211: derive S1G beacon TSF from S1G fieldsZhao Li1-2/+3
2026-07-06wifi: mac80211: validate extension-frame layout before RXZhao Li2-2/+35
2026-07-06wifi: nl80211: free RNR data on MBSSID mismatchZhao Li1-1/+3
2026-07-06wifi: cfg80211: convert pmsr_free_wk to wiphy_work to fix deadlockPeddolla Harshavardhan Reddy3-8/+5
2026-07-06wifi: cfg80211: validate EHT MLE before MLD ID readHaofeng Li1-1/+4
2026-07-06wifi: mac80211: defer link RX stats percpu free to RCUMaoyi Xie1-4/+11
2026-07-06wifi: mac80211: free ack status frame on TX header build failureZhiling Zou1-1/+16
2026-07-06wifi: mac80211: fix fils_discovery double free on alloc failureXiang Mei1-3/+3
2026-07-06wifi: mac80211: fix unsol_bcast_probe_resp double free on alloc failureXiang Mei1-2/+3
2026-07-06wifi: cfg80211: Fix an error handling path in cfg80211_wext_siwscan()Christophe JAILLET1-2/+4
2026-07-06wifi: cfg80211: cancel sched scan results work on unregisterCen Zhang1-0/+1
2026-07-06net/smc: fix UAF in smc_cdc_rx_handler() by pinning the socketXiang Mei1-5/+10
2026-07-06net/sched: act_pedit: fix TOCTOU heap OOB write in tc offloadJamal Hadi Salim3-11/+37