summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2021-07-14brcmfmac: Fix a double-free in brcmf_sdio_bus_resetTong Tiangen1-1/+0
2021-07-14brcmfmac: correctly report average RSSI in station infoAlvin Šipraga1-16/+20
2021-07-14brcmfmac: fix setting of station info chains bitmaskAlvin Šipraga1-2/+1
2021-07-14wcn36xx: Move hal_buf allocation to devm_kmalloc in probeBryan O'Donoghue1-13/+8
2021-07-14wireless: carl9170: fix LEDS build errors & warningsRandy Dunlap1-5/+3
2021-07-14ath10k: add missing error return code in ath10k_pci_probe()Yang Yingliang1-3/+9
2021-07-14ath10k: go to path err_unsupported when chip id is not supportedYang Yingliang1-1/+1
2021-07-14rsi: fix AP mode with WPA failure due to encrypted EAPOLMartin Fuzzey4-7/+2
2021-07-14rsi: Assign beacon rate settings to the correct rate_info descriptor fieldMarek Vasut1-2/+2
2021-07-14ath9k: Fix kernel NULL pointer dereference during ath_reset_internal()Pali Rohár1-0/+5
2021-07-14mac80211: remove iwlwifi specific workaround that broke sta NDP txFelix Fietkau1-0/+3
2021-06-30mac80211_hwsim: drop pending frames on stopJohannes Berg1-0/+5
2021-06-03brcmfmac: properly check for bus register errorsGreg Kroah-Hartman6-46/+41
2021-06-03Revert "brcmfmac: add a check for the status of usb_register"Greg Kroah-Hartman1-5/+1
2021-06-03libertas: register sysfs groups properlyGreg Kroah-Hartman1-24/+4
2021-06-03Revert "libertas: add checks for the return value of sysfs_create_group"Greg Kroah-Hartman1-5/+0
2021-06-03ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd()Anirudh Rayabharam2-4/+5
2021-06-03Revert "ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd()"Greg Kroah-Hartman1-1/+3
2021-06-03ath11k: Clear the fragment cache during key installSriram R3-0/+25
2021-06-03ath10k: Validate first subframe of A-MSDU before processing the listSriram R1-4/+57
2021-06-03ath10k: Fix TKIP Michael MIC verification for PCIeWen Gong1-0/+10
2021-06-03ath10k: drop MPDU which has discard flag set by firmware for SDIOWen Gong2-1/+18
2021-06-03ath10k: drop fragments with multicast DA for SDIOWen Gong1-2/+7
2021-06-03ath10k: drop fragments with multicast DA for PCIeWen Gong1-3/+20
2021-06-03ath10k: add CCMP PN replay protection for fragmented frames for PCIeWen Gong2-4/+96
2021-05-26net: rtlwifi: properly check for alloc_workqueue() failureGreg Kroah-Hartman1-5/+10
2021-05-26Revert "rtlwifi: fix a potential NULL pointer dereference"Greg Kroah-Hartman1-5/+0
2021-05-22airo: work around stack usage warningArnd Bergmann1-52/+65
2021-05-19qtnfmac: Fix possible buffer overflow in qtnf_event_handle_external_authLee Gibson1-2/+4
2021-05-19wl3501_cs: Fix out-of-bounds warnings in wl3501_mgmt_joinGustavo A. R. Silva2-41/+38
2021-05-19wl3501_cs: Fix out-of-bounds warnings in wl3501_send_pktGustavo A. R. Silva2-8/+14
2021-05-19mt76: mt7615: fix entering driver-own state on mt7663Felix Fietkau1-2/+10
2021-05-19iwlwifi: pcie: make cfg vs. trans_cfg more robustJohannes Berg1-7/+28
2021-05-19mt76: mt7915: fix txpower init for TSSI off chipsShayne Chen1-6/+13
2021-05-19mt76: mt76x0: disable GTK offloadingDavid Bauer1-0/+4
2021-05-19mt76: mt7615: support loading EEPROM for MT7613BESander Vanheule1-0/+1
2021-05-19rtw88: 8822c: add LC calibration for RTL8822CPo-Hao Huang5-2/+47
2021-05-19ath11k: fix thermal temperature readPradeep Kumar Chitrapu1-32/+21
2021-05-14wlcore: Fix buffer overrun by snprintf due to incorrect buffer sizeColin Ian King1-1/+1
2021-05-14ath10k: Fix ath10k_wmi_tlv_op_pull_peer_stats_info() unlock without lockShuah Khan1-0/+3
2021-05-14ath10k: Fix a use after free in ath10k_htc_send_bundleLv Yunlong1-1/+1
2021-05-14ath9k: Fix error check in ath9k_hw_read_revisions() for PCI devicesToke Høiland-Jørgensen2-2/+2
2021-05-14mt76: mt7615: fix memleak when mt7615_unregister_device()Ryder Lee1-2/+1
2021-05-14mwl8k: Fix a double Free in mwl8k_probe_hwLv Yunlong1-0/+1
2021-05-14wlcore: fix overlapping snprintf arguments in debugfsArnd Bergmann2-8/+12
2021-05-14rtlwifi: 8821ae: upgrade PHY and RF parametersPing-Ke Shih1-130/+370
2021-05-14mt76: mt7663s: fix the possible device hang in high trafficSean Wang2-0/+5
2021-05-14mt76: mt7663s: make all of packets 4-bytes aligned in sdio tx aggregationSean Wang1-1/+8
2021-05-14mt76: mt7915: fix mib stats counter reporting to mac80211Ryder Lee3-27/+24
2021-05-14mt76: mt7615: fix mib stats counter reporting to mac80211Lorenzo Bianconi3-23/+19