index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
Age
Commit message (
Expand
)
Author
Lines
2026-03-24
wifi: mt76: mt7921: add MT7902e DMA layout support
Sean Wang
-9
/
+46
2026-03-24
wifi: mt76: mt7921: handle MT7902 irq_map quirk with mutable copy
Sean Wang
-0
/
+14
2026-03-24
wifi: mt76: mt7921: use mt76_for_each_q_rx() in reset path
Sean Wang
-3
/
+3
2026-03-24
wifi: mt76: connac: use is_connac2() to replace is_mt7921() checks
Sean Wang
-25
/
+25
2026-03-24
wifi: mt76: mt7996: apply calibration-free data from OTP
StanleyYP Wang
-19
/
+158
2026-03-24
wifi: mt76: mt7996: add variant for MT7992 chipsets
Shayne Chen
-2
/
+15
2026-03-24
wifi: mt76: add external EEPROM support for mt799x chipsets
StanleyYP Wang
-61
/
+148
2026-03-24
wifi: b43: kzalloc + kcalloc to kzalloc_flex
Rosen Penev
-12
/
+10
2026-03-24
wifi: mac80211_hwsim: advertise basic UHR support
Johannes Berg
-0
/
+35
2026-03-24
Merge tag 'ath-next-20260324' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Johannes Berg
-135
/
+180
2026-03-24
wifi: iwlwifi: mvm: fix potential out-of-bounds read in iwl_mvm_nd_match_info...
Alexey Velichayshiy
-1
/
+1
2026-03-24
Merge tag 'ath-current-20260324' of git://git.kernel.org/pub/scm/linux/kernel...
Johannes Berg
-9
/
+10
2026-03-24
Merge tag 'iwlwifi-fixes-2026-03-24' of https://git.kernel.org/pub/scm/linux/...
Johannes Berg
-41
/
+146
2026-03-24
wifi: wl1251: validate packet IDs before indexing tx_frames
Pengpeng Hou
-3
/
+5
2026-03-24
wifi: wilc1000: fix u8 overflow in SSID scan buffer size calculation
Yasuaki Torimaru
-1
/
+1
2026-03-24
wifi: ath12k: Pass the correct value of each TID during a stop AMPDU session
Reshma Immaculate Rajkumar
-1
/
+3
2026-03-24
wifi: ath11k: Pass the correct value of each TID during a stop AMPDU session
Reshma Immaculate Rajkumar
-8
/
+7
2026-03-24
wifi: iwlwifi: mld: correctly set wifi generation data
Johannes Berg
-32
/
+88
2026-03-24
wifi: iwlwifi: mvm: don't send a 6E related command when not supported
Emmanuel Grumbach
-1
/
+2
2026-03-24
wifi: iwlwifi: mld: Fix MLO scan timing
Pagadala Yesu Anjaneyulu
-8
/
+56
2026-03-23
wifi: mt76: fix backoff fields and max_power calculation
Allen Ye
-46
/
+109
2026-03-23
wifi: mt76: mt7921: Replace deprecated PCI function
Madhur Kumar
-5
/
+6
2026-03-23
wifi: mt76: mt7996: increase txq memory limit to 32 MiB
Chad Monroe
-0
/
+1
2026-03-23
wifi: mt76: mt7996: reset device after MCU message timeout
Chad Monroe
-0
/
+14
2026-03-23
wifi: mt76: fix deadlock in remain-on-channel
Chad Monroe
-2
/
+11
2026-03-23
wifi: mt76: mt7921: fix potential deadlock in mt7921_roc_abort_sync
Sean Wang
-5
/
+8
2026-03-23
wifi: mt76: mt7921: fix ROC abort flow interruption in mt7921_roc_work
Quan Zhou
-3
/
+4
2026-03-23
wifi: mt76: mt7925: fix tx power setting failure after chip reset
Leon Yen
-1
/
+4
2026-03-23
wifi: mt76: Fix memory leak after mt76_connac_mcu_alloc_sta_req()
Zilin Guan
-6
/
+18
2026-03-23
wifi: mt76: mt7925: fix potential deadlock in mt7925_roc_abort_sync
Sean Wang
-5
/
+9
2026-03-23
wifi: mt76: mt7925: Skip scan process during suspend.
Michael Lo
-0
/
+8
2026-03-23
wifi: mt76: mt7925: drop puncturing handling from BSS change path
Sean Wang
-6
/
+0
2026-03-23
wifi: mt76: Enable NPU support for MT7996 devices
Lorenzo Bianconi
-5
/
+1
2026-03-23
wifi: mt76: mt7996: Store DMA mapped buffer addresses in mt7996_npu_hw_init()
Lorenzo Bianconi
-23
/
+39
2026-03-23
wifi: mt76: mt7996: Do not schedule RRO and TxFree queues during reset for NPU
Lorenzo Bianconi
-0
/
+40
2026-03-23
wifi: mt76: Do not reset idx for NPU tx queues during reset
Lorenzo Bianconi
-1
/
+3
2026-03-23
wifi: mt76: mt7996: Move RRO dma start in a dedicated routine
Lorenzo Bianconi
-31
/
+41
2026-03-23
wifi: mt76: mt7996: Add __mt7996_npu_hw_init routine
Lorenzo Bianconi
-14
/
+27
2026-03-23
wifi: mt76: mt7996: Integrate MT7990 dma configuration for NPU
Lorenzo Bianconi
-46
/
+86
2026-03-23
wifi: mt76: mt7996: Integrate MT7990 init configuration for NPU
Lorenzo Bianconi
-4
/
+9
2026-03-23
wifi: mt76: mt7996: Integrate NPU in RRO session management
Lorenzo Bianconi
-1
/
+55
2026-03-23
wifi: mt76: mt7996: Add NPU support for MT7990 chipset
Lorenzo Bianconi
-32
/
+277
2026-03-23
wifi: mt76: mt7996: Rename mt7996_npu_rxd_init() in mt7992_npu_rxd_init()
Lorenzo Bianconi
-2
/
+2
2026-03-23
wifi: mt76: mt7996: Add mt7992_npu_txrx_offload_init routine
Lorenzo Bianconi
-26
/
+37
2026-03-23
wifi: mt76: mt7996: Fix wdma_idx for MT7996 device if NPU is enabled
Lorenzo Bianconi
-0
/
+4
2026-03-23
wifi: mt76: mt7996: Fix BAND2 tx queues initialization when NPU is enabled
Lorenzo Bianconi
-6
/
+13
2026-03-23
wifi: mt76: always enable RRO queues for non-MT7992 chipset
Lorenzo Bianconi
-3
/
+6
2026-03-23
wifi: mt76: npu: Add missing rx_token_size initialization
Lorenzo Bianconi
-0
/
+1
2026-03-23
wifi: mt76: mt7996: Fix NPU stop procedure
Lorenzo Bianconi
-11
/
+15
2026-03-23
wifi: mt76: Fix memory leak destroying device
Lorenzo Bianconi
-5
/
+6
[prev]
[next]