summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek/mt76
AgeCommit message (Expand)Author
2025-08-27wifi: mt76: fix linked list corruptionFelix Fietkau
2025-08-27wifi: mt76: free pending offchannel tx frames on wcid cleanupFelix Fietkau
2025-08-27wifi: mt76: mt7915: fix list corruption after hardware restartFelix Fietkau
2025-08-27wifi: mt76: mt7996: add missing check for rx wcid entriesFelix Fietkau
2025-08-27wifi: mt76: do not add non-sta wcid entries to the poll listFelix Fietkau
2025-08-27wifi: mt76: mt7996: fix crash on some tx status reportsFelix Fietkau
2025-08-27wifi: mt76: mt7996: use the correct vif link for scanning/rocChad Monroe
2025-08-27wifi: mt76: mt7996: disable beacons when going offchannelFelix Fietkau
2025-08-27wifi: mt76: prevent non-offchannel mgmt tx during scan/rocFelix Fietkau
2025-08-27wifi: mt76: mt7925: skip EHT MLD TLV on non-MLD and pass conn_state for sta_cmdMing Yen Hsieh
2025-08-27wifi: mt76: mt7925u: use connac3 tx aggr check in tx completeMing Yen Hsieh
2025-08-27wifi: mt76: mt7925: fix the wrong bss cleanup for SAPMing Yen Hsieh
2025-08-27wifi: mt76: mt7925: fix locking in mt7925_change_vif_links()Harshit Mogalapalli
2025-08-27wifi: mt76: mt7921: don't disconnect when CSA to DFS chanJanusz Dziedzic
2025-08-27wifi: mt76: mt7996: Initialize hdr before passing to skb_put_data()Nathan Chancellor
2025-07-23mt76: access ->pp through netmem_desc instead of pageByungchul Park
2025-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-07wifi: mt76: mt7921s: Introduce SDIO WiFi/BT combo module card resetLeon Yen
2025-07-07wifi: mt76: mt792x: improve monitor interface handlingMing Yen Hsieh
2025-07-07wifi: mt76: mt792x: Limit the concurrent STA and SoftAP to operate on the sam...Leon Yen
2025-07-07wifi: mt76: mt7925: Fix null-ptr-deref in mt7925_thermal_init()Henry Martin
2025-07-07wifi: mt76: Get rid of dma_sync_single_for_device() for MMIO devicesLorenzo Bianconi
2025-07-07wifi: mt76: mt7996: Move num_sta accounting in mt7996_mac_sta_{add,remove}_linksLorenzo Bianconi
2025-07-07wifi: mt76: mt7996: Add MLO support to mt7996_tx_check_aggr()Lorenzo Bianconi
2025-07-07wifi: mt76: mt7996: Fix valid_links bitmask in mt7996_mac_sta_{add,remove}Lorenzo Bianconi
2025-07-07wifi: mt76: mt7996: Fix possible OOB access in mt7996_tx()Lorenzo Bianconi
2025-07-07wifi: mt76: mt7996: Fix mlink lookup in mt7996_tx_prepare_skbLorenzo Bianconi
2025-07-07wifi: mt76: mt7996: Do not set wcid.sta to 1 in mt7996_mac_sta_event()Lorenzo Bianconi
2025-07-07wifi: mt76: mt7996: Rely on for_each_sta_active_link() in mt7996_mcu_sta_mld_...Lorenzo Bianconi
2025-07-07wifi: mt76: mt7996: Fix secondary link lookup in mt7996_mcu_sta_mld_setup_tlv()Lorenzo Bianconi
2025-07-07wifi: mt76: fix vif link allocationFelix Fietkau
2025-07-07wifi: mt76: fix queue assignment for deauth packetsFelix Fietkau
2025-07-07wifi: mt76: add a wrapper for wcid access with validationFelix Fietkau
2025-07-07wifi: mt76: mt7921: prevent decap offload config before STA initializationDeren Wu
2025-07-07wifi: mt76: mt7925: prevent NULL pointer dereference in mt7925_sta_set_decap_...Deren Wu
2025-07-07wifi: mt76: mt7925: fix incorrect scan probe IE handling for hw_scanMing Yen Hsieh
2025-07-07wifi: mt76: mt7925: fix invalid array index in ssid assignment during hw scanMichael Lo
2025-07-07wifi: mt76: mt7925: fix the wrong config for tx interruptMing Yen Hsieh
2025-07-07wifi: mt76: Remove RCU section in mt7996_mac_sta_rc_work()Lorenzo Bianconi
2025-07-07wifi: mt76: Move RCU section in mt7996_mcu_add_rate_ctrl()Lorenzo Bianconi
2025-07-07wifi: mt76: Move RCU section in mt7996_mcu_add_rate_ctrl_fixed()Lorenzo Bianconi
2025-07-07wifi: mt76: Move RCU section in mt7996_mcu_set_fixed_field()Lorenzo Bianconi
2025-07-07wifi: mt76: Assume __mt76_connac_mcu_alloc_sta_req runs in atomic contextLorenzo Bianconi
2025-07-03wifi: mt76: mt7925: fix off by one in mt7925_mcu_hw_scan()Dan Carpenter
2025-07-03wifi: mt76: mt7915: mcu: re-init MCU before loading FW patchDavid Bauer
2025-07-03wifi: mt76: mt7915: mcu: lower default timeoutDavid Bauer
2025-07-03wifi: mt76: mt7915: mcu: increase eeprom command timeoutDavid Bauer
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-22Merge tag 'wireless-next-2025-05-22' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski