summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-2111-134/+11
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 507Thomas Gleixner2019-06-198-120/+8
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 501Thomas Gleixner2019-06-192-10/+2
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-1814-116/+136
|\ \ | |/ |/|
| * Merge tag 'wireless-drivers-for-davem-2019-06-07' of git://git.kernel.org/pub...David S. Miller2019-06-0714-116/+136
| |\
| | * iwlwifi: mvm: change TLC config cmd sent by rs to be asyncLior Cohen2019-06-011-1/+2
| | * iwlwifi: Fix double-free problems in iwl_req_fw_callback()Jia-Ju Bai2019-06-011-1/+0
| | * iwlwifi: fix AX201 killer sku loading firmware issueMatt Chen2019-06-011-1/+3
| | * iwlwifi: print fseq info upon fw assertShahar S Matityahu2019-06-015-2/+59
| | * iwlwifi: clear persistence bit according to device familyShahar S Matityahu2019-06-012-14/+39
| | * iwlwifi: fix load in rfkill flow for unified firmwareEmmanuel Grumbach2019-06-015-13/+33
| | * iwlwifi: mvm: remove d3_sram debugfs fileJohannes Berg2019-06-014-84/+0
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 323Thomas Gleixner2019-06-055-70/+5
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 322Thomas Gleixner2019-06-0529-348/+29
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 270Thomas Gleixner2019-06-059-144/+9
|/ /
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 183Thomas Gleixner2019-05-305-95/+5
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-215-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-0851-820/+1795
|\
| * Merge tag 'wireless-drivers-next-for-davem-2019-05-03' of git://git.kernel.or...David S. Miller2019-05-0534-126/+595
| |\
| | * iwlwifi: dbg_ini: check for valid region type during regions parsingShahar S Matityahu2019-04-291-3/+8
| | * iwlwifi: avoid allocating memory for region with disabled domainShahar S Matityahu2019-04-291-0/+4
| | * iwlwifi: dbg: replace dump info device family with HW typeShahar S Matityahu2019-04-293-7/+5
| | * iwlwifi: dbg_ini: add periodic trigger supportShahar S Matityahu2019-04-295-0/+47
| | * iwlwifi: dbg_ini: add lmac and umac error tables dumping supportShahar S Matityahu2019-04-292-1/+11
| | * iwlwifi: parse command version TLVJohannes Berg2019-04-293-2/+40
| | * iwlwifi: pcie: remove stray character in iwl_pcie_rx_alloc_page()Luca Coelho2019-04-291-1/+1
| | * iwlwifi: mvm: Don't sleep in RX pathAndrei Otcheretianski2019-04-292-2/+2
| | * iwlwifi: bump FW API to 48 for 22000 seriesLuca Coelho2019-04-291-1/+1
| | * iwlwifi: mvm: limit TLC according to our HE capabilitiesLiad Kaufman2019-04-291-5/+29
| | * iwlwifi: support fseq tlv and print fseq versionShahar S Matityahu2019-04-291-5/+9
| | * iwlwifi: mvm: report FTM start time TSF when applicableAvraham Stern2019-04-291-3/+17
| | * iwlwifi: mvm: support v2 of the WoWLAN patterns commandLuca Coelho2019-04-293-11/+184
| | * iwlwifi: pcie: don't crash on invalid RX interruptJohannes Berg2019-04-291-1/+6
| | * iwlwifi: pcie: initialize debug_rfkill to -1Johannes Berg2019-04-292-7/+8
| | * iwlwifi: Use correct channel_profile iniwl_get_nvmYueHaibing2019-04-291-1/+1
| | * iwlegacy: fix spelling mistake "acumulative" -> "accumulative"Colin Ian King2019-04-251-4/+4
| | * iwlwifi: dbg_ini: set dump bit only when trigger collection is certainShahar S Matityahu2019-04-191-0/+3
| | * iwlwifi: mvm: Change an 'else if' into an 'else' in iwl_mvm_send_add_bcast_staNathan Chancellor2019-04-191-3/+5
| | * iwlwifi: remove unused 0x40C0 PCI device IDsLuca Coelho2019-04-193-23/+0
| | * iwlwifi: mvm: support rtt confidence indicationAvraham Stern2019-04-193-3/+88
| | * iwlwifi: dbg: add lmac and umac PC registers to periphery dumpShahar S Matityahu2019-04-191-0/+2
| | * iwlwifi: dbg: add periphery memory dumping support to ax210 device familyShahar S Matityahu2019-04-191-1/+7
| | * iwlwifi: rs: consider LDPC capability in case of HEGregory Greenman2019-04-191-5/+11
| | * iwlwifi: dbg_ini: add debug prints to the ini flowsShahar S Matityahu2019-04-193-24/+82
| | * iwlwifi: add FW_INFO debug levelShahar S Matityahu2019-04-192-4/+6
| | * iwlwifi: dbg_ini: support notification and dhc regions type parsingShahar S Matityahu2019-04-191-1/+7
| | * iwlwifi: unite macros with same meaningShaul Triebitz2019-04-196-15/+16
| | * iwlwifi: mvm: set 512 TX queue slots for AX210 devicesShaul Triebitz2019-04-191-1/+2
| | * iwlwifi: bump FW API to 47 for 22000 seriesLuca Coelho2019-04-191-1/+1