aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mediatek
AgeCommit message (Expand)AuthorFilesLines
2025-08-27wifi: mt76: fix linked list corruptionFelix Fietkau1-5/+3
2025-08-27wifi: mt76: free pending offchannel tx frames on wcid cleanupFelix Fietkau1-0/+4
2025-08-27wifi: mt76: mt7915: fix list corruption after hardware restartFelix Fietkau3-7/+43
2025-08-27wifi: mt76: mt7996: add missing check for rx wcid entriesFelix Fietkau1-1/+1
2025-08-27wifi: mt76: do not add non-sta wcid entries to the poll listFelix Fietkau1-1/+1
2025-08-27wifi: mt76: mt7996: fix crash on some tx status reportsFelix Fietkau1-1/+3
2025-08-27wifi: mt76: mt7996: use the correct vif link for scanning/rocChad Monroe1-2/+6
2025-08-27wifi: mt76: mt7996: disable beacons when going offchannelFelix Fietkau4-21/+42
2025-08-27wifi: mt76: prevent non-offchannel mgmt tx during scan/rocFelix Fietkau1-1/+3
2025-08-27wifi: mt76: mt7925: skip EHT MLD TLV on non-MLD and pass conn_state for sta_cmdMing Yen Hsieh1-4/+8
2025-08-27wifi: mt76: mt7925u: use connac3 tx aggr check in tx completeMing Yen Hsieh1-1/+1
2025-08-27wifi: mt76: mt7925: fix the wrong bss cleanup for SAPMing Yen Hsieh1-0/+3
2025-08-27wifi: mt76: mt7925: fix locking in mt7925_change_vif_links()Harshit Mogalapalli1-1/+3
2025-08-27wifi: mt76: mt7921: don't disconnect when CSA to DFS chanJanusz Dziedzic1-4/+1
2025-08-27wifi: mt76: mt7996: Initialize hdr before passing to skb_put_data()Nathan Chancellor1-2/+2
2025-07-23mt76: access ->pp through netmem_desc instead of pageByungchul Park1-1/+2
2025-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski27-197/+301
2025-07-07wifi: mt76: mt7921s: Introduce SDIO WiFi/BT combo module card resetLeon Yen6-2/+72
2025-07-07wifi: mt76: mt792x: improve monitor interface handlingMing Yen Hsieh1-0/+1
2025-07-07wifi: mt76: mt792x: Limit the concurrent STA and SoftAP to operate on the sam...Leon Yen1-5/+27
2025-07-07wifi: mt76: mt7925: Fix null-ptr-deref in mt7925_thermal_init()Henry Martin1-0/+2
2025-07-07wifi: mt76: Get rid of dma_sync_single_for_device() for MMIO devicesLorenzo Bianconi2-13/+4
2025-07-07wifi: mt76: mt7996: Move num_sta accounting in mt7996_mac_sta_{add,remove}_linksLorenzo Bianconi1-26/+32
2025-07-07wifi: mt76: mt7996: Add MLO support to mt7996_tx_check_aggr()Lorenzo Bianconi1-23/+21
2025-07-07wifi: mt76: mt7996: Fix valid_links bitmask in mt7996_mac_sta_{add,remove}Lorenzo Bianconi1-2/+2
2025-07-07wifi: mt76: mt7996: Fix possible OOB access in mt7996_tx()Lorenzo Bianconi1-5/+12
2025-07-07wifi: mt76: mt7996: Fix mlink lookup in mt7996_tx_prepare_skbLorenzo Bianconi1-2/+2
2025-07-07wifi: mt76: mt7996: Do not set wcid.sta to 1 in mt7996_mac_sta_event()Lorenzo Bianconi1-1/+0
2025-07-07wifi: mt76: mt7996: Rely on for_each_sta_active_link() in mt7996_mcu_sta_mld_...Lorenzo Bianconi1-7/+7
2025-07-07wifi: mt76: mt7996: Fix secondary link lookup in mt7996_mcu_sta_mld_setup_tlv()Lorenzo Bianconi1-2/+1
2025-07-07wifi: mt76: fix vif link allocationFelix Fietkau2-3/+6
2025-07-07wifi: mt76: fix queue assignment for deauth packetsFelix Fietkau1-1/+2
2025-07-07wifi: mt76: add a wrapper for wcid access with validationFelix Fietkau17-68/+41
2025-07-07wifi: mt76: mt7921: prevent decap offload config before STA initializationDeren Wu1-0/+3
2025-07-07wifi: mt76: mt7925: prevent NULL pointer dereference in mt7925_sta_set_decap_...Deren Wu1-0/+6
2025-07-07wifi: mt76: mt7925: fix incorrect scan probe IE handling for hw_scanMing Yen Hsieh3-19/+63
2025-07-07wifi: mt76: mt7925: fix invalid array index in ssid assignment during hw scanMichael Lo2-4/+4
2025-07-07wifi: mt76: mt7925: fix the wrong config for tx interruptMing Yen Hsieh1-1/+1
2025-07-07wifi: mt76: Remove RCU section in mt7996_mac_sta_rc_work()Lorenzo Bianconi1-28/+7
2025-07-07wifi: mt76: Move RCU section in mt7996_mcu_add_rate_ctrl()Lorenzo Bianconi4-27/+45
2025-07-07wifi: mt76: Move RCU section in mt7996_mcu_add_rate_ctrl_fixed()Lorenzo Bianconi1-29/+57
2025-07-07wifi: mt76: Move RCU section in mt7996_mcu_set_fixed_field()Lorenzo Bianconi4-29/+57
2025-07-07wifi: mt76: Assume __mt76_connac_mcu_alloc_sta_req runs in atomic contextLorenzo Bianconi1-1/+1
2025-07-03wifi: mt76: mt7925: fix off by one in mt7925_mcu_hw_scan()Dan Carpenter1-2/+2
2025-07-03wifi: mt76: mt7915: mcu: re-init MCU before loading FW patchDavid Bauer1-10/+15
2025-07-03wifi: mt76: mt7915: mcu: lower default timeoutDavid Bauer1-0/+2
2025-07-03wifi: mt76: mt7915: mcu: increase eeprom command timeoutDavid Bauer1-0/+3
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan17-37/+56
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar2-3/+3
2025-05-22Merge tag 'wireless-next-2025-05-22' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski44-380/+1384