index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
intel
/
iwlwifi
/
queue
Age
Commit message (
Expand
)
Author
2024-06-12
wifi: iwlwifi: pcie: integrate TX queue code
Johannes Berg
2024-06-12
wifi: iwlwifi: move TXQ bytecount limit to queue code
Johannes Berg
2024-03-25
wifi: iwlwifi: read txq->read_ptr under lock
Johannes Berg
2024-03-04
net: adopt skb_network_header_len() more broadly
Eric Dumazet
2024-02-08
wifi: iwlwifi: queue: improve warning for no skb in reclaim
Johannes Berg
2024-01-26
wifi: iwlwifi: make TB reallocation a debug message
Johannes Berg
2023-10-23
wifi: iwlwifi: empty overflow queue during flush
Miri Korenblit
2023-09-11
wifi: iwlwifi: queue: fix kernel-doc
Johannes Berg
2023-08-22
wifi: iwlwifi: pcie: point invalid TFDs to invalid data
Johannes Berg
2023-08-22
wifi: iwlwifi: queue: move iwl_txq_gen2_set_tb() up
Johannes Berg
2023-08-22
wifi: iwlwifi: pcie: move gen1 TB handling to header
Johannes Berg
2023-08-22
wifi: iwlwifi: pcie: clean up gen1/gen2 TFD unmap
Johannes Berg
2023-07-11
wifi: iwlwifi: remove 'use_tfh' config to fix crash
Johannes Berg
2023-06-21
wifi: iwlwifi: pcie: add size assertions
Johannes Berg
2023-06-19
wifi: iwlwifi: Validate slots_num before allocating memory
Anjaneyulu
2023-04-13
wifi: iwlwifi: add a validity check of queue_id in iwl_txq_reclaim
Miri Korenblit
2022-03-10
iwlwifi: use 4k queue size for Bz A-step
Johannes Berg
2022-02-18
iwlwifi: support new queue allocation command
Johannes Berg
2022-02-18
iwlwifi: remove command ID argument from queue allocation
Johannes Berg
2022-02-18
iwlwifi: make iwl_txq_dyn_alloc_dma() return the txq
Johannes Berg
2022-02-18
iwlwifi: avoid variable shadowing
Johannes Berg
2022-02-18
iwlwifi: cfg: add support for 1K BA queue
Mordechay Goodstein
2022-02-18
iwlwifi: avoid void pointer arithmetic
Johannes Berg
2021-12-07
iwlwifi: mvm: optionally suppress assert log
Johannes Berg
2021-12-07
wireless: iwlwifi: Fix a double free in iwl_txq_dyn_alloc_dma
Lv Yunlong
2021-04-14
iwlwifi: queue: avoid memory leak in reset flow
Mordechay Goodstein
2021-04-14
iwlwifi: remove remaining software checksum code
Johannes Berg
2021-02-10
iwlwifi: queue: add fake tx time point
Mordechay Goodstein
2021-02-08
Merge tag 'iwlwifi-next-for-kalle-2021-02-05' of git://git.kernel.org/pub/scm...
Kalle Valo
2021-02-05
iwlwifi: tx: move handing sync/async host command to trans
Mordechay Goodstein
2021-01-25
iwlwifi: queue: bail out on invalid freeing
Johannes Berg
2021-01-25
iwlwifi: queue: don't crash if txq->entries is NULL
Emmanuel Grumbach
2020-12-10
iwlwifi: use SPDX tags
Johannes Berg
2020-12-10
iwlwifi: move reclaim flows to the queue file
Mordechay Goodstein
2020-12-10
iwlwifi: remove all queue resources before free
Mordechay Goodstein
2020-10-01
iwlwifi: pcie: make iwl_pcie_txq_update_byte_cnt_tbl bus independent
Mordechay Goodstein
2020-10-01
iwlwifi: move all bus-independent TX functions to common code
Mordechay Goodstein