summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* wifi: rtlwifi: fix EDCA limit set by BT coexistenceDmitry Antipov2023-11-203-3/+3
* wifi: mwifiex: Fix oob check condition in mwifiex_process_rx_packetPin-yen Lin2023-10-101-7/+9
* wifi: mwifiex: Fix tlv_buf_left calculationGustavo A. R. Silva2023-10-101-2/+2
* wifi: mwifiex: fix fortify warningDmitry Antipov2023-09-231-3/+6
* wifi: ath9k: fix printk specifierDongliang Mu2023-09-232-4/+4
* wifi: ath10k: Use RMW accessors for changing LNKCTLIlpo Järvinen2023-09-231-4/+5
* wifi: ath9k: use IS_ERR() with debugfs_create_dir()Wang Ming2023-09-231-1/+1
* wifi: mwifiex: avoid possible NULL skb pointer dereferenceDmitry Antipov2023-09-231-1/+9
* wifi: ath9k: protect WMI command response buffer replacement with a lockFedor Pchelkin2023-09-231-6/+8
* wifi: mwifiex: Fix missed return in oob checks failed pathPolaris Pi2023-09-232-0/+2
* wifi: mwifiex: fix memory leak in mwifiex_histogram_read()Dmitry Antipov2023-09-231-2/+7
* wifi: mwifiex: Fix OOB and integer underflow when rx packetsPolaris Pi2023-09-233-4/+36
* wifi: airo: avoid uninitialized warning in airo_get_rate()Randy Dunlap2023-08-111-1/+4
* wifi: ath9k: convert msecs to jiffies where neededDmitry Antipov2023-08-111-2/+2
* wifi: ath9k: Fix possible stall on ath9k_txq_list_has_key()Remi Pommarel2023-08-111-3/+4
* wifi: ath9k: don't allow to overwrite ENDPOINT0 attributesFedor Pchelkin2023-08-111-1/+7
* wifi: ray_cs: Fix an error handling path in ray_probe()Christophe JAILLET2023-08-111-5/+11
* wifi: wl3501_cs: Fix an error handling path in wl3501_probe()Christophe JAILLET2023-08-111-5/+11
* wifi: atmel: Fix an error handling path in atmel_probe()Christophe JAILLET2023-08-111-2/+11
* wifi: orinoco: Fix an error handling path in orinoco_cs_probe()Christophe JAILLET2023-08-111-2/+11
* wifi: orinoco: Fix an error handling path in spectrum_cs_probe()Christophe JAILLET2023-08-111-2/+11
* wifi: ath9k: avoid referencing uninit memory in ath9k_wmi_ctrl_rxFedor Pchelkin2023-08-111-0/+4
* wifi: ath9k: fix AR9003 mac hardware hang check register offset calculationPeter Seiderer2023-08-111-9/+18
* treewide: Remove uninitialized_var() usageKees Cook2023-08-1112-17/+17
* wifi: rtlwifi: 8192de: correct checking of IQK reloadPing-Ke Shih2023-06-091-5/+4
* wifi: rtlwifi: remove always-true condition pointed out by GCC 12Jakub Kicinski2023-06-091-4/+1
* wifi: b43: fix incorrect __packed annotationArnd Bergmann2023-06-092-2/+2
* wifi: rtl8xxxu: fix authentication timeout due to incorrect RCR valueYun Lu2023-06-092-1/+4
* wifi: iwlwifi: dvm: Fix memcpy: detected field-spanning write backtraceHans de Goede2023-05-301-1/+4
* wifi: brcmfmac: cfg80211: Pass the PMK in binary instead of hexHector Martin2023-05-301-6/+7
* wifi: rtl8xxxu: RTL8192EU always needs full initBitterblue Smith2023-05-171-0/+1
* wifi: iwlwifi: mvm: check firmware response sizeJohannes Berg2023-05-171-0/+10
* wifi: iwlwifi: make the loop for card preparation effectiveEmmanuel Grumbach2023-05-171-1/+2
* wifi: ath6kl: reduce WARN to dev_dbg() in callbackFedor Pchelkin2023-05-171-2/+2
* wifi: ath5k: fix an off by one check in ath5k_eeprom_read_freq_list()Dan Carpenter2023-05-171-1/+1
* wifi: ath6kl: minor fix for allocation sizeAlexey V. Vissarionov2023-05-171-1/+1
* wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()Jisoo Jang2023-05-171-0/+5
* wifi: rtl8xxxu: Use a longer retry limit of 48Bitterblue Smith2023-03-111-9/+0
* wifi: rtl8xxxu: fixing transmisison failure for rtl8192euJun ASAKA2023-03-111-0/+5
* wifi: brcmfmac: Fix potential stack-out-of-bounds in brcmf_c_preinit_dcmds()Jisoo Jang2023-03-111-0/+1
* wifi: mwifiex: fix loop iterator in mwifiex_update_ampdu_txwinsize()Dan Carpenter2023-03-111-3/+3
* wifi: ath9k: Fix potential stack-out-of-bounds write in ath9k_wmi_rsp_callback()Minsuk Kang2023-03-111-0/+1
* wifi: ath9k: htc_hst: free skb in ath9k_htc_rx_msg() if there is no callback ...Fedor Pchelkin2023-03-111-1/+3
* wifi: orinoco: check return value of hermes_write_wordrec()Alexey Kodanev2023-03-111-0/+2
* wifi: wl3501_cs: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2023-03-111-1/+1
* wifi: libertas: cmdresp: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2023-03-111-1/+1
* wifi: libertas: main: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2023-03-111-1/+1
* wifi: brcmfmac: unmap dma buffer in brcmf_msgbuf_alloc_pktid()Zhengchao Shao2023-03-111-1/+4
* wifi: brcmfmac: fix potential memory leak in brcmf_netdev_start_xmit()Zhang Changzhong2023-03-111-0/+1
* wifi: ipw2200: fix memory leak in ipw_wdev_init()Zhengchao Shao2023-03-111-2/+7