summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
3 dayswifi: brcmfmac: Fix potential use-after-free issue when stopping watchdog taskMarek Szyprowski1-2/+4
3 dayswifi: b43: enforce bounds check on firmware key index in b43_rx()Tristan Madani1-1/+2
3 dayswifi: ath5k: do not access array OOBJiri Slaby (SUSE)1-1/+2
3 dayswifi: rsi: fix kthread lifetime race between self-exit and external-stopJeongjun Park1-3/+2
3 dayswifi: b43legacy: enforce bounds check on firmware key index in RX pathTristan Madani1-1/+2
3 dayswifi: mt76: mt7921: fix ROC abort flow interruption in mt7921_roc_workQuan Zhou1-3/+4
3 dayswifi: mt76: mt7921: fix a potential clc buffer length underflowLeon Yen1-0/+3
3 dayswifi: mt76: mt7925: fix incorrect length field in txpower commandMing Yen Hsieh1-1/+1
3 dayswifi: mt76: mt7925: fix AMPDU state handling in mt7925_tx_check_aggrQuan Zhou1-2/+4
3 dayswifi: mt76: mt7925: fix incorrect TLV length in CLC commandQuan Zhou1-1/+1
11 dayswifi: mt76: mt792x: fix mt7925u USB WFSYS reset handlingSean Wang2-1/+16
11 dayswifi: mt76: mt792x: describe USB WFSYS reset with a descriptorSean Wang1-8/+32
11 dayswifi: rtl8xxxu: fix potential use of uninitialized valueYi Cong1-20/+8
11 dayswifi: mwifiex: fix use-after-free in mwifiex_adapter_cleanup()Daniel Hodges1-1/+1
11 dayswifi: rtw88: check for PCI upstream bridge existenceFedor Pchelkin1-1/+2
2026-04-22wifi: rtw88: fix device leak on probe failureJohan Hovold1-2/+1
2026-04-07wifi: rt2x00usb: fix devres lifetimeJohan Hovold1-1/+1
2026-04-07wifi: brcmfmac: validate bsscfg indices in IF eventsPengpeng Hou1-0/+5
2026-04-07wifi: brcmsmac: Fix dma_free_coherent() sizeThomas Fourier1-1/+1
2026-03-25wifi: virt_wifi: remove SET_NETDEV_DEV to avoid use-after-freeAlexander Popov1-1/+0
2026-03-24wifi: iwlwifi: mvm: fix potential out-of-bounds read in iwl_mvm_nd_match_info...Alexey Velichayshiy1-1/+1
2026-03-24Merge tag 'ath-current-20260324' of git://git.kernel.org/pub/scm/linux/kernel...Johannes Berg2-9/+10
2026-03-24Merge tag 'iwlwifi-fixes-2026-03-24' of https://git.kernel.org/pub/scm/linux/...Johannes Berg10-41/+146
2026-03-24wifi: wl1251: validate packet IDs before indexing tx_framesPengpeng Hou1-3/+5
2026-03-24wifi: wilc1000: fix u8 overflow in SSID scan buffer size calculationYasuaki Torimaru1-1/+1
2026-03-24wifi: ath12k: Pass the correct value of each TID during a stop AMPDU sessionReshma Immaculate Rajkumar1-1/+3
2026-03-24wifi: ath11k: Pass the correct value of each TID during a stop AMPDU sessionReshma Immaculate Rajkumar1-8/+7
2026-03-24wifi: iwlwifi: mld: correctly set wifi generation dataJohannes Berg2-32/+88
2026-03-24wifi: iwlwifi: mvm: don't send a 6E related command when not supportedEmmanuel Grumbach1-1/+2
2026-03-24wifi: iwlwifi: mld: Fix MLO scan timingPagadala Yesu Anjaneyulu7-8/+56
2026-03-18wifi: mac80211: always free skb on ieee80211_tx_prepare_skb() failureFelix Fietkau3-8/+3
2026-03-18wifi: wlcore: Return -ENOMEM instead of -EAGAIN if there is not enough headroomGuenter Roeck1-1/+1
2026-03-06wifi: mac80211_hwsim: fully initialise PMSR capabilitiesJohannes Berg1-1/+1
2026-03-03wifi: mt76: Fix possible oob access in mt76_connac2_mac_write_txwi_80211()Lorenzo Bianconi1-0/+1
2026-03-03wifi: mt76: mt7925: Fix possible oob access in mt7925_mac_write_txwi_80211()Lorenzo Bianconi1-0/+1
2026-03-03wifi: mt76: mt7996: Fix possible oob access in mt7996_mac_write_txwi_80211()Lorenzo Bianconi1-0/+1
2026-03-03Merge tag 'ath-current-20260302' of git://git.kernel.org/pub/scm/linux/kernel...Johannes Berg2-26/+16
2026-03-03wifi: wlcore: Fix a locking bugBart Van Assche1-2/+2
2026-03-03wifi: cw1200: Fix locking in error pathsBart Van Assche1-0/+2
2026-03-02wifi: rsi: Don't default to -EOPNOTSUPP in rsi_mac80211_configSebastian Krzyszkowiak1-1/+1
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds5-11/+11
2026-02-26wifi: ath12k: fix station lookup failure when disconnecting from APBaochen Qiang1-23/+13
2026-02-26wifi: ath12k: use correct pdev id when requesting firmware statsBaochen Qiang1-3/+3
2026-02-23wifi: libertas: fix use-after-free in lbs_free_adapter()Daniel Hodges1-2/+2
2026-02-23wifi: mwifiex: Fix dev_alloc_name() return value checkChen-Yu Tsai1-1/+1
2026-02-23wifi: brcmfmac: Fix potential kernel oops when probe failsMarek Szyprowski3-8/+8
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook23-39/+30
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds35-114/+57
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds18-20/+20
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds198-538/+538