summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2022-12-31wifi: mt76: do not run mt76u_status_worker if the device is not runningLorenzo Bianconi1-4/+7
2022-12-31wifi: brcmfmac: Fix potential NULL pointer dereference in 'brcmf_c_preinit_dc...Jisoo Jang1-2/+6
2022-12-31wifi: brcmfmac: Fix potential shift-out-of-bounds in brcmf_fw_alloc_request()Minsuk Kang1-0/+5
2022-12-31wifi: ath11k: Fix qmi_msg_handler data structure initializationRahul Bhattacharjee1-0/+3
2022-12-31wifi: ath10k: Delay the unmapping of the bufferYoughandhar Chintala3-0/+27
2022-12-31wifi: ar5523: Fix use-after-free on ar5523_cmd() timed outShigeru Yoshida1-0/+6
2022-12-31wifi: ath9k: verify the expected usb_endpoints are presentFedor Pchelkin1-0/+14
2022-12-31brcmfmac: return error when getting invalid max_flowrings from dongleWright Feng1-0/+4
2022-12-31wifi: brcmfmac: Fix error return code in brcmf_sdio_download_firmware()Wang Yufen2-1/+2
2022-12-31wifi: rtl8xxxu: Fix the channel width reportingBitterblue Smith1-3/+7
2022-12-31wifi: rtl8xxxu: Add __packed to struct rtl8723bu_c2hBitterblue Smith1-1/+1
2022-12-31mt76: mt7915: Fix PCI device refcount leak in mt7915_pci_init_hif2()Xiongfeng Wang1-3/+10
2022-12-31wifi: mt76: do not send firmware FW_FEATURE_NON_DL regionDeren Wu1-0/+4
2022-12-31wifi: mt76: mt7921: Add missing __packed annotation of struct mt7921_clcDeren Wu1-1/+1
2022-12-31wifi: mt76: fix coverity overrun-call in mt76_get_txpower()Deren Wu1-1/+2
2022-12-31wifi: mt76: mt7921: fix wrong power after multiple SAR setYN Chen3-0/+9
2022-12-31wifi: mt76: mt7915: Fix chainmask calculation on mt7915 DBDCNicolas Cavallari1-0/+1
2022-12-31wifi: mt76: mt7915: rework eeprom tx paths and streams initShayne Chen2-39/+23
2022-12-31wifi: mt76: mt7921: fix reporting of TX AGGR histogramLorenzo Bianconi1-1/+1
2022-12-31wifi: mt76: mt7915: fix reporting of TX AGGR histogramLorenzo Bianconi1-1/+1
2022-12-31wifi: mt76: mt7915: fix mt7915_mac_set_timing()Ryder Lee1-6/+15
2022-12-31wifi: mt76: mt7921: fix antenna signal are way off in monitor modeSean Wang1-11/+21
2022-12-31wifi: iwlwifi: mvm: fix double free on tx path.Ben Greear1-1/+11
2022-12-31wifi: rtl8xxxu: Fix use after rcu_read_unlock in rtl8xxxu_bss_info_changedBitterblue Smith1-1/+1
2022-12-31wifi: plfxlc: fix potential memory leak in __lf_x_usb_enable_rx()Ziyang Xuan1-0/+1
2022-12-31wifi: rtw89: fix physts IE page checkZong-Zhe Yang1-1/+1
2022-12-31wifi: ath10k: Fix return value in ath10k_pci_init()Xiu Jianfeng1-8/+12
2022-12-31wifi: rtw89: Fix some error handling path in rtw89_core_sta_assoc()Christophe JAILLET1-1/+1
2022-12-31wifi: iwlwifi: mei: fix potential NULL-ptr deref after cloneJohannes Berg1-3/+7
2022-12-31wifi: iwlwifi: mei: avoid blocking sap messages handling due to rtnl lockAvraham Stern1-20/+37
2022-12-31wifi: iwlwifi: mei: fix tx DHCP packet for devices with new Tx APIEmmanuel Grumbach1-1/+7
2022-12-31wifi: iwlwifi: mei: don't send SAP commands if AMT is disabledEmmanuel Grumbach1-41/+44
2022-12-31wifi: iwlwifi: mei: make sure ownership confirmed message is sentAvraham Stern5-16/+29
2022-12-31wifi: rtw89: use u32_encode_bits() to fill MAC quota valuePing-Ke Shih1-4/+2
2022-12-31wifi: rsi: Fix handling of 802.3 EAPOL frames sent via control portMarek Vasut2-2/+8
2022-12-31wifi: ath11k: fix firmware assert during bandwidth change for peer staAditya Kumar Singh2-37/+87
2022-12-31wifi: rtl8xxxu: Fix reading the vendor of combo chipsBitterblue Smith1-8/+8
2022-12-31wifi: ath9k: hif_usb: Fix use-after-free in ath9k_hif_usb_reg_in_cb()Fedor Pchelkin1-13/+15
2022-12-31wifi: ath9k: hif_usb: fix memory leak of urbs in ath9k_hif_usb_dealloc_tx_urbs()Fedor Pchelkin1-4/+0
2022-11-24wifi: wilc1000: validate number of channelsPhil Turnbull1-6/+16
2022-11-24wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_CHANNEL_LIST attributePhil Turnbull1-1/+2
2022-11-24wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_OPER_CHANNEL attributePhil Turnbull1-2/+12
2022-11-24wifi: wilc1000: validate pairwise and authentication suite offsetsPhil Turnbull1-5/+16
2022-11-02wifi: ath11k: avoid deadlock during regulatory update in ath11k_regd_update()Wen Gong1-5/+1
2022-11-02wifi: ath11k: Fix QCN9074 firmware boot on x86Tyler J. Stachecki1-1/+1
2022-11-01wifi: brcmfmac: Fix potential buffer overflow in brcmf_fweh_event_worker()Dokyung Song1-0/+4
2022-11-01wifi: airo: do not assign -1 to unsigned charJason A. Donenfeld1-4/+14
2022-10-21wifi: mac80211_hwsim: fix debugfs attribute ps with rc table supportJonas Jelonek1-0/+5
2022-10-21wifi: rt2x00: use explicitly signed or unsigned typesJason A. Donenfeld13-58/+58
2022-10-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds8-9/+9