aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-23virt_wifi: fix error on connectMatteo Croce1-20/+32
2021-07-15Merge tag 'Wimplicit-fallthrough-clang-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-0/+1
2021-07-14Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+2
2021-07-12mt76: mt7921: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-07-08mt76: mt7921: continue to probe driver when fw already downloadedAaron Ma1-1/+2
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds5-60/+11
2021-07-02Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-6/+4
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+10
2021-06-28Merge tag 'mac80211-next-for-net-next-2021-06-25' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller5-20/+48
2021-06-25Merge tag 'wireless-drivers-next-2021-06-25' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller144-3064/+5549
2021-06-24iwlwifi: acpi: remove unused function iwl_acpi_eval_dsm_func()Kalle Valo1-36/+0
2021-06-24rtw88: fix c2h memory leakPo-Hao Huang3-1/+13
2021-06-24brcmfmac: support parse country code map from DTShawn Guo1-2/+55
2021-06-23Merge tag 'iwlwifi-next-for-kalle-2021-06-22' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-nextKalle Valo47-784/+1637
2021-06-23brcmfmac: Silence error messages about unsupported firmware featuresDmitry Osipenko3-6/+25
2021-06-23Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo4-22/+17
2021-06-23mac80211: notify driver on mgd TX completionJohannes Berg3-5/+5
2021-06-23mac80211: remove iwlwifi specific workaround that broke sta NDP txFelix Fietkau1-0/+3
2021-06-23mac80211_hwsim: record stats in non-netlink pathNguyen Dinh Phi1-0/+2
2021-06-23mac80211_hwsim: add concurrent channels scanning support over virtioWeilun Du1-10/+38
2021-06-23cfg80211: remove CFG80211_MAX_NUM_DIFFERENT_CHANNELSJohannes Berg1-5/+0
2021-06-22wcn36xx: Avoid memset() beyond end of struct fieldKees Cook1-16/+5
2021-06-22ath11k: Avoid memcpy() over-reading of he_capKees Cook1-4/+10
2021-06-22mt7601u: add USB device ID for some versions of XiaoDu WiFi Dongle.Wei Mingzhi1-0/+1
2021-06-22mwifiex: Avoid memset() over-write of WEP key_materialKees Cook2-5/+12
2021-06-22rtlwifi: rtl8192de: Fully initialize curvecount_valKees Cook1-1/+1
2021-06-22mwl8k: Avoid memcpy() over-reading of mcs.rx_maskKees Cook1-2/+2
2021-06-22orinoco: Avoid field-overflowing memcpy()Kees Cook3-10/+15
2021-06-22rtw88: coex: remove unnecessary variable and labelwengjianfeng1-30/+10
2021-06-22rtw88: add quirks to disable pci capabilitiesPing-Ke Shih1-0/+32
2021-06-22rtw88: refine unwanted h2c commandPo-Hao Huang1-5/+2
2021-06-22rtw88: dump FW crash via devcoredumpZong-Zhe Yang4-64/+201
2021-06-22rtw88: notify fw when driver in scan-period to avoid potential problemChin-Yen Lee5-1/+58
2021-06-22rtw88: add rtw_fw_feature_check apiChin-Yen Lee5-8/+12
2021-06-22rtw88: 8822c: update RF parameter tables to v62Po-Hao Huang1-504/+504
2021-06-22rtw88: Remove duplicate include of coex.hWan Jiabing1-1/+0
2021-06-22rtw88: 8822c: fix lc calibration timingPo-Hao Huang1-10/+12
2021-06-22rtw88: add path diversityPo-Hao Huang5-6/+131
2021-06-22rtw88: add beacon filter supportPo-Hao Huang5-1/+141
2021-06-22iwlwifi: bump FW API to 64 for AX devicesLuca Coelho1-2/+2
2021-06-22iwlwifi: fw: dump TCM error table if presentJohannes Berg4-0/+79
2021-06-22iwlwifi: add 9560 killer deviceybaruch3-1/+9
2021-06-22iwlwifi: move error dump to fw utilsJohannes Berg6-351/+368
2021-06-22iwlwifi: support loading the reduced power table from UEFILuca Coelho9-14/+318
2021-06-22iwlwifi: move UEFI code to a separate fileLuca Coelho4-81/+114
2021-06-22iwlwifi: mvm: introduce iwl_wowlan_get_status_cmdEmmanuel Grumbach3-8/+28
2021-06-22iwlwifi: mvm: introduce iwl_wowlan_kek_kck_material_cmd_v4Emmanuel Grumbach2-9/+34
2021-06-22iwlwifi: mvm: update iwl_wowlan_patterns_cmdEmmanuel Grumbach2-5/+22
2021-06-22iwlwifi: mvm: introduce iwl_proto_offload_cmd_v4Emmanuel Grumbach3-11/+42
2021-06-22iwlwifi: fix NUM_IWL_UCODE_TLV_* definitions to avoid sparse errorsLuca Coelho1-6/+8