aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/pcie (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-20iwlwifi: pcie: lock txq a bit later in reclaim codeSara Sharon1-1/+2
2018-12-20iwlwifi: pcie: use iwl_tx_cmd_gen2 and not iwl_tx_cmdSara Sharon1-1/+1
2018-12-14iwlwifi: pcie: set cmd_len in the correct placeSara Sharon1-12/+12
2018-12-14iwlwifi: pcie: fix erroneous printSara Sharon1-5/+5
2018-12-14iwlwifi: dbg: dump data according to the new ini TLVsSara Sharon4-28/+63
2018-11-23iwlwifi: add debugfs file to read fw debug data recordingLior Cohen2-0/+204
2018-11-23iwlwifi: fix cfg structs for 22000 with different RF modulesLuca Coelho2-3/+21
2018-11-23iwlwifi: dbg: don't limit dump decisions to all or monitorSara Sharon1-17/+14
2018-11-11iwlwifi: add new cards for 9560, 9462, 9461 and killer seriesIhab Zhaika1-0/+50
2018-11-11iwlwifi: dbg: avoid passing trigger aroundSara Sharon1-2/+2
2018-11-11iwlwifi: pcie: don't reset TXQ write pointerSara Sharon1-2/+1
2018-11-11iwlwifi: trans: Clear persistence bit when starting the FWShahar S Matityahu1-0/+12
2018-10-08iwlwifi: trace: change trace to trace one TB at a timeSara Sharon2-19/+28
2018-10-08iwlwifi: pcie: don't pad AMSDU packetsSara Sharon1-3/+7
2018-10-06iwlwifi: pcie: check iwl_pcie_txq_build_tfd() return valueJohannes Berg1-0/+2
2018-10-06iwlwifi: pcie gen2: check iwl_pcie_gen2_set_tb() return valueJohannes Berg1-0/+2
2018-10-06iwlwifi: pcie: avoid empty free RB queueShaul Triebitz1-11/+21
2018-10-06iwlwifi: dbg: move debug data to a structSara Sharon1-1/+1
2018-09-28iwlwifi: pcie: add infrastructure for multiple debug buffersSara Sharon3-77/+62
2018-09-28iwlwifi: pcie: support transmitting SKBs with fraglistJohannes Berg1-0/+8
2018-09-28iwlwifi: pcie: set RB size according to user settingsShaul Triebitz1-5/+23
2018-09-28iwlwifi: pcie: fit reclaim msg to MAX_MSG_LENGolan Ben Ami1-1/+1
2018-09-28iwlwifi: pcie: Fail fast if HW is inaccessible at probeRajat Jain1-0/+6
2018-09-28iwlwifi: pcie: tx: pull tracing out of iwl_fill_data_tbs()Johannes Berg1-20/+21
2018-09-28iwlwifi: pcie: tx: unify TFD unmappingJohannes Berg1-21/+7
2018-09-28iwlwifi: pcie: gen2: build A-MSDU only for GSOJohannes Berg1-1/+6
2018-09-28iwlwifi: pcie: gen2: pull adding frags to helper routineJohannes Berg1-19/+32
2018-09-28iwlwifi: pcie: read correct prph address for newer devicesSara Sharon1-2/+14
2018-09-28iwlwifi: debug flow cleanupShahar S Matityahu1-29/+38
2018-09-28iwlwifi: fw: stop and start debugging using host commandSara Sharon2-2/+2
2018-09-28iwlwifi: fw: add a restart FW debug functionSara Sharon2-2/+2
2018-08-31iwlwifi: fix devices with PCI Device ID 0x34F0 and 11ac RF modulesLuca Coelho1-28/+27
2018-08-31iwlwifi: refactor txq_alloc for supporting more command typeGolan Ben Ami2-28/+73
2018-08-31iwlwifi: avoid code duplication in stopping fw debug data recordingShahar S Matityahu2-10/+3
2018-08-31iwlwifi: change monitor DMA to be coherentShahar S Matityahu2-45/+21
2018-08-31iwlwifi: remove all occurrences of the FSF address paragraphLuca Coelho5-20/+0
2018-08-31iwlwifi: pcie: set interrupt coalescing also for gen2Sara Sharon1-0/+3
2018-08-31iwlwifi: improve the flow when a NIC is disconnectedEmmanuel Grumbach3-12/+8
2018-08-31iwlwifi: pcie: avoid unnecessary work if NIC is disconnectedMatt Chen2-0/+14
2018-08-31iwlwifi: pcie: make gen2 of apm_init non-staticGolan Ben Ami2-1/+2
2018-08-31iwlwifi: pcie: store the default rxq numberGolan Ben Ami3-1/+5
2018-08-31iwlwifi: remove dump_regs() from transport opsJohannes Berg3-3/+3
2018-08-31iwlwifi: pcie: make non-static hcmd and rx codeGolan Ben Ami4-8/+16
2018-08-31iwlwifi: pcie: allow using tx init for other queues but the command queueGolan Ben Ami3-13/+15
2018-08-31iwlwifi: drop packets with bad status in CDSara Sharon2-62/+6
2018-08-16Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2018-08-06iwlwifi: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas1-1/+0
2018-08-05Merge tag 'wireless-drivers-next-for-davem-2018-08-05' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller9-397/+1111
2018-08-02iwlwifi: pcie: split tx to amsdu and non amsduSara Sharon1-49/+100
2018-08-02iwlwifi: move some msix and rx functions to a common placeGolan Ben Ami3-42/+48