aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2026-07-31wifi: mt76: decode the full VHT Rx STBC capability fieldFelix Fietkau2-2/+2
2026-07-31wifi: mt76: mt7996: hold dev->mt76.mutex while disabling tx worker in SERFelix Fietkau1-2/+2
2026-07-31wifi: mt76: mt7915: unwind state on add_interface failureFelix Fietkau1-1/+11
2026-07-31wifi: mt76: fix out-of-bounds access in mmio copy helpersFelix Fietkau1-2/+16
2026-07-31wifi: mt76: mt7996: bound TLV walk in mt7996_mcu_get_chip_configFelix Fietkau1-3/+13
2026-07-31wifi: mt76: fix HE DCM max-RU capability encodingFelix Fietkau2-2/+2
2026-07-31wifi: mt76: check txfree done event on the WED hw pathRex Lu2-1/+10
2026-07-31wifi: mt76: mt7915: poll the correct SLP CTRL register for the second adieFelix Fietkau1-1/+1
2026-07-31wifi: mt76: fix RXDMAD_C buffer recycling raceFelix Fietkau1-1/+2
2026-07-31wifi: mt76: fix uninitialised RXDMAD_C descriptor infoFelix Fietkau1-1/+1
2026-07-31wifi: mt76: allow TX aggregation on the VO queueFelix Fietkau2-4/+0
2026-07-31wifi: mt76: fix stranded frames in mt76_txq_schedule_pendingFelix Fietkau1-2/+2
2026-07-31wifi: mt76: mt7996: fix TX DMA mapping leak for AddBA req framesFelix Fietkau1-1/+25
2026-07-31wifi: mt76: fix 4th chain ACK RSSI bitmask in sta_pollFelix Fietkau4-4/+4
2026-07-31wifi: mt76: mt7915: write RX header translation bit to the correct registerFelix Fietkau1-1/+1
2026-07-31wifi: mt76: mt7996: don't report a zero TX bitrateFelix Fietkau1-2/+0
2026-07-31wifi: mt76: mt7915: avoid nss underflow in mt7915_mcu_get_sta_nssFelix Fietkau1-1/+1
2026-07-31wifi: mt76: mt7915: clear wcid mask under mutex after RCU pointer clearFelix Fietkau1-1/+1
2026-07-31wifi: mt76: mt7996: set MT76_MCU_RESET before waking MCU waiters on full resetFelix Fietkau1-0/+1
2026-07-31wifi: mt76: mt7996: validate RX band_idx before dereferencing phys[]Felix Fietkau1-0/+6
2026-07-31wifi: mt76: assign link_id when sending probe request during scanMichael-CY Lee1-0/+5
2026-07-31wifi: mt76: fix non-AQL packet accounting for MLO stationsMichael-CY Lee1-4/+0
2026-07-31wifi: mt76: mt7996: fix MLD ID in MAC TXD and HIF TXPPeter Chiu3-1/+31
2026-07-31wifi: mt76: fix RX data queuing of RRO 3.0Rex Lu1-0/+8
2026-07-31wifi: mt76: mt7996: fix capability of EHT-MCS 15 in MRUShayne Chen1-6/+10
2026-07-31wifi: mt76: mt7996: fix non-MLD station num_sta leakChad Monroe1-6/+6
2026-07-31wifi: mt76: mt7996: fix EAPOL source BSS for non-MLD stationsChad Monroe1-0/+5
2026-07-31wifi: mt76: mt7921: add regulatory wiphy self manager supportCharlie-cy Wu4-5/+242
2026-07-31wifi: mt76: mt7925: add regulatory wiphy self manager supportCharlie-cy Wu4-19/+260
2026-07-31wifi: mt76: mt7921: refactor regd update to fix recursive mutex deadlockCharlie-cy Wu3-12/+23
2026-07-31wifi: mt76: mt792x: Fix memory leak in SDIO TX pathEason Lai1-1/+10
2026-07-31wifi: mt76: mt7925: fix msg len mismatch between driver and firmwareJared.Huang1-1/+1
2026-07-31wifi: mt76: mt7925: update clc before setting sar power tableJared.Huang1-1/+7
2026-07-31wifi: mt76: mt7925: support new WoW pattern TLVSean Wang2-3/+30
2026-07-31wifi: mt76: mt7927: use real monitor vifs for dual-band monitorsSean Wang1-1/+4
2026-07-31wifi: mt76: mt7927: set band index for sniffer modeSean Wang1-0/+14
2026-07-31wifi: mt76: mt7921: Add PCIe AER handler support to prevent system crashEason Lai5-11/+139
2026-07-31wifi: mt76: mt7925: cancel mlo_pm_work on stopDevin Wittmayer1-1/+10
2026-07-31wifi: mt76: mt7925: cancel pending mlo_pm_workWentao Guan4-0/+5
2026-07-31wifi: mt76: mt7925: Fix unregister deadlockJB Tsai2-2/+9
2026-07-31wifi: mt76: mt7925: ensure tx headroom in usb_sdio_tx_prepare_skbDevin Wittmayer1-0/+4
2026-07-31wifi: mt76: mt7603: add 0x7592 EEPROM chip IDAhmed Naseef1-0/+1
2026-07-31wifi: mt76: mt7915: add thermal zone device registrationRyan Leung2-0/+31
2026-07-31wifi: mt76: mt792x: fix use-after-free in mt76_rx_poll_completeEason Lai1-1/+35
2026-07-31wifi: mt76: mt7996: expose per-band MAC addresses to cfg80211Kenneth Kasilag2-0/+4
2026-07-31wifi: mt76: mt7996: bound the device EEPROM address before the EFUSE copyBryam Vargas1-1/+8
2026-07-31wifi: mt76: mt7915: bound the device EEPROM address before the EFUSE copyBryam Vargas1-2/+9
2026-07-31wifi: mt76: mt7921: fix memory leak when skb_linearize fails in mcu rx eventPrashant Rahul1-1/+3
2026-07-31wifi: mt76: mt7915: fix net_fill_forward_path for non-DBDC mt7986Zhi-Jun You1-1/+1
2026-07-31wifi: mt76: wed: fix kernel panic on non-DBDC MT7986Zhi-Jun You1-1/+6