summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: add sync_nmi to trans opsShahar S Matityahu2019-03-221-1/+1
* iwlwifi: fix send hcmd timeout recovery flowShahar S Matityahu2019-02-041-5/+3Star
* iwlwifi: calculate pointers from out_cmd instead of out_cmd->hdrLuca Coelho2019-01-291-2/+2
* iwlwifi: pcie: fix the use of a wrong defineSara Sharon2019-01-291-1/+1
* iwlwifi: memcpy from dev_cmd and not dev_cmd->hdrLiad Kaufman2019-01-251-2/+2
* iwlwifi: tighten boundary checksLiad Kaufman2019-01-251-1/+5
* iwlwifi: pcie: use iwl_tx_cmd_gen2 and not iwl_tx_cmdSara Sharon2018-12-201-1/+1
* iwlwifi: pcie: set cmd_len in the correct placeSara Sharon2018-12-141-12/+12
* iwlwifi: pcie: don't reset TXQ write pointerSara Sharon2018-11-111-2/+1Star
* iwlwifi: trace: change trace to trace one TB at a timeSara Sharon2018-10-081-7/+11
* iwlwifi: pcie: don't pad AMSDU packetsSara Sharon2018-10-081-3/+7
* iwlwifi: pcie gen2: check iwl_pcie_gen2_set_tb() return valueJohannes Berg2018-10-061-0/+2
* iwlwifi: pcie: gen2: build A-MSDU only for GSOJohannes Berg2018-09-281-1/+6
* iwlwifi: pcie: gen2: pull adding frags to helper routineJohannes Berg2018-09-281-19/+32
* iwlwifi: refactor txq_alloc for supporting more command typeGolan Ben Ami2018-08-311-27/+64
* iwlwifi: pcie: make non-static hcmd and rx codeGolan Ben Ami2018-08-311-5/+5
* iwlwifi: pcie: allow using tx init for other queues but the command queueGolan Ben Ami2018-08-311-11/+12
* iwlwifi: pcie: split tx to amsdu and non amsduSara Sharon2018-08-021-49/+100
* iwlwifi: pcie: include tcp.h implicitlyLuca Coelho2018-08-021-0/+1
* iwlwifi: support new tx apiGolan Ben Ami2018-07-261-4/+22
* iwlwifi: support multiple tfd queue max sizes for different devicesGolan Ben Ami2018-07-261-8/+16
* iwlwifi: pcie: update bytes in the byte count tableGolan Ben Ami2018-07-261-3/+7
* iwlwifi: pcie: gen2: fix race in cmd fifo write ptrShaul Triebitz2018-04-201-4/+6
* iwlwifi: pcie: use the queue size as sent by opmodeSara Sharon2018-04-201-3/+3
* iwlwifi: add TX queue size parameter to TX queue allocationSara Sharon2018-04-201-1/+1
* iwlwifi: Revert "iwlwifi: pcie: dynamic Tx command queue size"Sara Sharon2018-04-201-6/+2Star
* iwlwifi: pcie: allocate shorter TX queues for 22000 devicesSara Sharon2018-04-201-1/+1
* iwlwifi: pcie: implement the overlow queue for Gen2 devicesEmmanuel Grumbach2018-04-201-3/+24
* iwlwifi: pcie: don't warn if we use all the transmit pointersEmmanuel Grumbach2018-02-161-1/+1
* iwlwifi: pcie: fix DMA memory mapping / unmappingEmmanuel Grumbach2018-01-051-8/+3Star
* iwlwifi: pcie: remove set but not used variable tcphJohannes Berg2017-10-181-4/+1Star
* iwlwifi: pcie: dynamic Tx command queue sizeShahar S Matityahu2017-10-061-2/+6
* iwlwifi: pcie: support short Tx queues for A000 device familyEmmanuel Grumbach2017-08-181-21/+20Star
* iwlwifi: pcie: free the TSO page when a Tx queue is unmapped on A000 devicesEmmanuel Grumbach2017-08-091-0/+9
* iwlwifi: pcie: don't init a Tx queue with an SSN > size of the queueEmmanuel Grumbach2017-08-091-2/+5
* iwlwifi: pcie: fix A-MSDU on gen2 devicesEmmanuel Grumbach2017-08-011-3/+3
* iwlwifi: reorganize firmware APIJohannes Berg2017-08-011-1/+1
* iwlwifi: fix TX tracing for non-linear SKBsJohannes Berg2017-06-231-3/+2Star
* iwlwifi: simplify data tracepointJohannes Berg2017-06-231-2/+1Star
* iwlwifi: pcie: don't report RF-kill enabled while shutting downJohannes Berg2017-06-221-2/+2
* iwlwifi: pcie: fix TVQM queue ID range checkJohannes Berg2017-06-221-1/+1
* iwlwifi: pcie: add AMSDU to gen2Sara Sharon2017-06-051-4/+168
* iwlwifi: mvm: support getting nvm data from firmwareSara Sharon2017-06-021-3/+6
* iwlwifi: move to TVQM modeSara Sharon2017-04-191-28/+42
* iwlwifi: pcie: get rid of txq id assignmentSara Sharon2017-04-191-21/+29
* iwlwifi: pcie: alloc queues dynamicallySara Sharon2017-04-191-15/+164
* iwlwifi: pcie: prepare for dynamic queue allocationSara Sharon2017-04-191-8/+6Star
* iwlwifi: pcie: remove block and freeze operations from new transportSara Sharon2017-04-191-19/+3Star
* iwlwifi: pcie: support new write pointer widthSara Sharon2017-04-191-2/+2
* iwlwifi: pcie: support host commands in new transportSara Sharon2017-04-191-0/+386