aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2021-04-12mt76: mt7921: switch to new api for hardware beacon filterSean Wang2-17/+40
2021-04-12mt76: mt7921: fix memory leak in mt7921_coredump_workSean Wang1-2/+4
2021-04-12mt76: mt7921: fix suspend/resume sequenceSean Wang1-7/+7
2021-04-11mt76: use PCI_VENDOR_ID_MEDIATEK to avoid open codedRyder Lee5-11/+11
2021-04-11mt76: mt7915: always check return value from mt7915_mcu_alloc_wtbl_reqLorenzo Bianconi1-0/+12
2021-04-11mt76: connac: always check return value from mt76_connac_mcu_alloc_wtbl_reqLorenzo Bianconi2-0/+6
2021-04-11mt76: mt76x0: disable GTK offloadingDavid Bauer1-0/+4
2021-04-11mt76: always use WTBL_MAX_SIZE for tlv allocationRyder Lee5-32/+2
2021-04-11mt76: mt7921: removed unused definitions in mcu.hLorenzo Bianconi1-23/+0
2021-04-11mt76: mt7921: remove unnecessary variableNigel Christian1-2/+1
2021-04-11mt76: mt7921: enable random mac addr during scanningLorenzo Bianconi1-0/+1
2021-04-11mt76: mt7615: support loading EEPROM for MT7613BESander Vanheule1-0/+1
2021-04-11mt76: mt7915: fix tx skb dma unmapFelix Fietkau1-1/+1
2021-04-11mt76: mt7615: fix tx skb dma unmapFelix Fietkau1-1/+1
2021-04-11mt76: mt7615: fix key set/delete issuesFelix Fietkau3-51/+65
2021-04-11mt76: mt7915: add support for rx decapsulation offloadFelix Fietkau6-11/+92
2021-04-11mt76: mt7915: add rx checksum offload supportFelix Fietkau2-0/+6
2021-04-11mt76: mt7915: enable hw rx-amsdu de-aggregationLorenzo Bianconi5-4/+76
2021-04-11mt76: add support for 802.3 rx framesFelix Fietkau8-18/+32
2021-04-11iwlegacy: avoid -Wempty-body warningArnd Bergmann3-5/+1
2021-04-11mt7601u: enable TDLS supportLorenzo Bianconi1-0/+1
2021-04-11mt7601u: fix always true expressionColin Ian King1-1/+1
2021-04-11rtw88: Fix an error code in rtw_debugfs_set_rsvd_page()Dan Carpenter1-1/+1
2021-04-11rtw88: coex: fix A2DP stutters while WL busy + WL scanChing-Te Ku2-4/+6
2021-04-11rtw88: 8822c: add LC calibration for RTL8822CPo-Hao Huang5-2/+47
2021-04-11rtw88: 8822c: update tx power limit table to RF v40.1Zong-Zhe Yang1-343/+343
2021-04-11rtw88: fix DIG min settingZong-Zhe Yang1-4/+5
2021-04-11rtw88: add flush hci supportZong-Zhe Yang3-0/+87
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski14-57/+100
2021-04-08mac80211_hwsim: use DEFINE_SPINLOCK() for spinlockGuobin Huang1-6/+2
2021-04-08virt_wifi: Return micros for BSS TSF valuesA. Cody Schuffelen1-2/+3
2021-04-07Merge tag 'wireless-drivers-2021-04-07' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller13-55/+97
2021-04-06iwlwifi: mvm: fix beacon protection checksJohannes Berg1-5/+12
2021-04-06iwlwifi: mvm: rfi: don't lock mvm->mutex when sending config commandGregory Greenman2-5/+8
2021-04-06iwlwifi: pcie: add support for So-F devicesLuca Coelho2-1/+26
2021-04-06iwlwifi: fw: fix notification wait lockingJohannes Berg1-5/+5
2021-04-06iwlwifi: add support for Qu with AX201 deviceMatt Chen1-0/+1
2021-04-06iwlwifi: pcie: properly set LTR workarounds on 22000 devicesJohannes Berg3-32/+37
2021-04-06iwlwifi: fix 11ax disabled bit in the regulatory capability flagsLuca Coelho1-1/+1
2021-03-29Merge tag 'v5.12-rc5' into locking/core, to pick up fixesIngo Molnar24-25/+0
2021-03-28mt76: mt7615: remove redundant dev_err call in mt7622_wmac_probe()Guobin Huang1-3/+1
2021-03-28mt76: Convert to DEFINE_SHOW_ATTRIBUTEJunlin Yang2-45/+9
2021-03-23brcmfmac: p2p: Fix recently introduced deadlock issueHans de Goede1-1/+1
2021-03-23mt76: mt7921: fix airtime reportingLorenzo Bianconi1-2/+2
2021-03-23iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_enqueue_hcmd()Jiri Kosina1-3/+4
2021-03-19Merge branch 'locking/urgent' into locking/core, to pick up dependent commitsIngo Molnar13-32/+42
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky24-25/+0
2021-03-17ath9k: Use tasklet_disable_in_atomic()Sebastian Andrzej Siewior1-1/+1
2021-03-15rtw88: 8822c: support FW crash dump when FW crashZong-Zhe Yang7-14/+172
2021-03-15wilc1000: use wilc handler as cookie in request_threaded_irq()Ajay Singh1-9/+5