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