summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* wifi: brcmfmac: Check the count value of channel spec to prevent out-of-bound...Minsuk Kang2023-02-091-0/+17
* wifi: rndis_wlan: Prevent buffer overflow in rndis_query_oidSzymon Heidrich2023-02-011-13/+6
* wifi: brcmfmac: fix regression for Broadcom PCIe wifi devicesArend van Spriel2023-01-241-1/+1
* wifi: iwlwifi: fw: skip PPAG for JFJohannes Berg2023-01-241-0/+5
* brcmfmac: Prefer DT board type over DMI board typeIvan T. Ivanov2023-01-181-2/+3
* wifi: ath11k: Send PME message during wakeup from D3coldBaochen Qiang2023-01-121-0/+3
* wifi: ath9k: use proper statements in conditionalsArnd Bergmann2023-01-121-7/+7
* wifi: wilc1000: sdio: fix module autoloadingMichael Walle2023-01-071-0/+1
* wifi: mt76: do not run mt76u_status_worker if the device is not runningLorenzo Bianconi2022-12-311-4/+7
* wifi: brcmfmac: Fix potential NULL pointer dereference in 'brcmf_c_preinit_dc...Jisoo Jang2022-12-311-2/+6
* wifi: brcmfmac: Fix potential shift-out-of-bounds in brcmf_fw_alloc_request()Minsuk Kang2022-12-311-0/+5
* wifi: ath11k: Fix qmi_msg_handler data structure initializationRahul Bhattacharjee2022-12-311-0/+3
* wifi: ath10k: Delay the unmapping of the bufferYoughandhar Chintala2022-12-313-0/+27
* wifi: ar5523: Fix use-after-free on ar5523_cmd() timed outShigeru Yoshida2022-12-311-0/+6
* wifi: ath9k: verify the expected usb_endpoints are presentFedor Pchelkin2022-12-311-0/+14
* brcmfmac: return error when getting invalid max_flowrings from dongleWright Feng2022-12-311-0/+4
* wifi: brcmfmac: Fix error return code in brcmf_sdio_download_firmware()Wang Yufen2022-12-312-1/+2
* wifi: rtl8xxxu: Fix the channel width reportingBitterblue Smith2022-12-311-3/+7
* wifi: rtl8xxxu: Add __packed to struct rtl8723bu_c2hBitterblue Smith2022-12-311-1/+1
* mt76: mt7915: Fix PCI device refcount leak in mt7915_pci_init_hif2()Xiongfeng Wang2022-12-311-3/+10
* wifi: mt76: do not send firmware FW_FEATURE_NON_DL regionDeren Wu2022-12-311-0/+4
* wifi: mt76: mt7921: Add missing __packed annotation of struct mt7921_clcDeren Wu2022-12-311-1/+1
* wifi: mt76: fix coverity overrun-call in mt76_get_txpower()Deren Wu2022-12-311-1/+2
* wifi: mt76: mt7921: fix wrong power after multiple SAR setYN Chen2022-12-313-0/+9
* wifi: mt76: mt7915: Fix chainmask calculation on mt7915 DBDCNicolas Cavallari2022-12-311-0/+1
* wifi: mt76: mt7915: rework eeprom tx paths and streams initShayne Chen2022-12-312-39/+23
* wifi: mt76: mt7921: fix reporting of TX AGGR histogramLorenzo Bianconi2022-12-311-1/+1
* wifi: mt76: mt7915: fix reporting of TX AGGR histogramLorenzo Bianconi2022-12-311-1/+1
* wifi: mt76: mt7915: fix mt7915_mac_set_timing()Ryder Lee2022-12-311-6/+15
* wifi: mt76: mt7921: fix antenna signal are way off in monitor modeSean Wang2022-12-311-11/+21
* wifi: iwlwifi: mvm: fix double free on tx path.Ben Greear2022-12-311-1/+11
* wifi: rtl8xxxu: Fix use after rcu_read_unlock in rtl8xxxu_bss_info_changedBitterblue Smith2022-12-311-1/+1
* wifi: plfxlc: fix potential memory leak in __lf_x_usb_enable_rx()Ziyang Xuan2022-12-311-0/+1
* wifi: rtw89: fix physts IE page checkZong-Zhe Yang2022-12-311-1/+1
* wifi: ath10k: Fix return value in ath10k_pci_init()Xiu Jianfeng2022-12-311-8/+12
* wifi: rtw89: Fix some error handling path in rtw89_core_sta_assoc()Christophe JAILLET2022-12-311-1/+1
* wifi: iwlwifi: mei: fix potential NULL-ptr deref after cloneJohannes Berg2022-12-311-3/+7
* wifi: iwlwifi: mei: avoid blocking sap messages handling due to rtnl lockAvraham Stern2022-12-311-20/+37
* wifi: iwlwifi: mei: fix tx DHCP packet for devices with new Tx APIEmmanuel Grumbach2022-12-311-1/+7
* wifi: iwlwifi: mei: don't send SAP commands if AMT is disabledEmmanuel Grumbach2022-12-311-41/+44
* wifi: iwlwifi: mei: make sure ownership confirmed message is sentAvraham Stern2022-12-315-16/+29
* wifi: rtw89: use u32_encode_bits() to fill MAC quota valuePing-Ke Shih2022-12-311-4/+2
* wifi: rsi: Fix handling of 802.3 EAPOL frames sent via control portMarek Vasut2022-12-312-2/+8
* wifi: ath11k: fix firmware assert during bandwidth change for peer staAditya Kumar Singh2022-12-312-37/+87
* wifi: rtl8xxxu: Fix reading the vendor of combo chipsBitterblue Smith2022-12-311-8/+8
* wifi: ath9k: hif_usb: Fix use-after-free in ath9k_hif_usb_reg_in_cb()Fedor Pchelkin2022-12-311-13/+15
* wifi: ath9k: hif_usb: fix memory leak of urbs in ath9k_hif_usb_dealloc_tx_urbs()Fedor Pchelkin2022-12-311-4/+0
* wifi: wilc1000: validate number of channelsPhil Turnbull2022-11-241-6/+16
* wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_CHANNEL_LIST attributePhil Turnbull2022-11-241-1/+2
* wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_OPER_CHANNEL attributePhil Turnbull2022-11-241-2/+12