summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mediatek/mt76/mt7996
AgeCommit message (Expand)AuthorLines
2026-03-03wifi: mt76: mt7996: Fix possible oob access in mt7996_mac_write_txwi_80211()Lorenzo Bianconi-0/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+2
2025-11-24wifi: mt76: mt7996: Add missing locking in mt7996_mac_sta_rc_work()Lorenzo Bianconi-0/+4
2025-11-24wifi: mt76: mt7996: skip ieee80211_iter_keys() on scanning link removeLorenzo Bianconi-1/+2
2025-11-24wifi: mt76: mt7996: skip deflink accounting for offchannel linksLorenzo Bianconi-2/+4
2025-11-24wifi: mt76: Move mt76_abort_scan out of mt76_reset_device()Lorenzo Bianconi-0/+2
2025-11-24wifi: mt76: mt7996: move mt7996_update_beacons under mt76 mutexLorenzo Bianconi-1/+1
2025-11-24wifi: mt76: mt7996: grab mt76 mutex in mt7996_mac_sta_event()Lorenzo Bianconi-5/+10
2025-11-24wifi: mt76: mt7996: fix EMI rings for RROShayne Chen-9/+25
2025-11-24wifi: mt76: mt7996: fix using wrong phy to start in mt7996_mac_restart()Shayne Chen-1/+1
2025-11-24wifi: mt76: mt7996: fix MLO set key and group key issuesShayne Chen-15/+34
2025-11-24wifi: mt76: mt7996: fix MLD group index assignmentShayne Chen-18/+40
2025-11-24wifi: mt76: mt7996: use correct link_id when filling TXD and TXPShayne Chen-6/+42
2025-11-24wifi: mt76: mt7996: set link_valid field when initializing wcidShayne Chen-0/+2
2025-11-24wifi: mt76: mt7996: fix teardown command for an MLD peerShayne Chen-4/+4
2025-11-24wifi: mt76: mt7996: fix several fields in mt7996_mcu_bss_basic_tlv()Shayne Chen-10/+11
2025-11-24wifi: mt76: mt7996: support fixed rate for link stationShayne Chen-28/+48
2025-11-24wifi: mt76: mt7996: fix implicit beamforming support for mt7992Howard Hsu-2/+2
2025-11-24wifi: mt76: mt7996: no need to wait ACK event for SDO commandPeter Chiu-0/+3
2025-11-24wifi: mt76: mt7996: fix max nss value when getting rx chainmaskStanleyYP Wang-1/+1
2025-11-24wifi: mt76: mt7996: fix typos in commentsAlok Tiwari-2/+2
2025-11-24wifi: mt76: mt7996: Add NPU offload support to MT7996 driverLorenzo Bianconi-18/+438
2025-11-24wifi: mt76: mt7996: Remove useless check in mt7996_msdu_page_get_from_cache()Lorenzo Bianconi-2/+1
2025-11-24wifi: mt76: relicense to BSD-3-Clause-ClearFelix Fietkau-18/+18
2025-11-24wifi: mt76: wed: use proper wed reference in mt76 wed driver callabacksLorenzo Bianconi-0/+1
2025-11-24wifi: mt76: mt7996: Remove unnecessary link_id checks in mt7996_txLorenzo Bianconi-7/+5
2025-11-24wifi: mt76: mt7996: fix null pointer deref in mt7996_conf_tx()Felix Fietkau-5/+13
2025-09-15wifi: mt76: abort scan/roc on hw restartFelix Fietkau-0/+2
2025-09-15wifi: mt76: mt7996: set VTA in txwiPeter Chiu-1/+1
2025-09-15wifi: mt76: mt7996: remove the mem_total field of STA_REC_BF commandHoward Hsu-13/+0
2025-09-15wifi: mt76: mt7996: disable promiscuous mode by defaultPeter Chiu-0/+1
2025-09-15wifi: mt76: mt7996: fix updating beacon protection with beacons enabledFelix Fietkau-17/+26
2025-09-15wifi: mt76: mt7996: fix key add/remove imbalanceFelix Fietkau-83/+90
2025-09-15wifi: mt76: mt7996: delete vif keys when requestedFelix Fietkau-7/+13
2025-09-15wifi: mt76: mt7996: fix memory leak on mt7996_mcu_sta_key_tlv errorFelix Fietkau-1/+3
2025-09-15wifi: mt76: mt7996: fix setting beacon protection keysFelix Fietkau-135/+48
2025-09-15wifi: mt76: mt7996: decrease timeout for commonly issued MCU commandsFelix Fietkau-1/+25
2025-09-15wifi: mt76: mt7996: improve hardware restart reliabilityFelix Fietkau-12/+99
2025-09-15wifi: mt76: mt7996: remove redundant per-phy mac80211 calls during restartFelix Fietkau-102/+35
2025-09-15wifi: mt76: mt76_eeprom_override to intRosen Penev-3/+4
2025-09-15wifi: mt76: mt7996: support writing MAC TXD for AddBA RequestHoward Hsu-29/+62
2025-09-15wifi: mt76: Convert mt76_wed_rro_ind to LELorenzo Bianconi-8/+13
2025-09-15wifi: mt76: mt7996: Add SW path for HW-RRO v3.1Rex Lu-89/+212
2025-09-15wifi: mt76: mt7996: Decouple RRO logic from WED supportRex Lu-62/+88
2025-09-15wifi: mt76: mt7996: Introduce RRO MSDU callbacksRex Lu-0/+401
2025-09-15wifi: mt76: mt7996: Convert mt7996_wed_rro_addr to LELorenzo Bianconi-9/+10
2025-09-15wifi: mt76: mt7996: Enable WED for MT7992 chipsetRex Lu-34/+100
2025-09-15wifi: mt76: mt7996: Fix RX packets configuration for primary WED deviceLorenzo Bianconi-1/+1
2025-09-15wifi: mt76: mt7996: Fix tx-queues initialization for second phy on mt7996Lorenzo Bianconi-7/+14