summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2024-09-04wifi: mwifiex: duplicate static structs used in driver instancesSascha Hauer1-6/+26
2024-09-04wifi: iwlwifi: abort scan when rfkill on but device enabledMiri Korenblit1-1/+1
2024-09-04wifi: cw1200: Avoid processing an invalid TIM IEJeff Johnson1-1/+1
2024-08-19wifi: mwifiex: Fix interface type changeRafael Beims1-0/+2
2024-08-19wifi: virt_wifi: don't use strlen() in const contextJohannes Berg1-2/+3
2024-08-19wifi: virt_wifi: avoid reporting connection success with wrong SSIDEn-Wei Wu1-3/+16
2024-08-19wifi: ath11k: fix wrong handling of CCMP256 and GCMP ciphersBaochen Qiang3-6/+15
2024-08-19ath11k: dp: stop rx pktlog before suspendCarl Huang4-0/+56
2024-08-19wifi: brcmsmac: LCN PHY code is used for BCM4313 2G-only deviceSamasth Norway Ananda1-9/+9
2024-07-18wifi: wilc1000: fix ies_len type in connect pathJozef Hopko1-1/+2
2024-07-05wifi: rtlwifi: rtl8192de: Fix 5 GHz TX powerBitterblue Smith1-2/+2
2024-07-05rtlwifi: rtl8192de: Style clean-upsKees Cook2-11/+7
2024-07-05wifi: ath9k: work around memset overflow warningArnd Bergmann2-4/+5
2024-07-05wifi: iwlwifi: mvm: don't read past the mfuart notifcationEmmanuel Grumbach1-10/+0
2024-07-05wifi: iwlwifi: mvm: check n_ssids before accessing the ssidsMiri Korenblit1-2/+2
2024-07-05wifi: iwlwifi: dbg_ini: move iwl_dbg_tlv_free outside of debugfs ifdefShahar S Matityahu1-1/+1
2024-07-05wifi: iwlwifi: mvm: revert gen2 TX A-MPDU size to 64Johannes Berg1-7/+2
2024-06-16wifi: rtlwifi: rtl8192de: Fix endianness issue in RX pathBitterblue Smith2-66/+15
2024-06-16wifi: rtlwifi: rtl8192de: Fix low speed with WPA3-SAEBitterblue Smith2-3/+16
2024-06-16wifi: rtl8xxxu: Fix the TX power of RTL8192CU, RTL8723AUBitterblue Smith1-15/+11
2024-06-16wifi: mwl8k: initialize cmd->addr[] properlyDan Carpenter1-1/+1
2024-06-16wifi: ar5523: enable proper endpoint verificationNikita Zhandarovich1-0/+14
2024-06-16wifi: carl9170: add a proper sanity check for endpointsNikita Zhandarovich1-0/+32
2024-06-16wifi: ath10k: populate board data for WCN3990Dmitry Baryshkov3-0/+7
2024-06-16wifi: ath10k: Fix an error code problem in ath10k_dbg_sta_write_peer_debug_tr...Su Hui1-1/+1
2024-06-16wifi: ath10k: poll service ready message before failingBaochen Qiang1-3/+23
2024-05-02wifi: iwlwifi: mvm: remove old PASN station when adding a new oneAvraham Stern1-0/+2
2024-04-13wifi: ath9k: fix LNA selection in ath_ant_try_scan()Dmitry Antipov1-1/+1
2024-04-13wifi: brcmfmac: Fix use-after-free bug in brcmf_cfg80211_detachZheng Wang1-2/+2
2024-03-26wifi: rtw88: 8821c: Fix false alarm countBitterblue Smith1-1/+1
2024-03-26wifi: brcmsmac: avoid function pointer castsArnd Bergmann3-5/+5
2024-03-26wifi: wilc1000: prevent use-after-free on vif when cleaning up all interfacesAlexis Lothoré1-21/+7
2024-03-26wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET13-21/+0
2024-03-26wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer()Zhipeng Lu1-2/+11
2024-03-26wifi: iwlwifi: fix EWRD table validity checkMiri Korenblit1-1/+1
2024-03-26wifi: iwlwifi: dbg-tlv: ensure NUL terminationJohannes Berg1-0/+6
2024-03-26wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init is completeToke Høiland-Jørgensen4-9/+11
2024-03-26wifi: mwifiex: debugfs: Drop unnecessary error check for debugfs_create_dir()Jinjie Ruan1-3/+0
2024-03-26wifi: wilc1000: fix multi-vif management when deleting a vifAjay Singh1-1/+0
2024-03-26wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_workMartin Kaistra1-0/+1
2024-03-26wifi: wilc1000: fix RCU usage in connect pathAlexis Lothoré1-12/+24
2024-03-26wifi: wilc1000: fix declarations orderingAlexis Lothoré1-4/+4
2024-03-26wifi: b43: Disable QoS for bcm4331Rahul Rameshbabu1-1/+2
2024-03-26wifi: b43: Stop correct queue in DMA worker when QoS is disabledRahul Rameshbabu1-6/+7
2024-03-26wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is disabledRahul Rameshbabu1-3/+3
2024-03-26wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is disabledRahul Rameshbabu2-2/+18
2024-03-26wifi: ath10k: fix NULL pointer dereference in ath10k_wmi_tlv_op_pull_mgmt_tx_...Xingyuan Mo1-0/+4
2024-03-01iwlwifi: mvm: write queue_sync_state only for syncJohannes Berg1-2/+3
2024-03-01iwlwifi: mvm: do more useful queue sync accountingJohannes Berg4-10/+15
2024-02-23wifi: rtlwifi: rtl8723{be,ae}: using calculate_bit_shift()Su Hui2-5/+5