summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlwifi/queue
AgeCommit message (Expand)Author
2024-06-12wifi: iwlwifi: pcie: integrate TX queue codeJohannes Berg
2024-06-12wifi: iwlwifi: move TXQ bytecount limit to queue codeJohannes Berg
2024-03-25wifi: iwlwifi: read txq->read_ptr under lockJohannes Berg
2024-03-04net: adopt skb_network_header_len() more broadlyEric Dumazet
2024-02-08wifi: iwlwifi: queue: improve warning for no skb in reclaimJohannes Berg
2024-01-26wifi: iwlwifi: make TB reallocation a debug messageJohannes Berg
2023-10-23wifi: iwlwifi: empty overflow queue during flushMiri Korenblit
2023-09-11wifi: iwlwifi: queue: fix kernel-docJohannes Berg
2023-08-22wifi: iwlwifi: pcie: point invalid TFDs to invalid dataJohannes Berg
2023-08-22wifi: iwlwifi: queue: move iwl_txq_gen2_set_tb() upJohannes Berg
2023-08-22wifi: iwlwifi: pcie: move gen1 TB handling to headerJohannes Berg
2023-08-22wifi: iwlwifi: pcie: clean up gen1/gen2 TFD unmapJohannes Berg
2023-07-11wifi: iwlwifi: remove 'use_tfh' config to fix crashJohannes Berg
2023-06-21wifi: iwlwifi: pcie: add size assertionsJohannes Berg
2023-06-19wifi: iwlwifi: Validate slots_num before allocating memoryAnjaneyulu
2023-04-13wifi: iwlwifi: add a validity check of queue_id in iwl_txq_reclaimMiri Korenblit
2022-03-10iwlwifi: use 4k queue size for Bz A-stepJohannes Berg
2022-02-18iwlwifi: support new queue allocation commandJohannes Berg
2022-02-18iwlwifi: remove command ID argument from queue allocationJohannes Berg
2022-02-18iwlwifi: make iwl_txq_dyn_alloc_dma() return the txqJohannes Berg
2022-02-18iwlwifi: avoid variable shadowingJohannes Berg
2022-02-18iwlwifi: cfg: add support for 1K BA queueMordechay Goodstein
2022-02-18iwlwifi: avoid void pointer arithmeticJohannes Berg
2021-12-07iwlwifi: mvm: optionally suppress assert logJohannes Berg
2021-12-07wireless: iwlwifi: Fix a double free in iwl_txq_dyn_alloc_dmaLv Yunlong
2021-04-14iwlwifi: queue: avoid memory leak in reset flowMordechay Goodstein
2021-04-14iwlwifi: remove remaining software checksum codeJohannes Berg
2021-02-10iwlwifi: queue: add fake tx time pointMordechay Goodstein
2021-02-08Merge tag 'iwlwifi-next-for-kalle-2021-02-05' of git://git.kernel.org/pub/scm...Kalle Valo
2021-02-05iwlwifi: tx: move handing sync/async host command to transMordechay Goodstein
2021-01-25iwlwifi: queue: bail out on invalid freeingJohannes Berg
2021-01-25iwlwifi: queue: don't crash if txq->entries is NULLEmmanuel Grumbach
2020-12-10iwlwifi: use SPDX tagsJohannes Berg
2020-12-10iwlwifi: move reclaim flows to the queue fileMordechay Goodstein
2020-12-10iwlwifi: remove all queue resources before freeMordechay Goodstein
2020-10-01iwlwifi: pcie: make iwl_pcie_txq_update_byte_cnt_tbl bus independentMordechay Goodstein
2020-10-01iwlwifi: move all bus-independent TX functions to common codeMordechay Goodstein