summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi (follow)
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: pcie: change qu with jf devices to use qu configurationLuca Coelho2019-10-091-137/+137
* iwlwifi: exclude GEO SAR support for 3168Luca Coelho2019-10-091-7/+9
* iwlwifi: pcie: fix memory leaks in iwl_pcie_ctxt_info_gen3_initNavid Emamdoost2019-10-091-11/+25
* iwlwifi: dbg_ini: fix memory leak in alloc_sgtableNavid Emamdoost2019-10-091-0/+1
* iwlwifi: pcie: fix rb_allocator workqueue allocationJohannes Berg2019-10-091-4/+11
* iwlwifi: pcie: fix indexing in command dump for new HWJohannes Berg2019-10-091-2/+8
* iwlwifi: mvm: fix race in sync rx queue notificationNaftali Goldstein2019-10-091-4/+5
* iwlwifi: mvm: force single phy initHaim Dreyfuss2019-10-091-0/+3
* iwlwifi: fix ACPI table revision checksLuca Coelho2019-10-092-10/+24
* iwlwifi: don't access trans_cfg via cfgLuca Coelho2019-10-091-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-293-8/+15
|\
| * Merge tag 'wireless-drivers-for-davem-2019-09-26' of https://git.kernel.org/p...David S. Miller2019-09-262-5/+12
| |\
| | * iwlwifi: fw: don't send GEO_TX_POWER_LIMIT command to FW version 36Luca Coelho2019-09-241-3/+5
| | * iwlwifi: mvm: fix build w/o CONFIG_THERMALJohannes Berg2019-09-191-2/+7
| * | drivers: net: Fix Kconfig indentationKrzysztof Kozlowski2019-09-261-3/+3
| |/
* | Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-241-1/+0
|\ \ | |/ |/|
| * PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski2019-08-281-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-151-12/+12
|\ \
| * | iwlwifi: assign directly to iwl_trans->cfg in QuZ detectionLuca Coelho2019-09-031-12/+12
* | | iwlwifi: dbg: remove iwl_fw_cancel_dumps functionShahar S Matityahu2019-09-063-12/+4
* | | iwlwifi: dbg_ini: remove periodic triggerShahar S Matityahu2019-09-067-34/+11
* | | iwlwifi: dbg_ini: fix dump structs docShahar S Matityahu2019-09-061-8/+8
* | | iwlwifi: fw api: add DRAM buffer allocation commandShahar S Matityahu2019-09-063-0/+34
* | | iwlwifi: dbg_ini: remove apply point, switch to time point APIShahar S Matityahu2019-09-0610-568/+101
* | | iwlwifi: add iwl_tlv_array_len()Shahar S Matityahu2019-09-061-0/+15
* | | iwlwifi: mvm: don't log un-decrypted framesEmmanuel Grumbach2019-09-061-2/+10
* | | iwlwifi: mvm: add support for single antenna diversityHaim Dreyfuss2019-09-063-0/+7
* | | iwlwifi: mvm: handle BAR_FRAME_RELEASE (0xc2) notificationJohannes Berg2019-09-065-0/+83
* | | iwlwifi: mvm: drop BA sessions on too many old-SN framesJohannes Berg2019-09-063-0/+63
* | | iwlwifi: add sta_id to WOWLAN_CONFIG_CMDHaim Dreyfuss2019-09-062-2/+8
* | | iwlwifi: add support for suspend-resume flow for new device generationHaim Dreyfuss2019-09-066-29/+102
* | | iwlwifi: fix warning iwl-trans.h is included more than onceHariprasad Kelam2019-09-061-1/+0
* | | iwlwifi: always access the trans configuration via transLuca Coelho2019-09-0621-55/+59
* | | iwlwifi: pass the iwl_trans instead of cfg to some functionsShaul Triebitz2019-09-061-5/+8
* | | iwlwifi: add a pointer to the trans_cfg directly in transLuca Coelho2019-09-0629-206/+199
* | | iwlwifi: pass the iwl_config_trans_params when neededLuca Coelho2019-09-063-12/+13
* | | iwlwifi: pcie: set iwl_trans->cfg later in the probe functionLuca Coelho2019-09-064-27/+37
* | | iwlwifi: pcie: move some cfg mangling from trans_pcie_alloc to probeLuca Coelho2019-09-062-99/+76
* | | iwlwifi: pcie: use the cfg we passed to iwl_trans_pcie_alloc()Luca Coelho2019-09-061-3/+3
* | | iwlwifi: separate elements from cfg that are needed by trans_allocLuca Coelho2019-09-0647-365/+407
* | | iwlwifi: dbg_ini: use regions ops array instead of switch case in dump flowShahar S Matityahu2019-09-061-71/+79
* | | iwlwifi: dbg_ini: make a single ops struct for paging collectShahar S Matityahu2019-09-061-53/+39
* | | iwlwifi: dbg_ini: move tx fifo data into fw runtimeShahar S Matityahu2019-09-062-42/+28
* | | iwlwifi: dbg_ini: use linked list for dump TLVs during dump creationShahar S Matityahu2019-09-062-158/+152
* | | iwlwifi: dbg_ini: separate cfg and dump flows to different modulesShahar S Matityahu2019-09-069-440/+440
* | | iwlwifi: mvm: look for the first supported channel when add/remove phy ctxtTova Mussai2019-09-062-2/+20
* | | iwlwifi: allocate bigger nvm data in case of UHBTova Mussai2019-09-061-1/+5
* | | iwlwifi: remove unnecessary IWL_DEVICE_AX200_COMMON definitionLuca Coelho2019-09-061-5/+2
* | | iwlwifi: dbg: align wrt log prints to the same formatShahar S Matityahu2019-09-062-47/+42
* | | iwlwifi: dbg_ini: remove debug flow TLVShahar S Matityahu2019-09-064-16/+1