summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2026-08-09wifi: brcmfmac: drain bus_reset work on device removalFan Wu7-4/+77
2026-08-09wifi: brcmfmac: set F2 blocksize to 256 for BCM43752LiangCheng Wang1-0/+1
2026-08-09wifi: brcmfmac: fix 43752 SDIO FWVID incorrectly labelled as Cypress (CYW)Gokul Sivakumar4-8/+8
2026-08-09wifi: ath6kl: fix use-after-free in aggr_reset_state()Daniel Hodges1-1/+1
2026-08-09wifi: mwifiex: use the subframe length when parsing A-MSDU TDLS framesZhao Li1-1/+1
2026-08-03wifi: libertas_tf: fix use-after-free in lbtf_free_adapter()Maoyi Xie1-1/+1
2026-08-03wifi: brcmfmac: make release_scratchbuffers idempotentFan Wu1-2/+6
2026-08-03wifi: mt76: mt7921: drop TXRX_NOTIFY on non-mmio busesDevin Wittmayer1-3/+7
2026-08-03wifi: mt76: mt7615: drop TXRX_NOTIFY on non-mmio busesDevin Wittmayer1-0/+6
2026-08-03wifi: wilc1000: validate assoc response length before subtracting headerHuihui Huang1-0/+5
2026-08-03wifi: mwifiex: fix NULL dereference when the AP has HT-cap but no HT-operDoruk Tan Ozturk1-1/+1
2026-08-03wifi: ath6kl: fix OOB access from firmware ADDBA window sizeTristan Madani1-4/+6
2026-08-03wifi: brcmfmac: fix 802.1X-SHA256 call trace warningShelley Yang1-1/+1
2026-08-03wifi: mt76: mt7996: fix possible NULL-pointer deref in mt7996_mcu_sta_bfer_eht()Lorenzo Bianconi1-3/+7
2026-08-03wifi: mt76: mt7996: check pointer returned by mt76_connac_get_he_phy_cap()Lorenzo Bianconi1-3/+6
2026-08-03wifi: mt76: connac: fix possible NULL-pointer deref in mt76_connac_mcu_uni_bs...Lorenzo Bianconi1-0/+2
2026-08-03wifi: mt76: mt7915: guard HE capability lookupsRuoyu Wang1-5/+13
2026-08-03wifi: mwifiex: bound uAP association event IEs to the event bufferHE WEI (ギカク)1-2/+22
2026-08-03wifi: iwlwifi: mvm: fix read in wake packet notification handlerShahar Tzarfati1-1/+2
2026-08-03wifi: iwlwifi: mvm: validate SAR GEO response payload sizePagadala Yesu Anjaneyulu1-0/+10
2026-08-03wifi: carl9170: fix buffer overflow in rx_stream failover pathTristan Madani1-1/+3
2026-08-03wifi: carl9170: fix OOB read from off-by-two in TX status handlerTristan Madani1-1/+1
2026-08-03wifi: carl9170: bound memcpy length in cmd callback to prevent OOB readTristan Madani1-1/+2
2026-08-03wifi: ath6kl: fix OOB read from firmware IE lengths in connect eventTristan Madani1-0/+8
2026-08-03wifi: ath6kl: fix OOB read from firmware num_msg in TX complete handlerTristan Madani1-0/+12
2026-08-03wifi: ath12k: Flush the posted write after writing to PCIE_SOC_GLOBAL_RESETManivannan Sadhasivam1-0/+4
2026-08-03wifi: ath11k: Flush the posted write after writing to PCIE_SOC_GLOBAL_RESETManivannan Sadhasivam1-0/+4
2026-08-03wifi: ath11k: fix potential buffer underflow in ath11k_hal_rx_msdu_list_get()Dmitry Morgun1-0/+3
2026-08-03wifi: ath11k: fix NULL pointer dereference in ath11k_hal_srng_access_beginGaole Zhang1-3/+8
2026-08-03wifi: ath9k: hif_usb: don't dereference hif_dev after re-arming firmware requestCheng Yongkang1-6/+1
2026-08-03wifi: at76c50x-usb: avoid length underflow in at76_guess_freq()Huihui Huang1-2/+5
2026-08-03wifi: brcmfmac: initialize SDIO data work before cleanupRunyu Xiao1-1/+1
2026-08-03wifi: p54: validate RX frame length in p54_rx_eeprom_readback()Xiang Mei1-0/+8
2026-08-03wifi: libertas: fix memory leak in helper_firmware_cb()Dawei Feng1-0/+1
2026-08-03wifi: mac80211_hwsim: clamp virtio RX length before skb_putBryam Vargas1-0/+1
2026-08-03wifi: ipw2100: fix potential memory leak in ipw2100_pci_init_one()Abdun Nihaal1-4/+4
2026-07-24wifi: mwifiex: fix permanently busy scans after multiple roam iterationsRafael Beims1-1/+0
2026-07-24wifi: rt2x00: avoid full teardown before work setup in probeRunyu Xiao1-2/+10
2026-07-24wifi: mt76: mt7921: fix potential tx_retries underflowRyder Lee1-2/+3
2026-07-24wifi: mt76: mt7915: fix potential tx_retries underflowRyder Lee1-5/+5
2026-07-24wifi: mt76: fix argument to ieee80211_is_first_frag()Bjoern A. Zeeb1-1/+1
2026-07-24wifi: wcn36xx: fix OOB read from short trigger BA firmware responseTristan Madani1-0/+3
2026-07-24wifi: wcn36xx: fix OOB read from firmware count in PRINT_REG_INFO indicationTristan Madani1-0/+6
2026-07-24wifi: wcn36xx: fix heap overflow from oversized firmware HAL responseTristan Madani1-0/+4
2026-07-24wifi: ath9k: fix OOB access from firmware tx status queue IDTristan Madani1-0/+5
2026-07-24wifi: rtw88: fix OOB read from firmware RX descriptor exceeding DMA bufferTristan Madani1-0/+5
2026-07-24wifi: rtw89: Correct data type for scan index to avoid infinite loopShin-Yi Lin1-1/+1
2026-07-24bonding: prevent potential infinite loop in bond_header_parse()Eric Dumazet2-1/+4
2026-07-04wifi: iwlwifi: mvm: fix race condition in PTP removalJunjie Cao1-1/+1
2026-07-04wifi: rtw88: usb: fix memory leaks on USB write failuresLuka Gejak1-2/+11