aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/pcie/tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-18Merge tag 'wireless-drivers-next-for-davem-2019-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-2/+4
2019-04-03iwlwifi: set 512 TX queue slots for AX210 devicesShaul Triebitz1-2/+4
2019-03-22iwlwifi: add sync_nmi to trans opsShahar S Matityahu1-1/+1
2019-02-14iwlwifi: pcie: fix TX while flushingSara Sharon1-0/+10
2019-02-14iwlwifi: introduce device family AX210Shaul Triebitz1-2/+10
2019-02-04iwlwifi: fix send hcmd timeout recovery flowShahar S Matityahu1-5/+3
2019-01-29iwlwifi: pcie: align licensing to dual GPL/BSDJohannes Berg1-4/+40
2019-01-25iwlwifi: memcpy from dev_cmd and not dev_cmd->hdrLiad Kaufman1-2/+1
2018-12-20iwlwifi: pcie: lock txq a bit later in reclaim codeSara Sharon1-1/+2
2018-12-14iwlwifi: pcie: fix erroneous printSara Sharon1-5/+5
2018-10-08iwlwifi: trace: change trace to trace one TB at a timeSara Sharon1-12/+17
2018-10-06iwlwifi: pcie: check iwl_pcie_txq_build_tfd() return valueJohannes Berg1-0/+2
2018-09-28iwlwifi: pcie: support transmitting SKBs with fraglistJohannes Berg1-0/+8
2018-09-28iwlwifi: pcie: fit reclaim msg to MAX_MSG_LENGolan Ben Ami1-1/+1
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-08-31iwlwifi: remove all occurrences of the FSF address paragraphLuca Coelho1-4/+0
2018-08-31iwlwifi: improve the flow when a NIC is disconnectedEmmanuel Grumbach1-6/+4
2018-08-31iwlwifi: pcie: avoid unnecessary work if NIC is disconnectedMatt Chen1-0/+10
2018-08-31iwlwifi: remove dump_regs() from transport opsJohannes Berg1-1/+1
2018-08-31iwlwifi: pcie: make non-static hcmd and rx codeGolan Ben Ami1-1/+1
2018-07-26iwlwifi: support multiple tfd queue max sizes for different devicesGolan Ben Ami1-37/+50
2018-07-26iwlwifi: cancel the injective function between hw pointers to tfd entry indexGolan Ben Ami1-3/+8
2018-04-26iwlwifi: pcie: allow sending pre-built A-MSDUsEliad Peller1-1/+7
2018-04-26iwlwifi: allow different csr flags for different device familiesGolan Ben Ami1-7/+9
2018-04-20iwlwifi: Revert "iwlwifi: pcie: dynamic Tx command queue size"Sara Sharon1-21/+2
2018-04-20iwlwifi: pcie: allocate shorter TX queues for 22000 devicesSara Sharon1-0/+3
2018-04-20iwlwifi: pcie: implement the overlow queue for Gen2 devicesEmmanuel Grumbach1-1/+1
2018-02-16iwlwifi: pcie: don't warn if we use all the transmit pointersEmmanuel Grumbach1-1/+1
2018-01-05iwlwifi: pcie: fix DMA memory mapping / unmappingEmmanuel Grumbach1-4/+4
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-11-03iwlwifi: Add more call-sites for pcie reg dumperKirtika Ruchandani1-0/+1
2017-10-06iwlwifi: pcie: dynamic Tx command queue sizeShahar S Matityahu1-2/+21
2017-08-18iwlwifi: pcie: support short Tx queues for A000 device familyEmmanuel Grumbach1-6/+7
2017-08-09iwlwifi: pcie: free the TSO page when a Tx queue is unmapped on A000 devicesEmmanuel Grumbach1-2/+2
2017-08-07Merge tag 'wireless-drivers-next-for-davem-2017-08-07' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-3/+2
2017-08-01iwlwifi: reorganize firmware APIJohannes Berg1-3/+2
2017-07-21iwlwifi: pcie: fix unused txq NULL pointer dereferenceMordechai Goodstein1-0/+3
2017-06-28Merge tag 'iwlwifi-next-for-kalle-2017-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-nextKalle Valo1-13/+30
2017-06-25Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-3/+2
2017-06-23iwlwifi: add a W/A for a scheduler hardware bugEmmanuel Grumbach1-1/+21
2017-06-23iwlwifi: pcie: fix command completion name debugJohannes Berg1-1/+2
2017-06-23iwlwifi: fix TX tracing for non-linear SKBsJohannes Berg1-3/+2
2017-06-23iwlwifi: simplify data tracepointJohannes Berg1-2/+1
2017-06-23iwlwifi: pcie: don't report RF-kill enabled while shutting downJohannes Berg1-2/+2
2017-06-23iwlwifi: use bitfield.h for some registersJohannes Berg1-4/+2
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-3/+2
2017-06-05iwlwifi: add 9000 and A000 device familiesSara Sharon1-1/+1
2017-06-05iwlwifi: pcie: add AMSDU to gen2Sara Sharon1-2/+1
2017-04-19iwlwifi: pcie: get rid of txq id assignmentSara Sharon1-17/+16