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
/
mesh.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-21
wifi: check if socket flags are valid
Bert Karwatzki
1
-1
/
+1
2025-04-23
wifi: cfg80211/mac80211: remove more 5/10 MHz code
Johannes Berg
1
-5
/
+2
2025-04-23
wifi: free SKBTX_WIFI_STATUS skb tx_flags flag
Johannes Berg
1
-1
/
+2
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-4
/
+4
2024-12-03
wifi: mac80211: fix mbss changed flags corruption on 32 bit systems
Issam Hamdi
1
-3
/
+3
2024-10-09
Merge net-next/main to resolve conflicts
Johannes Berg
1
-1
/
+1
2024-10-08
wifi: mac80211, cfg80211: miscellaneous spelling fixes
Dmitry Antipov
1
-1
/
+1
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-06-26
wifi: mac80211: restrict public action ECSA frame handling
Johannes Berg
1
-1
/
+1
2024-05-29
wifi: mac80211: mesh: init nonpeer_pm to active by default in mesh sdata
Nicolas Escande
1
-0
/
+1
2024-04-17
wifi: mac80211: split mesh fast tx cache into local/proxied/forwarded
Felix Fietkau
1
-1
/
+7
2024-02-12
wifi: mac80211: flush only stations using requests links
Aditya Kumar Singh
1
-1
/
+1
2024-02-08
wifi: mac80211: convert ieee80211_ie_build_eht_cap() to SKB use
Johannes Berg
1
-15
/
+2
2024-02-08
wifi: mac80211: convert ieee80211_ie_build_he_cap() to SKB use
Johannes Berg
1
-13
/
+2
2024-02-08
wifi: mac80211: simplify adding supported rates
Johannes Berg
1
-8
/
+12
2024-02-08
wifi: mac80211: rename ieee80211_ie_build_he_6ghz_cap()
Johannes Berg
1
-1
/
+1
2024-02-08
wifi: mac80211: adjust EHT capa when lowering bandwidth
Johannes Berg
1
-1
/
+2
2024-02-08
wifi: mac80211: simplify HE/EHT element length functions
Johannes Berg
1
-5
/
+3
2024-02-08
wifi: mac80211: introduce 'channel request'
Johannes Berg
1
-40
/
+41
2024-02-08
wifi: mac80211: clean up HE 6 GHz and EHT chandef parsing
Johannes Berg
1
-1
/
+2
2024-02-08
wifi: mac80211: clean up connection process
Johannes Berg
1
-9
/
+12
2023-10-23
wifi: mac80211: mesh: fix some kdoc warnings
Benjamin Berg
1
-2
/
+6
2023-10-06
Merge wireless into wireless-next
Johannes Berg
1
-4
/
+4
2023-09-13
wifi: mac80211: fix mesh id corruption on 32 bit systems
Felix Fietkau
1
-4
/
+4
2023-09-11
wifi: cfg80211: remove wdev mutex
Johannes Berg
1
-10
/
+6
2023-06-07
wifi: mac80211: use wiphy work for sdata->work
Johannes Berg
1
-5
/
+5
2023-06-06
wifi: mac80211: consistently use u64 for BSS changes
Anjaneyulu
1
-14
/
+16
2023-03-31
wifi: mac80211: enable EHT mesh support
Ryder Lee
1
-2
/
+71
2023-03-22
wifi: mac80211: mesh fast xmit support
Felix Fietkau
1
-0
/
+92
2023-03-22
wifi: mac80211: fix race in mesh sequence number assignment
Felix Fietkau
1
-4
/
+2
2022-08-26
wifi: mac80211: correct SMPS mode in HE 6 GHz capability
Johannes Berg
1
-1
/
+1
2022-07-15
wifi: mac80211: fix multi-BSSID element parsing
Johannes Berg
1
-5
/
+3
2022-07-15
wifi: mac80211: separate out connection downgrade flags
Johannes Berg
1
-6
/
+6
2022-07-15
wifi: mac80211: RCU-ify link/link_conf pointers
Johannes Berg
1
-3
/
+4
2022-07-15
wifi: mac80211: consistently use sdata_dereference()
Johannes Berg
1
-6
/
+3
2022-06-20
wifi: mac80211: split bss_info_changed method
Johannes Berg
1
-3
/
+3
2022-06-20
wifi: mac80211: move some future per-link data to bss_conf
Johannes Berg
1
-7
/
+7
2022-03-11
mac80211: Use GFP_KERNEL instead of GFP_ATOMIC when possible
Christophe JAILLET
1
-1
/
+1
2022-02-16
mac80211: Add initial support for EHT and 320 MHz channels
Ilan Peer
1
-2
/
+3
2022-02-04
mac80211: limit bandwidth in HE capabilities
Johannes Berg
1
-1
/
+1
2021-10-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+5
2021-10-01
mac80211: mesh: fix HE operation element length check
Johannes Berg
1
-4
/
+5
2021-09-23
mac80211: always allocate struct ieee802_11_elems
Johannes Berg
1
-36
/
+49
2021-09-23
mac80211: mesh: clean up rx_bcn_presp API
Johannes Berg
1
-2
/
+2
2020-11-06
mac80211: save HE oper info in BSS config for mesh
Pradeep Kumar Chitrapu
1
-0
/
+30
2020-08-27
mac80211: rename csa counters to countdown counters
John Crispin
1
-2
/
+2
2020-08-27
net: mac80211: mesh.h: delete duplicated word
Randy Dunlap
1
-1
/
+1
2020-08-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+13
2020-07-31
cfg80211/mac80211: add connected to auth server to meshconf
Markus Theil
1
-1
/
+4
2020-07-31
mac80211: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
[next]