summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/queue/tx.c
AgeCommit message (Expand)AuthorFilesLines
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