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
/
net
/
mac80211
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-28
wifi: mac80211: validate individual TWT params before driver setup
Zhao Li
1
-0
/
+4
2026-07-28
wifi: mac80211: fix tid_tx use-after-free on BA session stop
Zhao Li
1
-1
/
+3
2026-07-21
wifi: mac80211: recalculate TIM when a station enters power save
Andrew Pope
1
-0
/
+2
2026-07-21
wifi: mac80211: copy aggregation information
Benjamin Berg
1
-0
/
+3
2026-07-21
wifi: mac80211: tear down new links on vif update error path
Xiang Mei
1
-0
/
+4
2026-07-07
wifi: mac80211: ibss: wait for in-flight TX on disconnect
Pagadala Yesu Anjaneyulu
1
-6
/
+3
2026-07-07
wifi: mac80211: recalculate rx_nss on IBSS peer capability update
Shahar Tzarfati
1
-2
/
+2
2026-07-07
wifi: mac80211: fix memory leak in ieee80211_register_hw()
Dawei Feng
1
-1
/
+2
2026-07-07
wifi: mac80211: free AP_VLAN bc_buf SKBs outside IRQ lock
Cen Zhang
1
-1
/
+7
2026-07-06
wifi: mac80211: validate deauth frame length before reason access
Zhao Li
1
-2
/
+4
2026-07-06
wifi: mac80211: avoid non-S1G AID fallback for S1G assoc
Zhao Li
1
-2
/
+4
2026-07-06
wifi: mac80211: validate extension-frame layout before RX
Zhao Li
2
-2
/
+35
2026-07-06
wifi: mac80211: defer link RX stats percpu free to RCU
Maoyi Xie
1
-4
/
+11
2026-07-06
wifi: mac80211: free ack status frame on TX header build failure
Zhiling Zou
1
-1
/
+16
2026-07-06
wifi: mac80211: fix fils_discovery double free on alloc failure
Xiang Mei
1
-3
/
+3
2026-07-06
wifi: mac80211: fix unsol_bcast_probe_resp double free on alloc failure
Xiang Mei
1
-2
/
+3
2026-07-06
wifi: mac80211: allocate backup ieee80211_nan_sched_cfg off stack
Arnd Bergmann
1
-16
/
+19
2026-06-10
Merge tag 'wireless-next-2026-06-10' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next
Jakub Kicinski
26
-354
/
+1438
2026-06-05
wifi: mac80211: Add 802.3 multicast encapsulation offload support
Tamizh Chelvam Raja
1
-7
/
+44
2026-06-05
wifi: mac80211: Add multicast to unicast support for 802.3 path
Tamizh Chelvam Raja
1
-7
/
+26
2026-06-05
wifi: mac80211: Add sta pointer sanity check in ieee80211_8023_xmit()
Tamizh Chelvam Raja
1
-4
/
+9
2026-06-05
wifi: mac80211: fold tid_ampdu_rx allocations into a flexible array
Rosen Penev
3
-31
/
+18
2026-06-05
wifi: mac80211: Fix -Wc23-extensions in hwmp_route_info_get()
Nathan Chancellor
1
-2
/
+4
2026-06-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+3
2026-06-04
wifi: mac80211: fix monitor mode frame capture for real chanctx drivers
傅继晗
1
-2
/
+12
2026-06-04
wifi: mac80211: Free keys associated with NAN Device
Ilan Peer
1
-0
/
+6
2026-06-03
wifi: mac80211: AP: handle DBE for clients
Johannes Berg
6
-3
/
+203
2026-06-03
wifi: mac80211: parse and apply UHR DBE channel
Johannes Berg
7
-14
/
+513
2026-06-03
wifi: mac80211: refactor link STA bandwidth update
Johannes Berg
4
-39
/
+36
2026-06-03
wifi: mac80211: explain ieee80211_determine_chan_mode() parsing
Johannes Berg
1
-0
/
+8
2026-06-03
wifi: mac80211: mlme: allow UHR only with MLO
Johannes Berg
1
-1
/
+1
2026-06-03
wifi: mac80211: always expose multi-link element
Johannes Berg
1
-1
/
+8
2026-06-03
wifi: mac80211: use local ml_basic_elem in parsing
Johannes Berg
1
-7
/
+7
2026-06-03
wifi: mac80211: clarify beacon parsing with MBSSID/EMA
Johannes Berg
3
-21
/
+75
2026-06-03
wifi: mac80211: rename "multi_link_inner" variable
Johannes Berg
1
-5
/
+5
2026-06-03
wifi: mac80211: clean up return in ieee802_11_find_bssid_profile()
Johannes Berg
1
-2
/
+2
2026-06-03
wifi: mac80211: unify link STA removal in vif link removal
Johannes Berg
2
-19
/
+30
2026-06-03
wifi: mac80211: basic S1G rx rate reporting support
Lachlan Hodges
3
-1
/
+25
2026-06-03
wifi: mac80211: Add KUnit test for ieee80211_mesh_perr_size_ok
Masashi Honma
1
-0
/
+124
2026-06-03
wifi: mac80211: Add KUnit test for ieee80211_mesh_prep_size_ok
Masashi Honma
1
-0
/
+53
2026-06-03
wifi: mac80211: Add KUnit test for ieee80211_mesh_preq_size_ok
Masashi Honma
1
-0
/
+105
2026-06-03
wifi: mac80211: Fix PERR frame processing
Masashi Honma
2
-4
/
+23
2026-06-03
wifi: mac80211: Fix overread in PREP frame processing
Masashi Honma
2
-4
/
+9
2026-06-03
wifi: mac80211: Fix overread in PREQ frame processing
Masashi Honma
2
-4
/
+17
2026-06-03
wifi: mac80211: Use struct instead of macro for PERR frame
Masashi Honma
1
-26
/
+5
2026-06-03
wifi: mac80211: Use struct instead of macro for PREP frame
Masashi Honma
1
-24
/
+22
2026-06-03
wifi: mac80211: Use struct instead of macro for PREQ frame
Masashi Honma
1
-34
/
+31
2026-06-03
wifi: mac80211: remove 5/10 MHz channel code
Johannes Berg
10
-94
/
+16
2026-06-03
wifi: mac80211: report assoc_link_id in station info for non-MLD STAs on MLD AP
Felix Fietkau
1
-1
/
+4
2026-06-02
wifi: mac80211: limit injected antenna index in ieee80211_parse_tx_radiotap
Deepanshu Kartikey
1
-1
/
+3
[next]