aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/pcie/tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-19iwlwifi: pcie: alloc queues dynamicallySara Sharon1-54/+14
2017-04-19iwlwifi: pcie: prepare for dynamic queue allocationSara Sharon1-40/+41
2017-04-19iwlwifi: pcie: support host commands in new transportSara Sharon1-17/+7
2017-04-19iwlwifi: pcie: cleanup old transport code from gen2Sara Sharon1-4/+4
2017-04-19iwlwifi: pcie: copy TX functions to new transportSara Sharon1-31/+7
2017-04-19iwlwifi: pcie: introduce a000 TX queues managementSara Sharon1-7/+1
2017-04-11iwlwifi: pcie: add context information supportSara Sharon1-23/+55
2017-04-11iwlwifi: pcie: use iwl_get_dma_hi_addr()Johannes Berg1-2/+1
2017-04-11iwlwifi: pcie: remove the active field in struct iwl_txqSara Sharon1-4/+3
2017-04-11Revert "iwlwifi: introduce trans API to get byte count table"Sara Sharon1-8/+0
2017-04-11iwlwifi: pcie: print less data upon firmware crashEmmanuel Grumbach1-3/+0
2017-02-06iwlwifi: mvm/pcie: adjust A-MSDU tx_cmd length in PCIeJohannes Berg1-4/+19
2016-12-03iwlwifi: use reset to set transport headerZhang Shengju1-1/+1
2016-10-19iwlwifi: pcie: mark command queue lock with separate lockdep classJohannes Berg1-0/+8
2016-09-22iwlwifi: pcie: avoid variable shadowing in TFD helpersJohannes Berg1-22/+25
2016-09-19iwlwifi: move to wide ID for all commandsSara Sharon1-1/+1
2016-09-16iwlwifi: pcie: merge iwl_queue and iwl_txqSara Sharon1-102/+95
2016-09-16iwlwifi: change byte count table for a000 devicesSara Sharon1-7/+29
2016-09-16iwlwifi: pcie: assign and access a000 TFD & TBsSara Sharon1-47/+94
2016-09-16iwlwifi: introduce trans API to get byte count tableSara Sharon1-0/+8
2016-09-15iwlwifi: pcie: introduce new tfd and tb formatsSara Sharon1-10/+10
2016-08-30iwlwifi: pcie: refrain from SCD accessesSara Sharon1-1/+12
2016-07-06iwlwifi: pcie: centralize SCD status loggingSara Sharon1-35/+1
2016-07-06iwlwifi: pcie: initialize a000 device's TFD tableSara Sharon1-5/+22
2016-07-06iwlwifi: pcie: generalize and increase the size of scratchbufSara Sharon1-39/+36
2016-07-06iwlwifi: decouple PCIe transport from mac80211Johannes Berg1-19/+22
2016-07-06iwlwifi: pcie: fix access to scratch bufferSara Sharon1-2/+2
2016-07-06iwlwifi: mvm: support dqa queue sharingLiad Kaufman1-0/+9
2016-05-10iwlwifi: wake from runtime suspend before sending sync commandsLuca Coelho1-0/+11