summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlwifi/pcie
AgeCommit message (Expand)AuthorFilesLines
2017-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-9/+12
2017-08-24iwlwifi: pcie: move rx workqueue initialization to iwl_trans_pcie_alloc()Luca Coelho3-9/+12
2017-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo1-0/+20
2017-08-18iwlwifi: pci: add new PCI ID for 7265DLuca Coelho1-0/+1
2017-08-18iwlwifi: distinguish different RF modules in A000 devicesTzipi Peres2-7/+18
2017-08-18iwlwifi: pcie: support short Tx queues for A000 device familyEmmanuel Grumbach6-36/+37
2017-08-09iwlwifi: pcie: free the TSO page when a Tx queue is unmapped on A000 devicesEmmanuel Grumbach3-2/+13
2017-08-09iwlwifi: remove references to unsupported HWLuca Coelho1-4/+5
2017-08-09iwlwifi: pcie: don't init a Tx queue with an SSN > size of the queueEmmanuel Grumbach1-2/+5
2017-08-09iwlwifi: add support of FPGA fwTzipi Peres1-0/+11
2017-08-07Merge tag 'wireless-drivers-next-for-davem-2017-08-07' of git://git.kernel.or...David S. Miller6-16/+15
2017-08-01iwlwifi: pcie: rename iwl_trans_check_hw_rf_kill() to pcieJohannes Berg4-9/+9
2017-08-01iwlwifi: pcie: fix A-MSDU on gen2 devicesEmmanuel Grumbach1-3/+3
2017-08-01iwlwifi: reorganize firmware APIJohannes Berg2-4/+3
2017-08-01iwlwifi: add the new 9000 series PCI IDsTzipi Peres1-0/+20
2017-07-21iwlwifi: missing error code in iwl_trans_pcie_alloc()Dan Carpenter1-1/+2
2017-07-21iwlwifi: pcie: fix unused txq NULL pointer dereferenceMordechai Goodstein1-0/+3
2017-06-29iwlwifi: pcie: wait longer after device resetEmmanuel Grumbach3-24/+14
2017-06-29iwlwifi: pcie: propagate iwl_pcie_apm_init's statusEmmanuel Grumbach1-8/+13
2017-06-29iwlwifi: pcie: reconfigure MSI-X HW on resumeJohannes Berg1-0/+3
2017-06-29iwlwifi: pcie: add MSI-X interrupt tracingJohannes Berg1-0/+4
2017-06-29iwlwifi: create new subdirectory for FW interactionJohannes Berg1-1/+1
2017-06-29iwlwifi: pcie: warn if paging is already initialized during initJohannes Berg1-0/+5
2017-06-29iwlwifi: pcie: make ctxt-info free idempotentJohannes Berg1-0/+2
2017-06-29iwlwifi: unify external & internal modparam namesJohannes Berg1-1/+1
2017-06-29iwlwifi: pcie: improve debug in iwl_pcie_rx_handle_rb()Johannes Berg1-3/+7
2017-06-29iwlwifi: pcie: improve "invalid queue" warningJohannes Berg1-2/+6
2017-06-29iwlwifi: add twelve new 9560 series PCI IDsTzipi Peres1-1/+14
2017-06-29iwlwifi: add the new a000_2ax seriesTzipi Peres1-0/+5
2017-06-29iwlwifi: pcie: fix 9000-series RF-kill interrupt propagationJohannes Berg1-0/+10
2017-06-29iwlwifi: pcie: only apply retention workaround on 9000-series A-stepJohannes Berg1-6/+13
2017-06-28Merge tag 'iwlwifi-next-for-kalle-2017-06-28' of git://git.kernel.org/pub/scm...Kalle Valo7-174/+225
2017-06-25Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller5-52/+275
2017-06-23iwlwifi: pcie: work around suspend/resume issueJohannes Berg1-0/+11
2017-06-23iwlwifi: pcie: delete the Tx queue timer earlier upon firmware crashEmmanuel Grumbach1-4/+4
2017-06-23iwlwifi: pcie: reduce unwanted noise in the logsLuca Coelho1-3/+3
2017-06-23iwlwifi: pcie: make iwl_pcie_apm_stop_master() return voidJohannes Berg2-5/+3
2017-06-23iwlwifi: add a W/A for a scheduler hardware bugEmmanuel Grumbach2-2/+22
2017-06-23iwlwifi: pcie: don't disable bh when handling FW errorsLuca Coelho1-2/+0
2017-06-23iwlwifi: pcie: fix command completion name debugJohannes Berg1-1/+2
2017-06-23iwlwifi: fix TX tracing for non-linear SKBsJohannes Berg2-6/+4
2017-06-23iwlwifi: simplify data tracepointJohannes Berg2-4/+2
2017-06-23iwlwifi: pcie: use kstrtou32_from_user()Johannes Berg1-9/+4
2017-06-23iwlwifi: pcie: remove pointless debugfs parsing for csr fileJohannes Berg1-10/+0
2017-06-23iwlwifi: pcie: don't report RF-kill enabled while shutting downJohannes Berg7-71/+83
2017-06-23iwlwifi: pcie: add fake RF-kill to debugfsJohannes Berg3-2/+50
2017-06-23iwlwifi: pcie: pull out common rfkill IRQ handling codeJohannes Berg1-49/+33
2017-06-23iwlwifi: use bitfield.h for some registersJohannes Berg2-11/+9
2017-06-23iwlwifi: pcie: fix TVQM queue ID range checkJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-3/+2