aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
AgeCommit message (Expand)Author
2023-08-11wifi: mwifiex: Fix the size of a memory allocation in mwifiex_ret_802_11_scan()Christophe JAILLET
2023-08-11wifi: ath9k: avoid referencing uninit memory in ath9k_wmi_ctrl_rxFedor Pchelkin
2023-08-11wifi: ath9k: fix AR9003 mac hardware hang check register offset calculationPeter Seiderer
2023-08-11treewide: Remove uninitialized_var() usageKees Cook
2023-06-09wifi: rtlwifi: 8192de: correct checking of IQK reloadPing-Ke Shih
2023-06-09rsi: Remove unnecessary boolean conditionNathan Chancellor
2023-06-09wifi: rtlwifi: remove always-true condition pointed out by GCC 12Jakub Kicinski
2023-06-09wifi: b43: fix incorrect __packed annotationArnd Bergmann
2023-06-09wifi: rtl8xxxu: fix authentication timeout due to incorrect RCR valueYun Lu
2023-05-30wifi: iwlwifi: dvm: Fix memcpy: detected field-spanning write backtraceHans de Goede
2023-05-30wifi: brcmfmac: cfg80211: Pass the PMK in binary instead of hexHector Martin
2023-05-17wifi: rtl8xxxu: RTL8192EU always needs full initBitterblue Smith
2023-05-17wifi: iwlwifi: mvm: check firmware response sizeJohannes Berg
2023-05-17wifi: iwlwifi: make the loop for card preparation effectiveEmmanuel Grumbach
2023-05-17wifi: rtlwifi: fix incorrect error codes in rtl_debugfs_set_write_reg()Wei Chen
2023-05-17wifi: rtlwifi: fix incorrect error codes in rtl_debugfs_set_write_rfreg()Wei Chen
2023-05-17rtlwifi: Replace RT_TRACE with rtl_dbgLarry Finger
2023-05-17rtlwifi: Start changing RT_TRACE into rtl_dbgLarry Finger
2023-05-17rtlwifi: rtl_pci: Fix memory leak when hardware init failsLarry Finger
2023-05-17wifi: ath6kl: reduce WARN to dev_dbg() in callbackFedor Pchelkin
2023-05-17wifi: ath5k: fix an off by one check in ath5k_eeprom_read_freq_list()Dan Carpenter
2023-05-17wifi: ath9k: hif_usb: fix memory leak of remain_skbsFedor Pchelkin
2023-05-17wifi: ath6kl: minor fix for allocation sizeAlexey V. Vissarionov
2023-05-17wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies()Jisoo Jang
2023-03-11wifi: ath9k: use proper statements in conditionalsArnd Bergmann
2023-03-11wifi: rtl8xxxu: Use a longer retry limit of 48Bitterblue Smith
2023-03-11wifi: rtl8xxxu: fixing transmisison failure for rtl8192euJun ASAKA
2023-03-11wifi: brcmfmac: ensure CLM version is null-terminated to prevent stack-out-of...Jisoo Jang
2023-03-11wifi: brcmfmac: Fix potential stack-out-of-bounds in brcmf_c_preinit_dcmds()Jisoo Jang
2023-03-11wifi: mwifiex: fix loop iterator in mwifiex_update_ampdu_txwinsize()Dan Carpenter
2023-03-11wifi: iwl4965: Add missing check for create_singlethread_workqueue()Jiasheng Jiang
2023-03-11wifi: iwl3945: Add missing check for create_singlethread_workqueueJiasheng Jiang
2023-03-11wifi: ath9k: Fix potential stack-out-of-bounds write in ath9k_wmi_rsp_callback()Minsuk Kang
2023-03-11wifi: ath9k: hif_usb: clean up skbs if ath9k_hif_usb_rx_stream() failsFedor Pchelkin
2023-03-11ath9k: htc: clean up statistics macrosPavel Skripkin
2023-03-11ath9k: hif_usb: simplify if-if to if-elseWan Jiabing
2023-03-11wifi: ath9k: htc_hst: free skb in ath9k_htc_rx_msg() if there is no callback ...Fedor Pchelkin
2023-03-11wifi: orinoco: check return value of hermes_write_wordrec()Alexey Kodanev
2023-03-11wifi: wl3501_cs: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang
2023-03-11wifi: libertas: cmdresp: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang
2023-03-11wifi: libertas: main: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang
2023-03-11wifi: libertas: if_usb: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang
2023-03-11wifi: libertas_tf: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang
2023-03-11wifi: brcmfmac: unmap dma buffer in brcmf_msgbuf_alloc_pktid()Zhengchao Shao
2023-03-11wifi: brcmfmac: fix potential memory leak in brcmf_netdev_start_xmit()Zhang Changzhong
2023-03-11wifi: ipw2200: fix memory leak in ipw_wdev_init()Zhengchao Shao
2023-03-11wifi: ipw2x00: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang
2023-03-11ipw2x00: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2023-03-11wifi: rtlwifi: Fix global-out-of-bounds bug in _rtl8812ae_phy_set_txpower_lim...Li Zetao
2023-03-11rtlwifi: fix -Wpointer-sign warningArnd Bergmann