summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* wifi: iwlwifi: mvm: spin_lock_bh() to fix lockdep regressionHugh Dickins2023-06-141-6/+6
* wifi: iwlwifi: mvm: Fix -Warray-bounds bug in iwl_mvm_wait_d3_notif()Gustavo A. R. Silva2023-06-061-6/+2
* wifi: mt76: mt7996: fix possible NULL pointer dereference in mt7996_mac_write...Lorenzo Bianconi2023-06-011-7/+12
* wifi: rtw89: remove redundant check of entering LPSPing-Ke Shih2023-06-011-3/+0
* wifi: rtw89: correct PS calculation for SUPPORTS_DYNAMIC_PSPing-Ke Shih2023-06-013-9/+33
* wifi: rtw88: correct PS calculation for SUPPORTS_DYNAMIC_PSPing-Ke Shih2023-06-014-11/+52
* wifi: mt76: mt7615: fix possible race in mt7615_mac_sta_pollLorenzo Bianconi2023-05-271-0/+3
* wifi: b43: fix incorrect __packed annotationArnd Bergmann2023-05-172-2/+2
* wifi: rtw88: sdio: Always use two consecutive bytes for word operationsMartin Blumenstingl2023-05-171-8/+0
* mac80211_hwsim: fix memory leak in hwsim_new_radio_nlZhengchao Shao2023-05-161-1/+2
* wifi: iwlwifi: mvm: Add locking to the rate read flowAriel Malamud2023-05-161-0/+3
* wifi: iwlwifi: Don't use valid_links to iterate sta linksMiri Korenblit2023-05-161-30/+22
* wifi: iwlwifi: mvm: don't trust firmware n_channelsJohannes Berg2023-05-161-0/+10
* wifi: iwlwifi: mvm: fix OEM's name in the tas approved listAlon Giladi2023-05-161-1/+1
* wifi: iwlwifi: fix OEM's name in the ppag approved listAlon Giladi2023-05-161-1/+1
* wifi: iwlwifi: mvm: fix initialization of a return valueMukesh Sisodiya2023-05-161-1/+1
* wifi: iwlwifi: mvm: fix access to fw_id_to_mac_idGregory Greenman2023-05-164-2/+22
* wifi: iwlwifi: fw: fix DBGI dumpJohannes Berg2023-05-161-8/+11
* wifi: iwlwifi: mvm: fix number of concurrent link checksJohannes Berg2023-05-162-9/+12
* wifi: iwlwifi: mvm: fix cancel_delayed_work_sync() deadlockJohannes Berg2023-05-161-1/+1
* wifi: iwlwifi: mvm: don't double-init spinlockJohannes Berg2023-05-161-5/+5
* wifi: iwlwifi: mvm: always free dup_dataJohannes Berg2023-05-163-5/+3
* wifi: iwlwifi: mvm: rfi: disable RFI featureGregory Greenman2023-05-163-5/+15
* wifi: rtl8xxxu: fix authentication timeout due to incorrect RCR valueYun Lu2023-05-152-1/+4
* wifi: brcmfmac: Check for probe() id argument being NULLHans de Goede2023-05-153-0/+27
* wifi: rtw88: correct qsel_to_ep[] type as intPing-Ke Shih2023-05-151-1/+1
* wifi: rtw88: use work to update rate to avoid RCU warningPing-Ke Shih2023-05-123-1/+19
* wifi: rtw89: 8852b: adjust quota to avoid SER L1 caused by access null pagePing-Ke Shih2023-05-123-14/+20
* wifi: mt76: connac: fix stats->tx_bytes calculationRyder Lee2023-05-122-2/+3
* wifi: mt76: mt7996: fix endianness of MT_TXD6_TX_RATERyder Lee2023-05-121-1/+1
* Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-1/+1
|\
| * Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-0311-53/+97
| |\
| * | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* | | Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2023-04-273-3/+3
|\ \ \
| * | | net: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra2023-03-113-3/+3
| |/ /
* | | Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-04-26323-5168/+38524
|\ \ \
| * \ \ Merge tag 'wireless-next-2023-04-21' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-04-21223-2582/+22850
| |\ \ \
| | * \ \ Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2023-04-2037-228/+481
| | |\ \ \
| | | * | | wifi: ath11k: Remove disabling of 80+80 and 160 MHzMuna Sinada2023-04-192-5/+2
| | | * | | wifi: ath9k: Don't mark channelmap stack variable read-only in ath9k_mci_upda...Toke Høiland-Jørgensen2023-04-191-3/+1
| | | * | | wifi: ath11k: Fix SKB corruption in REO destination ringNagarajan Maran2023-04-191-3/+6
| | | * | | wifi: ath11k: Fix incorrect update of radiotap fieldsPradeep Kumar Chitrapu2023-04-192-3/+3
| | | * | | wifi: ath11k: fix tx status reporting in encap offload modePradeep Kumar Chitrapu2023-04-193-1/+37
| | | * | | wifi: ath11k: add peer mac information in failure casesHarshitha Prem2023-04-191-6/+10
| | | * | | wifi: ath11k: Prevent REO cmd failuresHarshitha Prem2023-04-192-1/+2
| | | * | | wifi: ath11k: fix double free of peer rx_tid during reo cmd failureHarshitha Prem2023-04-191-12/+31
| | | * | | wifi: ath9k: fix per-packet TX-power cap for TPCJonas Jelonek2023-04-171-6/+24
| | | * | | wifi: ath11k: fix undefined behavior with __fls in dpHarshitha Prem2023-04-171-1/+1
| | | * | | wifi: ath11k: Ignore frags from uninitialized peer in dp.Harshitha Prem2023-04-173-1/+12
| | | * | | wifi: ath11k: print a warning when crypto_alloc_shash() failsKalle Valo2023-04-171-1/+4