summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlwifi/queue
AgeCommit message (Expand)AuthorFilesLines
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: move gen1 TB handling to headerJohannes Berg1-0/+15
2023-08-22wifi: iwlwifi: pcie: clean up gen1/gen2 TFD unmapJohannes Berg2-33/+11
2023-07-12wifi: iwlwifi: remove 'use_tfh' config to fix crashJohannes Berg2-9/+9
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 Berg2-15/+43
2022-02-18iwlwifi: remove command ID argument from queue allocationJohannes Berg2-5/+5
2022-02-18iwlwifi: make iwl_txq_dyn_alloc_dma() return the txqJohannes Berg1-14/+12
2022-02-18iwlwifi: avoid variable shadowingJohannes Berg2-8/+8
2022-02-18iwlwifi: cfg: add support for 1K BA queueMordechay Goodstein1-2/+2
2022-02-18iwlwifi: avoid void pointer arithmeticJohannes Berg2-4/+4
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 Goodstein2-26/+7
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 Valo2-0/+130
2021-02-05iwlwifi: tx: move handing sync/async host command to transMordechay Goodstein2-0/+130
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 Berg2-107/+8
2020-12-10iwlwifi: move reclaim flows to the queue fileMordechay Goodstein2-0/+255
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 Goodstein2-0/+196
2020-10-01iwlwifi: move all bus-independent TX functions to common codeMordechay Goodstein2-0/+1563