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
/
mediatek
/
mt76
/
mt7996
Age
Commit message (
Expand
)
Author
Lines
2026-03-03
wifi: mt76: mt7996: Fix possible oob access in mt7996_mac_write_txwi_80211()
Lorenzo Bianconi
-0
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-2
/
+2
2025-11-24
wifi: mt76: mt7996: Add missing locking in mt7996_mac_sta_rc_work()
Lorenzo Bianconi
-0
/
+4
2025-11-24
wifi: mt76: mt7996: skip ieee80211_iter_keys() on scanning link remove
Lorenzo Bianconi
-1
/
+2
2025-11-24
wifi: mt76: mt7996: skip deflink accounting for offchannel links
Lorenzo Bianconi
-2
/
+4
2025-11-24
wifi: mt76: Move mt76_abort_scan out of mt76_reset_device()
Lorenzo Bianconi
-0
/
+2
2025-11-24
wifi: mt76: mt7996: move mt7996_update_beacons under mt76 mutex
Lorenzo Bianconi
-1
/
+1
2025-11-24
wifi: mt76: mt7996: grab mt76 mutex in mt7996_mac_sta_event()
Lorenzo Bianconi
-5
/
+10
2025-11-24
wifi: mt76: mt7996: fix EMI rings for RRO
Shayne Chen
-9
/
+25
2025-11-24
wifi: mt76: mt7996: fix using wrong phy to start in mt7996_mac_restart()
Shayne Chen
-1
/
+1
2025-11-24
wifi: mt76: mt7996: fix MLO set key and group key issues
Shayne Chen
-15
/
+34
2025-11-24
wifi: mt76: mt7996: fix MLD group index assignment
Shayne Chen
-18
/
+40
2025-11-24
wifi: mt76: mt7996: use correct link_id when filling TXD and TXP
Shayne Chen
-6
/
+42
2025-11-24
wifi: mt76: mt7996: set link_valid field when initializing wcid
Shayne Chen
-0
/
+2
2025-11-24
wifi: mt76: mt7996: fix teardown command for an MLD peer
Shayne Chen
-4
/
+4
2025-11-24
wifi: mt76: mt7996: fix several fields in mt7996_mcu_bss_basic_tlv()
Shayne Chen
-10
/
+11
2025-11-24
wifi: mt76: mt7996: support fixed rate for link station
Shayne Chen
-28
/
+48
2025-11-24
wifi: mt76: mt7996: fix implicit beamforming support for mt7992
Howard Hsu
-2
/
+2
2025-11-24
wifi: mt76: mt7996: no need to wait ACK event for SDO command
Peter Chiu
-0
/
+3
2025-11-24
wifi: mt76: mt7996: fix max nss value when getting rx chainmask
StanleyYP Wang
-1
/
+1
2025-11-24
wifi: mt76: mt7996: fix typos in comments
Alok Tiwari
-2
/
+2
2025-11-24
wifi: mt76: mt7996: Add NPU offload support to MT7996 driver
Lorenzo Bianconi
-18
/
+438
2025-11-24
wifi: mt76: mt7996: Remove useless check in mt7996_msdu_page_get_from_cache()
Lorenzo Bianconi
-2
/
+1
2025-11-24
wifi: mt76: relicense to BSD-3-Clause-Clear
Felix Fietkau
-18
/
+18
2025-11-24
wifi: mt76: wed: use proper wed reference in mt76 wed driver callabacks
Lorenzo Bianconi
-0
/
+1
2025-11-24
wifi: mt76: mt7996: Remove unnecessary link_id checks in mt7996_tx
Lorenzo Bianconi
-7
/
+5
2025-11-24
wifi: mt76: mt7996: fix null pointer deref in mt7996_conf_tx()
Felix Fietkau
-5
/
+13
2025-09-15
wifi: mt76: abort scan/roc on hw restart
Felix Fietkau
-0
/
+2
2025-09-15
wifi: mt76: mt7996: set VTA in txwi
Peter Chiu
-1
/
+1
2025-09-15
wifi: mt76: mt7996: remove the mem_total field of STA_REC_BF command
Howard Hsu
-13
/
+0
2025-09-15
wifi: mt76: mt7996: disable promiscuous mode by default
Peter Chiu
-0
/
+1
2025-09-15
wifi: mt76: mt7996: fix updating beacon protection with beacons enabled
Felix Fietkau
-17
/
+26
2025-09-15
wifi: mt76: mt7996: fix key add/remove imbalance
Felix Fietkau
-83
/
+90
2025-09-15
wifi: mt76: mt7996: delete vif keys when requested
Felix Fietkau
-7
/
+13
2025-09-15
wifi: mt76: mt7996: fix memory leak on mt7996_mcu_sta_key_tlv error
Felix Fietkau
-1
/
+3
2025-09-15
wifi: mt76: mt7996: fix setting beacon protection keys
Felix Fietkau
-135
/
+48
2025-09-15
wifi: mt76: mt7996: decrease timeout for commonly issued MCU commands
Felix Fietkau
-1
/
+25
2025-09-15
wifi: mt76: mt7996: improve hardware restart reliability
Felix Fietkau
-12
/
+99
2025-09-15
wifi: mt76: mt7996: remove redundant per-phy mac80211 calls during restart
Felix Fietkau
-102
/
+35
2025-09-15
wifi: mt76: mt76_eeprom_override to int
Rosen Penev
-3
/
+4
2025-09-15
wifi: mt76: mt7996: support writing MAC TXD for AddBA Request
Howard Hsu
-29
/
+62
2025-09-15
wifi: mt76: Convert mt76_wed_rro_ind to LE
Lorenzo Bianconi
-8
/
+13
2025-09-15
wifi: mt76: mt7996: Add SW path for HW-RRO v3.1
Rex Lu
-89
/
+212
2025-09-15
wifi: mt76: mt7996: Decouple RRO logic from WED support
Rex Lu
-62
/
+88
2025-09-15
wifi: mt76: mt7996: Introduce RRO MSDU callbacks
Rex Lu
-0
/
+401
2025-09-15
wifi: mt76: mt7996: Convert mt7996_wed_rro_addr to LE
Lorenzo Bianconi
-9
/
+10
2025-09-15
wifi: mt76: mt7996: Enable WED for MT7992 chipset
Rex Lu
-34
/
+100
2025-09-15
wifi: mt76: mt7996: Fix RX packets configuration for primary WED device
Lorenzo Bianconi
-1
/
+1
2025-09-15
wifi: mt76: mt7996: Fix tx-queues initialization for second phy on mt7996
Lorenzo Bianconi
-7
/
+14
[next]