summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/queue/tx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: iwlwifi: remove 'use_tfh' config to fix crashJohannes Berg2023-07-121-5/+5
* wifi: iwlwifi: pcie: add size assertionsJohannes Berg2023-06-211-0/+7
* wifi: iwlwifi: Validate slots_num before allocating memoryAnjaneyulu2023-06-191-1/+4
* wifi: iwlwifi: add a validity check of queue_id in iwl_txq_reclaimMiri Korenblit2023-04-131-3/+7
* iwlwifi: use 4k queue size for Bz A-stepJohannes Berg2022-03-101-0/+4
* iwlwifi: support new queue allocation commandJohannes Berg2022-02-181-13/+41
* iwlwifi: remove command ID argument from queue allocationJohannes Berg2022-02-181-2/+3
* iwlwifi: make iwl_txq_dyn_alloc_dma() return the txqJohannes Berg2022-02-181-14/+12
* iwlwifi: avoid variable shadowingJohannes Berg2022-02-181-3/+3
* iwlwifi: cfg: add support for 1K BA queueMordechay Goodstein2022-02-181-2/+2
* iwlwifi: avoid void pointer arithmeticJohannes Berg2022-02-181-3/+3
* iwlwifi: mvm: optionally suppress assert logJohannes Berg2021-12-071-2/+5
* wireless: iwlwifi: Fix a double free in iwl_txq_dyn_alloc_dmaLv Yunlong2021-12-071-0/+1
* iwlwifi: queue: avoid memory leak in reset flowMordechay Goodstein2021-04-141-24/+6
* iwlwifi: remove remaining software checksum codeJohannes Berg2021-04-141-8/+3
* iwlwifi: queue: add fake tx time pointMordechay Goodstein2021-02-101-0/+4
* Merge tag 'iwlwifi-next-for-kalle-2021-02-05' of git://git.kernel.org/pub/scm...Kalle Valo2021-02-081-0/+129
|\
| * iwlwifi: tx: move handing sync/async host command to transMordechay Goodstein2021-02-051-0/+129
* | iwlwifi: queue: bail out on invalid freeingJohannes Berg2021-01-251-4/+2
* | iwlwifi: queue: don't crash if txq->entries is NULLEmmanuel Grumbach2021-01-251-25/+24
|/
* iwlwifi: use SPDX tagsJohannes Berg2020-12-091-50/+4
* iwlwifi: move reclaim flows to the queue fileMordechay Goodstein2020-12-091-0/+248
* iwlwifi: remove all queue resources before freeMordechay Goodstein2020-12-091-5/+1
* iwlwifi: pcie: make iwl_pcie_txq_update_byte_cnt_tbl bus independentMordechay Goodstein2020-10-011-0/+154
* iwlwifi: move all bus-independent TX functions to common codeMordechay Goodstein2020-10-011-0/+1375