summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/pcie/tx.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-18iwlwifi: cfg: add support for 1K BA queueMordechay Goodstein1-2/+2
2022-02-18iwlwifi: avoid void pointer arithmeticJohannes Berg1-1/+1
2022-02-18iwlwifi: propagate (const) type qualifierBjoern A. Zeeb1-1/+1
2022-02-18iwlwifi: de-const properly where neededBjoern A. Zeeb1-2/+2
2022-02-18iwlwifi: prefer WIDE_ID() over iwl_cmd_id()Johannes Berg1-1/+1
2021-04-18iwlwifi: pcie: don't enable BHs with IRQs disabledJohannes Berg1-2/+2
2021-04-14iwlwifi: remove remaining software checksum codeJohannes Berg1-8/+3
2021-04-14iwlwifi: pcie: normally grab NIC access for inflight-hcmdJohannes Berg1-22/+11
2021-04-14iwlwifi: pcie: avoid unnecessarily taking spinlockJohannes Berg1-30/+24
2021-03-23iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_enqueue_hcmd()Jiri Kosina1-3/+4
2021-02-10iwlwifi: remove flags argument for nic_accessJohannes Berg1-3/+2
2021-02-10iwlwifi: pcie: don't disable interrupts for reg_lockJohannes Berg1-13/+9
2021-02-08Merge tag 'iwlwifi-next-for-kalle-2021-02-05' of git://git.kernel.org/pub/scm...Kalle Valo1-143/+7
2021-02-05iwlwifi: tx: move handing sync/async host command to transMordechay Goodstein1-145/+3
2021-02-05iwlwifi: mvm: don't send commands during suspend\resume transitionHaim Dreyfuss1-0/+6
2021-02-05iwl-trans: iwlwifi: move sync NMI logic to transMordechay Goodstein1-1/+1
2021-02-05iwlwifi: pcie: properly implement NAPIJohannes Berg1-4/+4
2021-01-25iwlwifi: pcie: add a NULL check in iwl_pcie_txq_unmapEmmanuel Grumbach1-0/+5
2020-12-10iwlwifi: use SPDX tagsJohannes Berg1-63/+6
2020-12-10iwlwifi: remove sw_csum_txEmmanuel Grumbach1-81/+2
2020-12-10iwlwifi: move reclaim flows to the queue fileMordechay Goodstein1-197/+2
2020-10-09Revert "iwlwifi: remove wide_cmd_header field"Luca Coelho1-0/+5
2020-10-01iwlwifi: pcie: make iwl_pcie_txq_update_byte_cnt_tbl bus independentMordechay Goodstein1-181/+15
2020-10-01iwlwifi: move all bus-independent TX functions to common codeMordechay Goodstein1-274/+37
2020-10-01iwlwifi: remove wide_cmd_header fieldMordechay Goodstein1-5/+0
2020-10-01iwl-trans: move dev_cmd_offs, page_offs to a common trans headerMordechay Goodstein1-8/+7
2020-10-01iwlwifi: move bc_table_dword to a common trans headerMordechay Goodstein1-1/+1
2020-10-01iwlwifi: iwl-trans: move tfd to trans layerMordechay Goodstein1-15/+11
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-3/+3
2020-05-29iwlwifi: move txq-specific from trans_pcie to common transMordechay Goodstein1-57/+55
2020-05-29iwlwifi: pcie: keep trans instead of trans_pcie in iwl_txqMordechay Goodstein1-4/+4
2020-05-08iwlwifi: pcie: remove some dead codeJohannes Berg1-6/+6
2020-03-27iwlwifi: pcie: make iwl_pcie_cmdq_reclaim staticJohannes Berg1-1/+1
2020-01-27Merge tag 'wireless-drivers-next-2020-01-26' of git://git.kernel.org/pub/scm/...David S. Miller1-6/+6
2019-12-23iwlwifi: remove CSR registers abstractionLuca Coelho1-6/+6
2019-12-23iwlwifi: pcie: allocate smaller dev_cmd for TX headersJohannes Berg1-9/+11
2019-12-23iwlwifi: pcie: work around DMA hardware bugJohannes Berg1-5/+23
2019-12-20iwlwifi: pcie: move page tracking into get_page_hdr()Johannes Berg1-7/+13
2019-11-20iwlwifi: pcie: trace IOVA for iwlwifi_dev_tx_tbJohannes Berg1-8/+6
2019-11-15iwlwifi: remove IWL_DEVICE_22560/IWL_DEVICE_FAMILY_22560Johannes Berg1-1/+1
2019-09-06iwlwifi: always access the trans configuration via transLuca Coelho1-6/+5
2019-09-06iwlwifi: add a pointer to the trans_cfg directly in transLuca Coelho1-34/+34
2019-09-06iwlwifi: separate elements from cfg that are needed by trans_allocLuca Coelho1-40/+43
2019-09-06iwlwifi: remove pm_runtime completelyEmmanuel Grumbach1-1/+0
2019-09-06iwlwifi: pcie: remove some more d0i3 code from the transportEmmanuel Grumbach1-24/+0
2019-09-06iwlwifi: pcie: remove the refs / unrefs from the transportEmmanuel Grumbach1-40/+13
2019-09-06iwlwifi: Set w-pointer upon resume according to SNAlex Malamud1-0/+14
2019-07-30iwlwifi: don't unmap as page memory that was mapped as singleEmmanuel Grumbach1-0/+2
2019-04-19iwlwifi: unite macros with same meaningShaul Triebitz1-4/+4
2019-04-18Merge tag 'wireless-drivers-next-for-davem-2019-04-18' of git://git.kernel.or...David S. Miller1-2/+4