summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2021-02-04mt7601u: fix rx buffer refcountingLorenzo Bianconi1-2/+1
2021-02-04mt7601u: fix kernel crash unplugging the deviceLorenzo Bianconi1-1/+1
2021-01-17wil6210: select CONFIG_CRC32Arnd Bergmann1-0/+1
2021-01-09mwifiex: Fix possible buffer overflows in mwifiex_cmd_802_11_ad_hoc_startZhang Xiaohui1-0/+2
2020-12-29cw1200: fix missing destroy_workqueue() on error in cw1200_init_commonQinglang Miao1-0/+2
2020-12-29orinoco: Move context allocation after processing the skbSebastian Andrzej Siewior1-7/+7
2020-11-18ath9k_htc: Use appropriate rs_datalen typeMasashi Honma1-1/+1
2020-11-10ath10k: fix VHT NSS calculation when STBC is enabledSathishkumar Muruganandam1-1/+7
2020-10-29ath10k: check idx validity in __ath10k_htt_rx_ring_fill_n()Zekun Shen1-0/+8
2020-10-29brcm80211: fix possible memleak in brcmf_proto_msgbuf_attachWang Yufen1-0/+2
2020-10-29rtl8xxxu: prevent potential memory leakChris Chiu1-1/+9
2020-10-29brcmsmac: fix memory leak in wlc_phy_attach_lcnphyKeita Suzuki1-1/+3
2020-10-29ath9k: hif_usb: fix race condition between usb_get_urb() and usb_kill_anchore...Brooke Basile1-0/+19
2020-10-29mwifiex: fix double freeTom Rix1-0/+2
2020-10-29ath6kl: wmi: prevent a shift wrapping bug in ath6kl_wmi_delete_pstream_cmd()Dan Carpenter1-0/+5
2020-10-29mwifiex: Do not use GFP_KERNEL in atomic contextChristophe JAILLET1-1/+1
2020-10-29wcn36xx: Fix reported 802.11n rx_highest rate wcn3660/wcn3680Bryan O'Donoghue1-1/+1
2020-10-29ath9k: Fix potential out of bounds in ath9k_htc_txcompletion_cb()Dan Carpenter1-0/+2
2020-10-29ath6kl: prevent potential array overflow in ath6kl_add_new_sta()Dan Carpenter1-0/+3
2020-10-01mwifiex: Increase AES key storage size to 256 bitsMaximilian Luz2-3/+3
2020-10-01ar5523: Add USB ID of SMCWUSBT-G2 wireless adapterMert Dirik1-0/+2
2020-09-03Revert "ath10k: fix DMA related firmware crashes on multiple devices"Zhi Chen1-1/+1
2020-09-03rtlwifi: rtl8192cu: Prevent leaking urbReto Schneider1-1/+4
2020-08-21wl1251: fix always return 0 errorWang Hai1-1/+1
2020-08-21mwifiex: Prevent memory corruption handling keysDan Carpenter1-7/+15
2020-08-21iwlegacy: Check the return value of pcie_capability_read_*()Bolarinwa Olayemi Saheed1-2/+2
2020-08-21brcmfmac: To fix Bss Info flag definition BugPrasanna Kerekoppa1-1/+1
2020-08-21ath9k: release allocated buffer if timed outNavid Emamdoost1-0/+1
2020-08-21ath9k_htc: release allocated buffer if timed outNavid Emamdoost1-0/+3
2020-07-31ath9k: Fix regression with Atheros 9271Mark O'Donovan1-1/+3
2020-07-31ath9k: Fix general protection fault in ath9k_hif_usb_rx_cbQiujun Huang2-11/+42
2020-07-22Revert "ath9k: Fix general protection fault in ath9k_hif_usb_rx_cb"Greg Kroah-Hartman2-42/+11
2020-06-20b43_legacy: Fix connection problem with WPA3Larry Finger1-0/+1
2020-06-20b43: Fix connection problem with WPA3Larry Finger1-1/+1
2020-06-20b43legacy: Fix case where channel status is corruptedLarry Finger1-0/+1
2020-06-20carl9170: remove P2P_GO supportChristian Lamparter2-20/+5
2020-06-20mwifiex: Fix memory corruption in dump_stationPali Rohár1-8/+6
2020-06-20ath9k: Fix general protection fault in ath9k_hif_usb_rx_cbQiujun Huang2-11/+42
2020-06-20ath9x: Fix stack-out-of-bounds Write in ath9k_hif_usb_rx_cbQiujun Huang1-0/+5
2020-06-20ath9k: Fix use-after-free Write in ath9k_htc_rx_msgQiujun Huang1-0/+3
2020-06-20ath9k: Fix use-after-free Read in ath9k_wmi_ctrl_rxQiujun Huang5-7/+17
2020-06-20ath9k_htc: Silence undersized packet warningsMasashi Honma1-3/+3
2020-05-10brcmfmac: restore stopping netdev queue when bus clogs upArend Van Spriel1-5/+17
2020-05-10brcmfmac: add fallback for devices that do not report per-chain valuesJaap Jan Meijer1-0/+16
2020-05-10ath9k_htc: check for underflow in ath9k_htc_rx_msg()Dan Carpenter1-1/+1
2020-05-10ath10k: free cached fw bin contents when get board id failsRaja Mani1-1/+1
2020-05-10brcmfmac: add eth_type_trans back for PCIe full dongleFranky Lin1-0/+2
2020-05-10iwlwifi: set max firmware version of 7265 to 17Emmanuel Grumbach1-1/+1
2020-05-10mwifiex: add missing check for PCIe8997 chipsetAmitkumar Karwar1-0/+1
2020-05-10mwifiex: fix IBSS data path issue.chunfan chen2-6/+10