summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-10-22iwlwifi: Add support for more BZ HWsMatti Gottlieb4-0/+41
2021-10-22iwlwifi: Add support for getting rf id with blank otpMatti Gottlieb4-5/+132
2021-10-20Merge tag 'mt76-for-kvalo-2021-10-20' of https://github.com/nbd168/wirelessKalle Valo70-2539/+6109
2021-10-20zd1201: use eth_hw_addr_set()Jakub Kicinski1-3/+4
2021-10-20wl3501_cs: use eth_hw_addr_set()Jakub Kicinski1-2/+1
2021-10-20ray_cs: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-10-20wilc1000: use eth_hw_addr_set()Jakub Kicinski2-5/+11
2021-10-20hostap: use eth_hw_addr_set()Jakub Kicinski1-1/+4
2021-10-20ipw2200: prepare for const netdev->dev_addrJakub Kicinski2-4/+4
2021-10-20airo: use eth_hw_addr_set()Jakub Kicinski1-14/+13
2021-10-20brcmfmac: prepare for const netdev->dev_addrJakub Kicinski1-2/+2
2021-10-20atmel: use eth_hw_addr_set()Jakub Kicinski1-5/+10
2021-10-20wil6210: use eth_hw_addr_set()Jakub Kicinski3-5/+7
2021-10-20ath6kl: use eth_hw_addr_set()Jakub Kicinski1-4/+5
2021-10-20wireless: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2-2/+2
2021-10-20wireless: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski4-7/+7
2021-10-20wireless: use eth_hw_addr_set()Jakub Kicinski11-20/+18
2021-10-20iwlwifi: cfg: set low-latency-xtal for some integrated So devicesJohannes Berg1-1/+1
2021-10-20iwlwifi: pnvm: read EFI data only if long enoughJohannes Berg1-3/+7
2021-10-20iwlwifi: pnvm: don't kmemdup() more than we haveJohannes Berg1-4/+3
2021-10-20iwlwifi: change all JnP to NO-160 configurationYaara Baruch1-3/+3
2021-10-20iwlwifi: mvm: reset PM state on unsuccessful resumeJohannes Berg1-1/+4
2021-10-20Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo22-60/+224
2021-10-20mwifiex: Deactive host sleep using HSCFG after it was activated manuallyJonas Dreßler4-0/+44
2021-10-20mwifiex: Send DELBA requests according to specJonas Dreßler1-2/+3
2021-10-20mwifiex: Fix an incorrect commentJonas Dreßler1-1/+1
2021-10-20mwifiex: Log an error on command failure during key-material uploadJonas Dreßler1-2/+8
2021-10-20mwifiex: Don't log error on suspend if wake-on-wlan is disabledJonas Dreßler1-1/+1
2021-10-20rtw89: remove unneeded semicolonYang Li1-1/+1
2021-10-20rtw89: fix return value check in rtw89_cam_send_sec_key_cmd()Yang Yingliang1-1/+1
2021-10-20mwl8k: Fix use-after-free in mwl8k_fw_state_machine()Zheyu Ma1-1/+1
2021-10-20rsi: stop thread firstly in rsi_91x_init() error handlingZiyang Xuan1-0/+1
2021-10-20mt76: mt7915: change max rx len limit of hw modulesShayne Chen1-2/+2
2021-10-20mt76: mt7915: fix missing HE phy capShayne Chen2-7/+13
2021-10-20mt76: mt7915: rework mt7915_mcu_sta_muru_tlv()Shayne Chen1-21/+21
2021-10-20mt76: mt7915: enable HE UL MU-MIMOShayne Chen4-3/+47
2021-10-20mt76: mt7921: add per-vif counters in ethtoolLorenzo Bianconi1-1/+52
2021-10-20mt76: mt7921: move tx amsdu stats in mib_statsLorenzo Bianconi4-17/+23
2021-10-20mt76: mt7921: add sta stats accounting in mt7921_mac_add_txs_skbLorenzo Bianconi2-2/+16
2021-10-20mt76: mt7921: introduce stats reporting through ethtoolLorenzo Bianconi1-0/+116
2021-10-20mt76: mt7921: add some more MIB countersLorenzo Bianconi3-1/+71
2021-10-20mt76: do not reset MIB counters in get_stats callbackLorenzo Bianconi3-6/+1
2021-10-20mt76: mt7915: move tx amsdu stats in mib_statsLorenzo Bianconi4-13/+19
2021-10-20mt76: mt7915: run mt7915_get_et_stats holding mt76 mutexLorenzo Bianconi4-2/+13
2021-10-20mt76: move mt76_ethtool_worker_info in mt76 moduleLorenzo Bianconi3-40/+45
2021-10-20mt76: move mt76_sta_stats in mt76.hLorenzo Bianconi4-10/+10
2021-10-20mt76: mt76x0: correct VHT MCS 8/9 tx power eeprom offsetRichard Huynh1-1/+1
2021-10-20mt76: mt7921s: add reset supportSean Wang8-1/+184
2021-10-20mt76: mt7921: introduce mt7921s supportSean Wang11-15/+637
2021-10-20mt76: mt7921: refactor mt7921_mcu_send_messageSean Wang3-8/+23