aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
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-18ath5k: replace snprintf in show functions with sysfs_emitQing Wang1-4/+4
2021-10-18rtw89: Remove redundant check of ret after call to rtw89_mac_enable_bb_rfColin Ian King1-2/+0
2021-10-18rtw89: Fix two spelling mistakes in debug messagesColin Ian King1-2/+2
2021-10-18mwifiex: Try waking the firmware until we get an interruptJonas Dreßler1-5/+23
2021-10-18mwifiex: Read a PCI register after writing the TX ring write pointerJonas Dreßler1-0/+8
2021-10-13wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET13-21/+0
2021-10-13mt7601u: Remove redundant initialization of variable retColin Ian King1-1/+1
2021-10-13rtlwifi: rtl8192ee: Remove redundant initialization of variable versionColin Ian King1-1/+1
2021-10-13rtw89: add Realtek 802.11ax driverPing-Ke Shih41-0/+91102
2021-10-13ath10k: fix max antenna gain unitSven Eckelmann2-3/+6
2021-10-13ath9k: fix an IS_ERR() vs NULL checkDan Carpenter1-2/+2
2021-10-13ath11k: Identify DFS channel when sending scan channel list commandBaochen Qiang1-0/+2
2021-10-13ath9k: support DT ieee80211-freq-limit property to limit channelsChristian Lamparter1-0/+2
2021-10-11ath11k: Change number of TCL rings to one for QCA6390Baochen Qiang7-21/+19
2021-10-11ath11k: Handle MSI enablement during rmmod and SSRBaochen Qiang1-5/+36
2021-10-11ath: dfs_pattern_detector: Fix possible null-pointer dereference in channel_detector_create()Tuo Li1-4/+6
2021-10-11ath11k: Use kcalloc() instead of kzalloc()Gustavo A. R. Silva1-4/+4
2021-10-11ath11k: Remove redundant assignment to variable fw_sizeColin Ian King1-1/+0
2021-10-11b43: fix a lower bounds testDan Carpenter1-1/+1
2021-10-11b43legacy: fix a lower bounds testDan Carpenter1-1/+1
2021-10-10octeontx2-pf: Simplify the receive buffer size calculationSubbaraya Sundeep6-28/+35
2021-10-10ethernet: Remove redundant 'flush_workqueue()' callsChristophe JAILLET12-15/+0
2021-10-10virtio_net: skip RCU read lock by checking xdp_enabled of viLi RongQing1-0/+14
2021-10-10net: phy: at803x: better describe debug regsAnsuel Smith1-15/+15
2021-10-10net: phy: at803x: enable prefer master for 83xx internal phyAnsuel Smith1-0/+3