summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlwifi/queue/tx.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-17wifi: iwlwifi: read txq->read_ptr under lockJohannes Berg1-1/+1
2023-10-23wifi: iwlwifi: empty overflow queue during flushMiri Korenblit1-4/+5
2023-08-22wifi: iwlwifi: pcie: point invalid TFDs to invalid dataJohannes Berg1-6/+34
2023-08-22wifi: iwlwifi: queue: move iwl_txq_gen2_set_tb() upJohannes Berg1-36/+35
2023-08-22wifi: iwlwifi: pcie: clean up gen1/gen2 TFD unmapJohannes Berg1-23/+10
2023-07-12wifi: iwlwifi: remove 'use_tfh' config to fix crashJohannes Berg1-5/+5
2023-06-21wifi: iwlwifi: pcie: add size assertionsJohannes Berg1-0/+7
2023-06-19wifi: iwlwifi: Validate slots_num before allocating memoryAnjaneyulu1-1/+4
2023-04-13wifi: iwlwifi: add a validity check of queue_id in iwl_txq_reclaimMiri Korenblit1-3/+7
2022-03-10iwlwifi: use 4k queue size for Bz A-stepJohannes Berg1-0/+4
2022-02-18iwlwifi: support new queue allocation commandJohannes Berg1-13/+41
2022-02-18iwlwifi: remove command ID argument from queue allocationJohannes Berg1-2/+3
2022-02-18iwlwifi: make iwl_txq_dyn_alloc_dma() return the txqJohannes Berg1-14/+12
2022-02-18iwlwifi: avoid variable shadowingJohannes Berg1-3/+3
2022-02-18iwlwifi: cfg: add support for 1K BA queueMordechay Goodstein1-2/+2
2022-02-18iwlwifi: avoid void pointer arithmeticJohannes Berg1-3/+3
2021-12-07iwlwifi: mvm: optionally suppress assert logJohannes Berg1-2/+5
2021-12-07wireless: iwlwifi: Fix a double free in iwl_txq_dyn_alloc_dmaLv Yunlong1-0/+1
2021-04-14iwlwifi: queue: avoid memory leak in reset flowMordechay Goodstein1-24/+6
2021-04-14iwlwifi: remove remaining software checksum codeJohannes Berg1-8/+3
2021-02-10iwlwifi: queue: add fake tx time pointMordechay Goodstein1-0/+4
2021-02-08Merge tag 'iwlwifi-next-for-kalle-2021-02-05' of git://git.kernel.org/pub/scm...Kalle Valo1-0/+129
2021-02-05iwlwifi: tx: move handing sync/async host command to transMordechay Goodstein1-0/+129
2021-01-25iwlwifi: queue: bail out on invalid freeingJohannes Berg1-4/+2
2021-01-25iwlwifi: queue: don't crash if txq->entries is NULLEmmanuel Grumbach1-25/+24
2020-12-10iwlwifi: use SPDX tagsJohannes Berg1-50/+4
2020-12-10iwlwifi: move reclaim flows to the queue fileMordechay Goodstein1-0/+248
2020-12-10iwlwifi: remove all queue resources before freeMordechay Goodstein1-5/+1
2020-10-01iwlwifi: pcie: make iwl_pcie_txq_update_byte_cnt_tbl bus independentMordechay Goodstein1-0/+154
2020-10-01iwlwifi: move all bus-independent TX functions to common codeMordechay Goodstein1-0/+1375