summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-191-0/+5
|\
| * Merge tag 'mac80211-for-net-2021-06-09' of git://git.kernel.org/pub/scm/linux...David S. Miller2021-06-091-0/+5
| |\
| | * mac80211_hwsim: drop pending frames on stopJohannes Berg2021-05-311-0/+5
* | | Merge tag 'wireless-drivers-next-2021-06-16' of git://git.kernel.org/pub/scm/...David S. Miller2021-06-1680-435/+1328
|\ \ \
| * \ \ Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2021-06-1533-132/+1046
| |\ \ \
| | * | | wil6210: remove erroneous wiphy lockingJohannes Berg2021-06-151-2/+0
| | * | | ath6kl: Fix inconsistent indentingJiapeng Chong2021-06-151-2/+2
| | * | | ath11k: send beacon template after vdev_start/restart during csaSeevalamuthu Mariappan2021-06-151-5/+5
| | * | | ath10k: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-151-8/+1
| | * | | ath10k: remove the repeated declarationShaokun Zhang2021-06-152-2/+0
| | * | | ath10k: Fix an error code in ath10k_add_interface()Yang Li2021-06-151-0/+1
| | * | | ath11k: Fix an error handling path in ath11k_core_fetch_board_data_api_n()Christophe JAILLET2021-06-151-1/+2
| | * | | wil6210: Fix wrong function name in commentsYang Shen2021-06-152-4/+4
| | * | | ath: Fix wrong function name in commentsYang Shen2021-06-151-1/+1
| | * | | ath5k: Fix wrong function name in commentsYang Shen2021-06-151-1/+1
| | * | | wcn36xx: Move hal_buf allocation to devm_kmalloc in probeBryan O'Donoghue2021-06-141-13/+8
| | * | | wcn36xx: Fix inconsistent indentingJiapeng Chong2021-06-141-1/+1
| | * | | wcn36xx: Enable WOWLAN flagsBryan O'Donoghue2021-06-141-1/+3
| | * | | wcn36xx: Add host resume request supportBryan O'Donoghue2021-06-143-0/+38
| | * | | wcn36xx: Add Host suspend indication supportBryan O'Donoghue2021-06-143-0/+24
| | * | | wcn36xx: Add GTK offload info to WoWLAN resumeBryan O'Donoghue2021-06-144-2/+79
| | * | | wcn36xx: Add GTK offload to WoWLAN pathBryan O'Donoghue2021-06-144-1/+47
| | * | | wcn36xx: Add set_rekey_data callbackBryan O'Donoghue2021-06-142-0/+25
| | * | | wcn36xx: Add ipv6 namespace offload in suspendBryan O'Donoghue2021-06-144-0/+73
| | * | | wcn36xx: Add ipv6 address trackingBryan O'Donoghue2021-06-143-0/+41
| | * | | wcn36xx: Do not flush indication queue on suspend/resumeBryan O'Donoghue2021-06-141-2/+0
| | * | | wcn36xx: Add ipv4 ARP offload support in suspendBryan O'Donoghue2021-06-144-8/+57
| | * | | wcn36xx: Run suspend for the first ieee80211_vifBryan O'Donoghue2021-06-141-3/+28
| | * | | wcn36xx: Return result of set_power_params in suspendBryan O'Donoghue2021-06-141-2/+4
| | * | | ath10k: remove unused more_frags variableYang Yingliang2021-06-121-2/+0
| | * | | wireless: carl9170: fix LEDS build errors & warningsRandy Dunlap2021-06-121-5/+3
| | * | | ath10k: add missing error return code in ath10k_pci_probe()Yang Yingliang2021-06-121-3/+9
| | * | | ath10k: go to path err_unsupported when chip id is not supportedYang Yingliang2021-06-121-1/+1
| | * | | ath11k: don't call ath11k_pci_set_l1ss for WCN6855Baochen Qiang2021-06-123-1/+8
| | * | | ath11k: add support for WCN6855Baochen Qiang2021-06-124-10/+75
| | * | | ath11k: add support to get peer id for WCN6855Baochen Qiang2021-06-124-4/+38
| | * | | ath11k: setup WBM_IDLE_LINK ring once againBaochen Qiang2021-06-121-0/+10
| | * | | ath11k: setup REO for WCN6855Baochen Qiang2021-06-125-52/+96
| | * | | ath11k: add dp support for WCN6855Baochen Qiang2021-06-123-0/+289
| | * | | ath11k: add hw reg support for WCN6855Baochen Qiang2021-06-122-0/+72
| | * | | ath9k: Fix kernel NULL pointer dereference during ath_reset_internal()Pali Rohár2021-06-121-0/+5
| * | | | rsi: fix AP mode with WPA failure due to encrypted EAPOLMartin Fuzzey2021-06-154-7/+2
| * | | | libertas: use DEVICE_ATTR_RW macroYueHaibing2021-06-151-71/+78
| * | | | cw1200: Revert unnecessary patches that fix unreal use-after-free bugsHang Zhang2021-06-151-10/+7
| * | | | rtlwifi: Fix spelling of 'download'Ding Senjie2021-06-151-1/+1
| * | | | rtlwifi: Remove redundant assignments to ul_enc_algoYang Li2021-06-151-1/+1
| * | | | rtlwifi: rtl8723ae: remove redundant initialization of variable rtstatusColin Ian King2021-06-151-1/+1
| * | | | wl1251: Fix missing function name in commentsYang Shen2021-06-151-4/+4
| * | | | cw1200: add missing MODULE_DEVICE_TABLEZou Wei2021-06-151-0/+1
| * | | | rtlwifi: btcoex: 21a 2ant: Delete several duplicate condition branch codesZhen Lei2021-06-151-16/+0