aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/pcie/tx-gen2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-12wifi: iwlwifi: remove async command callbackJohannes Berg1-1/+4
2022-02-18iwlwifi: de-const properly where neededBjoern A. Zeeb1-2/+2
2021-04-19iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd()Jiri Kosina1-3/+4
2021-02-10iwlwifi: pcie: don't disable interrupts for reg_lockJohannes Berg1-3/+2
2021-02-05iwlwifi: tx: move handing sync/async host command to transMordechay Goodstein1-129/+2
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
2020-12-10iwlwifi: use SPDX tagsJohannes Berg1-52/+5
2020-10-01iwlwifi: move all bus-independent TX functions to common codeMordechay Goodstein1-1065/+13
2020-10-01iwl-trans: move dev_cmd_offs, page_offs to a common trans headerMordechay Goodstein1-6/+3
2020-10-01iwlwifi: move bc_table_dword to a common trans headerMordechay Goodstein1-5/+4
2020-10-01iwlwifi: iwl-trans: move tfd to trans layerMordechay Goodstein1-8/+5
2020-10-01iwlwifi: move bc_pool to a common trans headerMordechay Goodstein1-10/+6
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-38/+32
2020-05-08iwlwifi: pcie: gen2: use DMA pool for byte-count tablesJohannes Berg1-3/+8
2020-05-08iwlwifi: pcie: allocate much smaller byte-count tableJohannes Berg1-8/+16
2020-05-07Merge tag 'wireless-drivers-next-2020-05-07' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-3/+5
2020-04-24iwlwifi: pcie: gen2: minor code cleanups in byte table updateJohannes Berg1-3/+5
2020-04-21iwlwifi: pcie: actually release queue memory in TVQMJohannes Berg1-0/+3
2020-01-27Merge tag 'wireless-drivers-next-2020-01-26' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-1/+15
2019-12-23iwlwifi: pcie: validate queue ID before array deref/bit opsJohannes Berg1-1/+15
2019-12-23iwlwifi: pcie: extend hardware workaround to context-infoJohannes Berg1-12/+2
2019-12-23iwlwifi: pcie: allocate smaller dev_cmd for TX headersJohannes Berg1-6/+15
2019-12-23iwlwifi: pcie: detect the DMA bug and warn if it happensJohannes Berg1-0/+11
2019-12-23iwlwifi: pcie: work around DMA hardware bugJohannes Berg1-26/+153
2019-12-20iwlwifi: pcie: move page tracking into get_page_hdr()Johannes Berg1-6/+1
2019-11-20iwlwifi: pcie: trace IOVA for iwlwifi_dev_tx_tbJohannes Berg1-11/+9
2019-11-20iwlwifi: pcie: fix support for transmitting SKBs with fraglistJohannes Berg1-0/+14
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-13/+7
2019-11-15iwlwifi: remove IWL_DEVICE_22560/IWL_DEVICE_FAMILY_22560Johannes Berg1-6/+6
2019-11-15iwlwifi: pcie: make iwl_pcie_gen2_update_byte_tbl staticEmmanuel Grumbach1-3/+3
2019-11-08iwlwifi: pcie: don't consider IV len in A-MSDUMordechay Goodstein1-13/+7
2019-09-06iwlwifi: add a pointer to the trans_cfg directly in transLuca Coelho1-5/+5
2019-09-06iwlwifi: separate elements from cfg that are needed by trans_allocLuca Coelho1-5/+5
2019-09-06iwlwifi: remove pm_runtime completelyEmmanuel Grumbach1-1/+0
2019-09-06iwlwifi: pcie: remove some more d0i3 code from the transportEmmanuel Grumbach1-10/+0
2019-09-06iwlwifi: pcie: remove the refs / unrefs from the transportEmmanuel Grumbach1-29/+2
2019-08-20iwlwifi: pcie: fix the byte count table format for 22560 devicesEmmanuel Grumbach1-7/+13
2019-03-22iwlwifi: add sync_nmi to trans opsShahar S Matityahu1-1/+1
2019-02-04iwlwifi: fix send hcmd timeout recovery flowShahar S Matityahu1-5/+3
2019-01-29iwlwifi: calculate pointers from out_cmd instead of out_cmd->hdrLuca Coelho1-2/+2
2019-01-29iwlwifi: pcie: fix the use of a wrong defineSara Sharon1-1/+1
2019-01-25iwlwifi: memcpy from dev_cmd and not dev_cmd->hdrLiad Kaufman1-2/+2
2019-01-25iwlwifi: tighten boundary checksLiad Kaufman1-1/+5
2018-12-20iwlwifi: pcie: use iwl_tx_cmd_gen2 and not iwl_tx_cmdSara Sharon1-1/+1
2018-12-14iwlwifi: pcie: set cmd_len in the correct placeSara Sharon1-12/+12
2018-11-11iwlwifi: pcie: don't reset TXQ write pointerSara Sharon1-2/+1
2018-10-08iwlwifi: trace: change trace to trace one TB at a timeSara Sharon1-7/+11
2018-10-08iwlwifi: pcie: don't pad AMSDU packetsSara Sharon1-3/+7