aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wireless-drivers-2021-02-05' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2021-02-062-9/+7
|\
| * mt76: dma: fix a possible memory leak in mt76_add_fragment()Lorenzo Bianconi2021-01-281-3/+5
| * ath9k: fix build error with LEDS_CLASS=mArnd Bergmann2021-01-281-6/+2
* | Merge tag 'wireless-drivers-2021-01-26' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2021-01-2624-141/+264
|\|
| * mt7601u: fix kernel crash unplugging the deviceLorenzo Bianconi2021-01-251-1/+1
| * iwlwifi: queue: bail out on invalid freeingJohannes Berg2021-01-251-4/+2
| * iwlwifi: mvm: guard against device removal in reprobeJohannes Berg2021-01-251-1/+2
| * iwlwifi: Fix IWL_SUBDEVICE_NO_160 macro to use the correct bit.Matti Gottlieb2021-01-251-2/+2
| * iwlwifi: mvm: clear IN_D3 after wowlan status cmdShaul Triebitz2021-01-251-3/+3
| * iwlwifi: pcie: add rules to match Qu with Hr2Luca Coelho2021-01-253-0/+38
| * iwlwifi: mvm: invalidate IDs of internal stations at mvm startGregory Greenman2021-01-252-0/+10
| * iwlwifi: mvm: fix the return type for DSM functions 1 and 2Matt Chen2021-01-253-29/+68
| * iwlwifi: pcie: reschedule in long-running memory readsJohannes Berg2021-01-251-1/+7
| * iwlwifi: pcie: use jiffies for memory read spin time limitJohannes Berg2021-01-251-6/+2
| * iwlwifi: pcie: fix context info memory leakJohannes Berg2021-01-251-2/+9
| * iwlwifi: pcie: add a NULL check in iwl_pcie_txq_unmapEmmanuel Grumbach2021-01-251-0/+5
| * iwlwifi: pcie: set LTR on more devicesJohannes Berg2021-01-252-17/+28
| * iwlwifi: queue: don't crash if txq->entries is NULLEmmanuel Grumbach2021-01-251-25/+24
| * iwlwifi: fix the NMI flow for old devicesEmmanuel Grumbach2021-01-252-6/+13
| * iwlwifi: pnvm: don't try to load after failuresJohannes Berg2021-01-251-1/+7
| * iwlwifi: pnvm: don't skip everything when not reloadingJohannes Berg2021-01-251-25/+25
| * iwlwifi: pcie: avoid potential PNVM leaksJohannes Berg2021-01-251-0/+3
| * iwlwifi: mvm: take mutex for calling iwl_mvm_get_sync_time()Johannes Berg2021-01-251-0/+3
| * iwlwifi: mvm: skip power command when unbinding vif during CSASara Sharon2021-01-251-0/+3
| * mt76: mt7663s: fix rx buffer refcountingLorenzo Bianconi2021-01-181-5/+4
| * mt7601u: fix rx buffer refcountingLorenzo Bianconi2021-01-181-2/+1
| * iwlwifi: dbg: Don't touch the tlv dataTakashi Iwai2021-01-141-7/+0
| * mt76: Fix queue ID variable types after mcu queue splitNathan Chancellor2021-01-142-6/+6
* | iwlwifi: provide gso_type to GSO packetsEric Dumazet2021-01-261-0/+3
|/
* wil6210: select CONFIG_CRC32Arnd Bergmann2021-01-051-0/+1
* Merge tag 'wireless-drivers-2020-12-22' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2020-12-2214-36/+117
|\
| * mt76: mt7915: fix MESH ifdef blockRandy Dunlap2020-12-201-2/+2
| * mt76: mt76s: fix NULL pointer dereference in mt76s_process_tx_queueLorenzo Bianconi2020-12-201-1/+5
| * mt76: sdio: remove wake logic in mt76s_process_tx_queueLorenzo Bianconi2020-12-201-12/+3
| * mt76: usb: remove wake logic in mt76u_status_workerLorenzo Bianconi2020-12-201-7/+0
| * Merge ath-current from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/at...Kalle Valo2020-12-2010-12/+101
| |\
| | * ath11k: pci: disable ASPM L0sLs before downloading firmwareCarl Huang2020-12-182-0/+38
| | * ath11k: qmi: try to allocate a big block of DMA memory firstCarl Huang2020-12-182-2/+23
| | * ath11k: Fix ath11k_pci_fix_l1ss()Dan Carpenter2020-12-171-4/+4
| | * ath11k: Fix error code in ath11k_core_suspend()Dan Carpenter2020-12-171-1/+1
| | * ath11k: start vdev if a bss peer is already createdCarl Huang2020-12-173-2/+25
| | * ath11k: fix crash caused by NULL rx_channelCarl Huang2020-12-171-3/+7
| | * ath11k: add missing null check on allocated skbColin Ian King2020-12-171-0/+3
| * | rtlwifi: rise completion at the last step of firmware callbackPing-Ke Shih2020-12-171-3/+5
| * | mt76: mt76u: fix NULL pointer dereference in mt76u_status_workerLorenzo Bianconi2020-12-171-0/+2
| |/
* | ath9k: make relay callbacks constJani Nikula2020-12-151-1/+1
* | ath11k: make relay callbacks constJani Nikula2020-12-151-1/+1
* | ath10k: make relay callbacks constJani Nikula2020-12-151-1/+1
|/
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2020-12-1240-131/+1033
|\
| * ath11k: implement suspend for QCA6390 PCI devicesCarl Huang2020-12-128-2/+124