aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/queue (follow)
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 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/linux/kernel/git/iwlwifi/iwlwifi-nextKalle 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