summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2022-08-17Revert "mwifiex: fix sleep in atomic context bugs caused by dev_coredumpv"Greg Kroah-Hartman3-10/+8
2022-08-17mwifiex: fix sleep in atomic context bugs caused by dev_coredumpvDuoming Zhou3-8/+10
2022-08-17mwifiex: Ignore BTCOEX events from the 88W8897 firmwareJonas Dreßler3-0/+8
2022-08-17wifi: rtw88: check the return value of alloc_workqueue()William Dean1-0/+4
2022-08-17wifi: libertas: Fix possible refcount leak in if_usb_probe()Hangyu Hua1-0/+1
2022-08-17wifi: iwlwifi: mvm: fix double list_add at iwl_mvm_mac_wake_tx_queueJose Ignacio Tornos Martinez1-0/+1
2022-08-17wifi: wil6210: debugfs: fix uninitialized variable use in `wil_write_file_wmi()`Ammar Faizi1-2/+2
2022-08-17wifi: p54: add missing parentheses in p54_flush()Rustam Subkhankulov1-1/+1
2022-08-17wifi: p54: Fix an error handling path in p54spi_probe()Christophe JAILLET1-1/+2
2022-08-17wifi: wil6210: debugfs: fix info leak in wil_write_file_wmi()Dan Carpenter1-10/+4
2022-08-17mediatek: mt76: eeprom: fix missing of_node_put() in mt76_find_power_limits_n...Liang He1-1/+4
2022-08-17mediatek: mt76: mac80211: Fix missing of_node_put() in mt76_led_init()Liang He1-0/+1
2022-08-17mt76: mt7921: enlarge maximum VHT MPDU length to 11454Deren Wu1-1/+1
2022-08-17mt76: mt7921: fix aggregation subframes setting to HE maxDeren Wu1-2/+2
2022-08-17ieee80211: add EHT 1K aggregation definitionsMordechay Goodstein3-5/+5
2022-08-17mt76: mt7615: do not update pm stats in case of errorLorenzo Bianconi1-4/+5
2022-08-17mt76: mt76x02u: fix possible memory leak in __mt76x02u_mcu_send_msgLorenzo Bianconi1-1/+1
2022-08-17wifi: iwlegacy: 4965: fix potential off-by-one overflow in il4965_rs_fill_lin...Alexey Kodanev1-1/+4
2022-08-17ath9k: fix use-after-free in ath9k_hif_usb_rx_cbPavel Skripkin2-6/+7
2022-08-17ath11k: Fix incorrect debug_mask mappingsManikanta Pubbisetty1-2/+2
2022-08-17ath11k: fix netdev open raceJohan Hovold1-8/+8
2022-08-17wifi: rtlwifi: fix error codes in rtl_debugfs_set_write_h2c()Dan Carpenter1-4/+4
2022-08-17ath10k: do not enforce interrupt trigger typeKrzysztof Kozlowski1-3/+2
2022-08-17wifi: mac80211_hwsim: use 32-bit skb cookieJohannes Berg1-5/+5
2022-08-17wifi: mac80211_hwsim: add back erroneously removed castJohannes Berg1-1/+1
2022-08-17wifi: mac80211_hwsim: fix race condition in pending packetJeongik Cha1-6/+8
2022-07-29iwlwifi: fw: uefi: add missing include guardsJohannes Berg1-1/+4
2022-07-29mt76: fix use-after-free by removing a non-RCU wcid pointerFelix Fietkau8-12/+13
2022-07-29mt76: mt7921: Fix the error handling path of mt7921_pci_probe()Christophe JAILLET1-3/+5
2022-07-29mt76: mt7921e: fix possible probe failure after rebootSean Wang4-120/+136
2022-07-29mt76: mt7921: use physical addr to unify register accessSean Wang2-24/+25
2022-07-29Revert "mt76: mt7921e: fix possible probe failure after reboot"Sean Wang3-131/+125
2022-07-29Revert "mt76: mt7921: Fix the error handling path of mt7921_pci_probe()"Sean Wang1-5/+3
2022-07-12mt76: mt7921: do not always disable fw runtime-pmLorenzo Bianconi1-2/+1
2022-07-12mt76: mt76_connac: fix MCU_CE_CMD_SET_ROC definition errorSean Wang1-1/+1
2022-07-12mt76: mt7921: fix a possible race enabling/disabling runtime-pmLorenzo Bianconi2-6/+9
2022-07-12mt76: mt7921: introduce mt7921_mcu_set_beacon_filter utility routineLorenzo Bianconi4-63/+45
2022-07-12mt76: mt7921: get rid of mt7921_mac_set_beacon_filterLorenzo Bianconi2-31/+0
2022-07-12ath11k: add hw_param for wakeup_mhiSeevalamuthu Mariappan3-4/+14
2022-07-02rtw88: rtw8821c: enable rfe 6 devicesPing-Ke Shih1-0/+1
2022-07-02rtw88: 8821c: support RFE type4 wifi NICGuo-Feng Fan1-1/+12
2022-06-09carl9170: tx: fix an incorrect use of list iteratorXiaomeng Tong1-0/+3
2022-06-09rtl818x: Prevent using not initialized queuesAlexander Wetzel1-2/+6
2022-06-09iwlwifi: mvm: fix assert 1F04 upon reconfigEmmanuel Grumbach1-0/+3
2022-06-09mt76: do not attempt to reorder received 802.3 packets without agg sessionFelix Fietkau1-2/+3
2022-06-09mt76: mt7921: Fix the error handling path of mt7921_pci_probe()Christophe JAILLET1-3/+5
2022-06-09wilc1000: fix crash observed in AP mode with cfg80211_register_netdevice()Ajay Singh1-2/+2
2022-06-09ath11k: Don't check arvif->is_started before sending management framesBaochen Qiang1-2/+3
2022-06-09ath9k_htc: fix potential out of bounds access with invalid rxstatus->rs_keyixDan Carpenter1-0/+8
2022-06-09ath9k: fix ar9003_get_eepmiscWenli Looi1-1/+1