summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
12 dayswifi: libertas_tf: fix use-after-free in lbtf_free_adapter()Maoyi Xie1-1/+1
12 dayswifi: brcmfmac: set F2 blocksize to 256 for BCM43752LiangCheng Wang1-0/+1
12 dayswifi: brcmfmac: fix 43752 SDIO FWVID incorrectly labelled as Cypress (CYW)Gokul Sivakumar2-2/+2
12 dayswifi: brcmfmac: drain bus_reset work on device removalFan Wu7-3/+77
12 dayswifi: ath6kl: fix use-after-free in aggr_reset_state()Daniel Hodges1-1/+1
2026-08-19wifi: mwifiex: use the subframe length when parsing A-MSDU TDLS framesZhao Li1-1/+1
2026-08-19wifi: mt76: mt7615: drop TXRX_NOTIFY on non-mmio busesDevin Wittmayer1-0/+4
2026-08-19wifi: brcmfmac: make release_scratchbuffers idempotentFan Wu1-2/+6
2026-08-19wifi: wilc1000: validate assoc response length before subtracting headerHuihui Huang1-0/+5
2026-08-19wifi: mwifiex: fix NULL dereference when the AP has HT-cap but no HT-operDoruk Tan Ozturk1-1/+1
2026-08-19wifi: ath6kl: fix OOB access from firmware ADDBA window sizeTristan Madani1-4/+6
2026-08-19wifi: brcmfmac: fix 802.1X-SHA256 call trace warningShelley Yang1-1/+1
2026-08-19wifi: mt76: connac: fix possible NULL-pointer deref in mt76_connac_mcu_uni_bs...Lorenzo Bianconi1-0/+2
2026-08-19wifi: mwifiex: bound uAP association event IEs to the event bufferHE WEI (ギカク)1-2/+22
2026-08-19wifi: carl9170: fix buffer overflow in rx_stream failover pathTristan Madani1-1/+3
2026-08-19wifi: carl9170: fix OOB read from off-by-two in TX status handlerTristan Madani1-1/+1
2026-08-19wifi: carl9170: bound memcpy length in cmd callback to prevent OOB readTristan Madani1-1/+2
2026-08-19wifi: ath6kl: fix OOB read from firmware IE lengths in connect eventTristan Madani1-0/+8
2026-08-19wifi: ath6kl: fix OOB read from firmware num_msg in TX complete handlerTristan Madani1-0/+12
2026-08-19wifi: ath11k: fix potential buffer underflow in ath11k_hal_rx_msdu_list_get()Dmitry Morgun1-0/+3
2026-08-19wifi: ath9k: hif_usb: don't dereference hif_dev after re-arming firmware requestCheng Yongkang1-6/+1
2026-08-19wifi: at76c50x-usb: avoid length underflow in at76_guess_freq()Huihui Huang1-2/+5
2026-08-19wifi: brcmfmac: initialize SDIO data work before cleanupRunyu Xiao1-1/+1
2026-08-19wifi: p54: validate RX frame length in p54_rx_eeprom_readback()Xiang Mei1-0/+8
2026-08-19wifi: libertas: fix memory leak in helper_firmware_cb()Dawei Feng1-0/+1
2026-08-19wifi: mac80211_hwsim: clamp virtio RX length before skb_putBryam Vargas1-0/+1
2026-08-19wifi: 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: wcn36xx: fix OOB read from firmware count in PRINT_REG_INFO indicationTristan Madani1-0/+6
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-04wifi: rtlwifi: rtl8821ae: Fix C2H bit location in RX descriptorBitterblue Smith1-1/+1
2026-07-04wifi: ath11k: fix warning when unbindingJose Ignacio Tornos Martinez1-0/+1
2026-07-04wifi: mt76: mt76x2u: Add support for ELECOM WDC-867SU3SZenm Chen1-0/+1
2026-06-19wifi: brcmfmac: Fix potential use-after-free issue when stopping watchdog taskMarek Szyprowski1-0/+4
2026-06-19wifi: mwifiex: fix use-after-free in mwifiex_adapter_cleanup()Daniel Hodges1-1/+1
2026-06-19wifi: rtw88: check for PCI upstream bridge existenceFedor Pchelkin1-1/+2
2026-06-19rtw88: 8821ce: Disable PCIe ASPM L1 for 8821CE using chip IDJimmy Hon1-1/+1
2026-06-19wifi: brcmfmac: fix use-after-free when rescheduling brcmf_btcoex_info workDuoming Zhou1-4/+2
2026-06-01wifi: ath11k: fix error path leaks in some WMI WOW callsNicolas Escande1-3/+16
2026-06-01wifi: ath11k: clear shared SRNG pointer state on restartKyle Farnung1-3/+11
2026-06-01wifi: brcmfmac: Fix error pointer dereferenceEthan Tidmore1-0/+15
2026-06-01wifi: rtlwifi: pci: fix possible use-after-free caused by unfinished irq_prep...Duoming Zhou1-0/+1
2026-06-01wifi: mwifiex: Fix memory leak in mwifiex_11n_aggregate_pkt()Zilin Guan1-0/+1
2026-06-01wifi: b43: enforce bounds check on firmware key index in b43_rx()Tristan Madani1-1/+2
2026-06-01wifi: ath5k: do not access array OOBJiri Slaby (SUSE)1-1/+2
2026-06-01wifi: rsi: fix kthread lifetime race between self-exit and external-stopJeongjun Park1-3/+2
2026-06-01wifi: b43legacy: enforce bounds check on firmware key index in RX pathTristan Madani1-1/+2
2026-06-01wifi: iwlwifi: read txq->read_ptr under lockJohannes Berg1-1/+2