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
Age
Commit message (
Expand
)
Author
Lines
2025-05-22
wifi: mt76: remove capability of partial bandwidth UL MU-MIMO
Howard Hsu
-4
/
+2
2025-05-22
wifi: mt76: mt7925: add test mode support
Michael Lo
-0
/
+209
2025-05-22
wifi: mt76: mt7925: extend MCU support for testmode
Michael Lo
-7
/
+56
2025-05-22
wifi: mt76: mt7925: ensure all MCU commands wait for response
Michael Lo
-8
/
+8
2025-05-22
wifi: mt76: mt7925: refine the sniffer commnad
Ming Yen Hsieh
-2
/
+0
2025-05-22
wifi: mt76: mt7925: prevent multiple scan commands
Ming Yen Hsieh
-0
/
+3
2025-05-22
wifi: mt76: mt7915: Fix null-ptr-deref in mt7915_mmio_wed_init()
Henry Martin
-0
/
+6
2025-05-22
wifi: mt76: mt7996: Fix null-ptr-deref in mt7996_mmio_wed_init()
Henry Martin
-0
/
+3
2025-05-22
wifi: mt76: mt7925: add RNR scan support for 6GHz
Ming Yen Hsieh
-13
/
+38
2025-05-22
wifi: mt76: add mt76_connac_mcu_build_rnr_scan_param routine
Ming Yen Hsieh
-0
/
+53
2025-05-22
wifi: mt76: scan: Fix 'mlink' dereferenced before IS_ERR_OR_NULL check
Feng Jiang
-1
/
+3
2025-05-21
wifi: ath12k: fix regdomain update failure when connection establishes
Baochen Qiang
-0
/
+1
2025-05-21
wifi: ath12k: fix regdomain update failure when adding interface
Baochen Qiang
-1
/
+2
2025-05-21
wifi: ath12k: fix regdomain update failure after 11D scan completes
Baochen Qiang
-0
/
+1
2025-05-21
wifi: mt76: mt7996: remove duplicate check in mt7996_mcu_sta_mld_setup_tlv()
Dan Carpenter
-3
/
+0
2025-05-21
Revert "wifi: mt76: Check link_conf pointer in mt76_connac_mcu_sta_basic_tlv()"
Lorenzo Bianconi
-1
/
+1
2025-05-21
wifi: mt76: mt7996: fix uninitialized symbol warning
sunliming
-2
/
+2
2025-05-21
wifi: mt76: mt7996: avoid null deref in mt7996_stop_phy()
Qasim Ijaz
-1
/
+3
2025-05-21
wifi: mt76: mt7996: avoid NULL pointer dereference in mt7996_set_monitor()
Qasim Ijaz
-1
/
+3
2025-05-21
wifi: mt76: mt7921: add 160 MHz AP for mt7922 device
Samuel Williams
-0
/
+5
2025-05-21
wifi: mt76: mt7925: fix host interrupt register initialization
Michael Lo
-4
/
+1
2025-05-21
wifi: mt76: mt7925: introduce thermal protection
Leon Yen
-1
/
+26
2025-05-21
wifi: mt76: mt76x2: Add support for LiteOn WN4516R,WN4519R
Henk Vergonet
-1
/
+14
2025-05-21
wifi: mt76: Remove an unneeded local variable in mt76x02_dma_init()
Christophe JAILLET
-1
/
+0
2025-05-21
wifi: mt76: mt7996: prevent uninit return in mt7996_mac_sta_add_links
Qasim Ijaz
-3
/
+9
2025-05-21
Revert "wifi: mt76: mt7996: fill txd by host driver"
Shayne Chen
-4
/
+9
2025-05-21
wifi: mt76: mt7996: Add NULL check in mt7996_thermal_init
Charles Han
-0
/
+3
2025-05-21
wifi: mt76: mt7925: add EHT preamble puncturing
Allan Wang
-0
/
+61
2025-05-21
wifi: mt76: mt7925: Fix logical vs bitwise typo
Dan Carpenter
-1
/
+1
2025-05-21
wifi: mt76: mt7996: rework radar HWRDD idx
StanleyYP Wang
-69
/
+75
2025-05-21
wifi: mt76: mt7915: rework radar HWRDD idx
StanleyYP Wang
-60
/
+87
2025-05-21
wifi: mt76: mt7915: set correct background radar capability
StanleyYP Wang
-8
/
+49
2025-05-21
wifi: mt76: mt7996: add PCI device id for mt7990
Peter Chiu
-2
/
+6
2025-05-21
wifi: mt76: mt7996: rework background radar check for mt7990
StanleyYP Wang
-20
/
+29
2025-05-21
wifi: mt76: connac: rework TX descriptor and TX free for mt7990
Shayne Chen
-6
/
+37
2025-05-21
wifi: mt76: mt7996: adjust HW capabilities for mt7990
Peter Chiu
-5
/
+8
2025-05-21
wifi: mt76: mt7996: add eeprom support for mt7990
StanleyYP Wang
-0
/
+16
2025-05-21
wifi: mt76: mt7996: rework register mapping for mt7990
StanleyYP Wang
-25
/
+208
2025-05-21
wifi: mt76: mt7996: rework DMA configuration for mt7990
Peter Chiu
-63
/
+135
2025-05-21
wifi: mt76: mt7996: rework WA mcu command for mt7990
Peter Chiu
-8
/
+50
2025-05-21
wifi: mt76: connac: add support to load firmware for mt7990
StanleyYP Wang
-11
/
+36
2025-05-21
wifi: mt76: mt7996: add macros for pci device ids
Shayne Chen
-22
/
+28
2025-05-21
wifi: p54: prevent buffer-overflow in p54_rx_eeprom_readback()
Christian Lamparter
-4
/
+12
2025-05-21
wifi: check if socket flags are valid
Bert Karwatzki
-4
/
+2
2025-05-20
wifi: ath12k: fix mac pdev frequency range update
Aditya Kumar Singh
-30
/
+42
2025-05-20
wifi: carl9170: micro-optimize carl9170_tx_shift_bm()
Yury Norov
-2
/
+1
2025-05-20
wifi: ath9k_htc: Abort software beacon handling if disabled
Toke Høiland-Jørgensen
-0
/
+3
2025-05-20
wifi: ath12k: remove redundant regulatory rules intersection logic in host
Aishwarya R
-167
/
+11
2025-05-20
wifi: ath12k: Send MCS15 support to firmware during peer assoc
Mohan Kumar G
-2
/
+15
2025-05-19
wifi: ath12k: Fix scan initiation failure handling
Vignesh C
-0
/
+1
[prev]
[next]