summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-284-8/+8
|\
| * ath6kl: add ath6kl_ prefix to crypto_typeSagi Grimberg2018-12-134-8/+8
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-272-5/+3Star
|\ \
| * | crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers2018-11-201-4/+2Star
| * | crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers2018-11-201-1/+1
* | | Merge tag 'wireless-drivers-next-for-davem-2018-12-20' of git://git.kernel.or...David S. Miller2018-12-21144-4300/+4978
|\ \ \
| * \ \ Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2018-12-2017-264/+532
| |\ \ \
| | * | | ath10k: add support to configure BB timing over wmiBhagavathi Perumal S2018-12-204-0/+116
| | * | | ath10k: fix tx_stats memory leakZhi Chen2018-12-201-9/+13
| | * | | ath10k: fix peer stats null pointer dereferenceZhi Chen2018-12-202-3/+3
| | * | | ath10k: remove an unnecessary NULL checkDan Carpenter2018-12-201-1/+1
| | * | | ath10k: move non-fatal warn logs to dbg levelGovind Singh2018-12-201-1/+1
| | * | | ath10k: fix a NULL vs IS_ERR() checkDan Carpenter2018-12-201-2/+2
| | * | | ath10k: remove work in progress logs from snoc driverGovind Singh2018-12-202-3/+1Star
| | * | | ath10k: fix warning due to msdu limit errorBhagavathi Perumal S2018-12-204-4/+61
| | * | | ath10k: disable 4addr source port learning in 10.4 FW by defaultSathishkumar Muruganandam2018-12-203-1/+35
| | * | | ath10k: report tx rate using ieee80211_tx_rate_update()Anilkumar Kolli2018-12-203-5/+64
| | * | | ath10k: add amsdu support for monitor modeYu Wang2018-12-201-2/+186
| | * | | ath10k: fix kernel panic due to use after freeKarthikeyan Periyasamy2018-12-201-5/+5
| | * | | ath10k: remove set but not used variable 'num_tdls_vifs'YueHaibing2018-12-201-26/+0Star
| | * | | wil6210: remove set but not used variable 'wdev'YueHaibing2018-12-201-2/+0Star
| | * | | wil6210: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-201-198/+42Star
| | * | | ath6kl: Use debug instead of error message when disabledKyle Roeschley2018-12-201-1/+1
| | * | | ath6kl: Fix off by one error in scan completionKyle Roeschley2018-12-201-1/+1
| | * | | ath6kl: Only use match sets when firmware supports itKyle Roeschley2018-12-201-1/+1
| * | | | iwlwifi: dbg_ini: fix bad ini tlv parsingShahar S Matityahu2018-12-202-0/+2
| * | | | iwlwifi: bump the API version to 43 for 9000 and 22000Luca Coelho2018-12-202-2/+2
| * | | | iwlwifi: dbg: add debug data to warningSara Sharon2018-12-201-1/+2
| * | | | iwlwifi: mvm: d3: use struct_size() in kzalloc()Gustavo A. R. Silva2018-12-201-4/+2Star
| * | | | iwlwifi: mvm: fix spelling mistake "Recieved" -> "Received"Colin Ian King2018-12-201-1/+1
| * | | | iwlwifi: mvm: set TWT responder capability bit in 11AX SoftAP modeEmmanuel Grumbach2018-12-201-1/+2
| * | | | iwlwifi: remove unused and wrong PHY_CFG_* macrosLuca Coelho2018-12-201-11/+2Star
| * | | | iwlwifi: wrt: add rt status and num of rx/tx fifos to dumpShahar S Matityahu2018-12-205-0/+9
| * | | | iwlwifi: mvm: clean up SSN incrementationSara Sharon2018-12-201-6/+4Star
| * | | | iwlwifi: pcie: lock txq a bit later in reclaim codeSara Sharon2018-12-201-1/+2
| * | | | iwlwifi: mvm: take station lock later in the codeSara Sharon2018-12-201-2/+2
| * | | | iwlwifi: mvm: handle RX no data notificationShaul Triebitz2018-12-205-1/+183
| * | | | iwlwifi: split HE capabilities between AP and STAShaul Triebitz2018-12-201-101/+188
| * | | | iwlwifi: make MVM and DVM depend on MAC80211Luca Coelho2018-12-201-1/+3
| * | | | iwlwifi: mvm: fix setting HE ppe FW configNaftali Goldstein2018-12-202-2/+8
| * | | | iwlwifi: mvm: cleanup iwl_mvm_tx_skb_non_staSara Sharon2018-12-201-25/+17Star
| * | | | iwlwifi: mvm: remove pointless NULL assignmentSara Sharon2018-12-201-5/+1Star
| * | | | iwlwifi: mvm: remove dead codeSara Sharon2018-12-201-6/+0Star
| * | | | iwlwifi: pcie: use iwl_tx_cmd_gen2 and not iwl_tx_cmdSara Sharon2018-12-201-1/+1
| * | | | ipw2x00: cleanup dead codeYueHaibing2018-12-202-11/+4Star
| * | | | cw1200: Fix concurrency use-after-free bugs in cw1200_hw_scan()Jia-Ju Bai2018-12-201-7/+6Star
| * | | | brcmfmac: Fix access point modeStefan Wahren2018-12-201-0/+10
| * | | | brcmfmac: fix roamoff=1 modparamStijn Tintel2018-12-203-4/+11
| * | | | cw1200: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-201-28/+4Star
| * | | | iwlwifi: mvm: don't check if a pointer is set if it can't be unsetEmmanuel Grumbach2018-12-141-20/+17Star