index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-sqlite.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-22
wifi: mt76: mt7996: fix invalid NSS setting when TX path differs from NSS
Peter Chiu
3
-1
/
+4
2025-05-22
wifi: mt76: mt7996: drop fragments with multicast or broadcast RA
Benjamin Lin
1
-0
/
+8
2025-05-22
wifi: mt76: mt7996: set EHT max ampdu length capability
Peter Chiu
1
-0
/
+3
2025-05-22
wifi: mt76: mt7996: fix beamformee SS field
Howard Hsu
1
-4
/
+4
2025-05-22
wifi: mt76: remove capability of partial bandwidth UL MU-MIMO
Howard Hsu
2
-4
/
+2
2025-05-22
wifi: mt76: mt7925: add test mode support
Michael Lo
4
-0
/
+209
2025-05-22
wifi: mt76: mt7925: extend MCU support for testmode
Michael Lo
3
-7
/
+56
2025-05-22
wifi: mt76: mt7925: ensure all MCU commands wait for response
Michael Lo
1
-8
/
+8
2025-05-22
wifi: mt76: mt7925: refine the sniffer commnad
Ming Yen Hsieh
1
-2
/
+0
2025-05-22
wifi: mt76: mt7925: prevent multiple scan commands
Ming Yen Hsieh
1
-0
/
+3
2025-05-22
wifi: mt76: mt7915: Fix null-ptr-deref in mt7915_mmio_wed_init()
Henry Martin
1
-0
/
+6
2025-05-22
wifi: mt76: mt7996: Fix null-ptr-deref in mt7996_mmio_wed_init()
Henry Martin
1
-0
/
+3
2025-05-22
wifi: mt76: mt7925: add RNR scan support for 6GHz
Ming Yen Hsieh
2
-13
/
+38
2025-05-22
wifi: mt76: add mt76_connac_mcu_build_rnr_scan_param routine
Ming Yen Hsieh
3
-0
/
+53
2025-05-22
wifi: mt76: scan: Fix 'mlink' dereferenced before IS_ERR_OR_NULL check
Feng Jiang
1
-1
/
+3
2025-05-21
wifi: mt76: mt7996: remove duplicate check in mt7996_mcu_sta_mld_setup_tlv()
Dan Carpenter
1
-3
/
+0
2025-05-21
Revert "wifi: mt76: Check link_conf pointer in mt76_connac_mcu_sta_basic_tlv()"
Lorenzo Bianconi
1
-1
/
+1
2025-05-21
wifi: mt76: mt7996: fix uninitialized symbol warning
sunliming
1
-2
/
+2
2025-05-21
wifi: mt76: mt7996: avoid null deref in mt7996_stop_phy()
Qasim Ijaz
1
-1
/
+3
2025-05-21
wifi: mt76: mt7996: avoid NULL pointer dereference in mt7996_set_monitor()
Qasim Ijaz
1
-1
/
+3
2025-05-21
wifi: mt76: mt7921: add 160 MHz AP for mt7922 device
Samuel Williams
1
-0
/
+5
2025-05-21
wifi: mt76: mt7925: fix host interrupt register initialization
Michael Lo
2
-4
/
+1
2025-05-21
wifi: mt76: mt7925: introduce thermal protection
Leon Yen
3
-1
/
+26
2025-05-21
wifi: mt76: mt76x2: Add support for LiteOn WN4516R,WN4519R
Henk Vergonet
2
-1
/
+14
2025-05-21
wifi: mt76: Remove an unneeded local variable in mt76x02_dma_init()
Christophe JAILLET
1
-1
/
+0
2025-05-21
wifi: mt76: mt7996: prevent uninit return in mt7996_mac_sta_add_links
Qasim Ijaz
1
-3
/
+9
2025-05-21
Revert "wifi: mt76: mt7996: fill txd by host driver"
Shayne Chen
1
-4
/
+9
2025-05-21
wifi: mt76: mt7996: Add NULL check in mt7996_thermal_init
Charles Han
1
-0
/
+3
2025-05-21
wifi: mt76: mt7925: add EHT preamble puncturing
Allan Wang
4
-0
/
+61
2025-05-21
wifi: mt76: mt7925: Fix logical vs bitwise typo
Dan Carpenter
1
-1
/
+1
2025-05-21
wifi: mt76: mt7996: rework radar HWRDD idx
StanleyYP Wang
5
-69
/
+75
2025-05-21
wifi: mt76: mt7915: rework radar HWRDD idx
StanleyYP Wang
5
-60
/
+87
2025-05-21
wifi: mt76: mt7915: set correct background radar capability
StanleyYP Wang
6
-8
/
+49
2025-05-21
wifi: mt76: mt7996: add PCI device id for mt7990
Peter Chiu
1
-2
/
+6
2025-05-21
wifi: mt76: mt7996: rework background radar check for mt7990
StanleyYP Wang
3
-20
/
+29
2025-05-21
wifi: mt76: connac: rework TX descriptor and TX free for mt7990
Shayne Chen
2
-6
/
+37
2025-05-21
wifi: mt76: mt7996: adjust HW capabilities for mt7990
Peter Chiu
2
-5
/
+8
2025-05-21
wifi: mt76: mt7996: add eeprom support for mt7990
StanleyYP Wang
3
-0
/
+16
2025-05-21
wifi: mt76: mt7996: rework register mapping for mt7990
StanleyYP Wang
2
-25
/
+208
2025-05-21
wifi: mt76: mt7996: rework DMA configuration for mt7990
Peter Chiu
3
-63
/
+135
2025-05-21
wifi: mt76: mt7996: rework WA mcu command for mt7990
Peter Chiu
3
-8
/
+50
2025-05-21
wifi: mt76: connac: add support to load firmware for mt7990
StanleyYP Wang
5
-11
/
+36
2025-05-21
wifi: mt76: mt7996: add macros for pci device ids
Shayne Chen
7
-22
/
+28
2025-05-21
wifi: mac80211: accept probe response on link address as well
Aditya Kumar Singh
1
-1
/
+17
2025-05-21
wifi: mac80211: validate SCAN_FLAG_AP in scan request during MLO
Aditya Kumar Singh
1
-1
/
+1
2025-05-21
wifi: p54: prevent buffer-overflow in p54_rx_eeprom_readback()
Christian Lamparter
3
-4
/
+12
2025-05-21
wifi: check if socket flags are valid
Bert Karwatzki
5
-8
/
+12
2025-05-16
wifi: mac80211: handle non-MLO mode as well in ieee80211_num_beaconing_links()
Aditya Kumar Singh
1
-3
/
+3
2025-05-16
wifi: rtw89: fix firmware scan delay unit for WiFi 6 chips
Chin-Yen Lee
1
-1
/
+1
2025-05-16
wifi: rtw88: fix the 'para' buffer size to avoid reading out of bounds
Alexey Kodanev
1
-1
/
+1
[next]