index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
mac80211
/
mesh.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mac80211: save HE oper info in BSS config for mesh
Pradeep Kumar Chitrapu
2020-11-06
1
-0
/
+30
*
mac80211: rename csa counters to countdown counters
John Crispin
2020-08-27
1
-2
/
+2
*
net: mac80211: mesh.h: delete duplicated word
Randy Dunlap
2020-08-27
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-08-02
1
-0
/
+13
|
\
|
*
mac80211: fix warning in 6 GHz IE addition in mesh mode
Rajkumar Manoharan
2020-07-30
1
-0
/
+13
*
|
cfg80211/mac80211: add connected to auth server to meshconf
Markus Theil
2020-07-31
1
-1
/
+4
*
|
mac80211: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-31
1
-2
/
+2
|
/
*
mac80211: determine chandef from HE 6 GHz operation
Johannes Berg
2020-05-31
1
-0
/
+1
*
mac80211: avoid using ext NSS high BW if not supported
Johannes Berg
2020-05-31
1
-3
/
+13
*
mac80211: do not allow HT/VHT IEs in 6 GHz mesh mode
Rajkumar Manoharan
2020-05-31
1
-0
/
+16
*
mac80211: build HE operation with 6 GHz oper information
Rajkumar Manoharan
2020-05-31
1
-3
/
+9
*
mac80211: add HE 6 GHz Band Capability element
Rajkumar Manoharan
2020-05-31
1
-0
/
+9
*
mac80211: TX legacy rate control for Beacon frames
Jouni Malinen
2020-04-29
1
-0
/
+1
*
mac80211: fix channel switch trigger from unknown mesh peer
Tamizh chelvam
2020-04-15
1
-4
/
+7
*
mac80211: implement HE support for mesh
Sven Eckelmann
2019-07-26
1
-0
/
+62
*
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2019-06-21
1
-4
/
+1
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
|
mac80211: free peer keys before vif down in mesh
Pradeep Kumar Chitrapu
2019-05-29
1
-0
/
+1
*
|
mac80211: mesh: fix RCU warning
Thomas Pedersen
2019-05-28
1
-1
/
+4
|
/
*
mac80211: pass bssids to elements parsing function
Sara Sharon
2019-02-08
1
-4
/
+6
*
{nl,mac}80211: add rssi to mesh candidates
Bob Copeland
2018-11-09
1
-1
/
+2
*
{nl,mac}80211: add dot11MeshConnectedToMeshGate to meshconf
Bob Copeland
2018-11-09
1
-1
/
+2
*
mac80211: mesh: advertise gates in mesh formation
Bob Copeland
2018-11-09
1
-1
/
+3
*
mac80211: add ability to parse CCFS2
Johannes Berg
2018-09-05
1
-1
/
+4
*
mac80211: notify driver for change in multicast rates
Pradeep Kumar Chitrapu
2018-03-23
1
-1
/
+2
*
Merge tag 'mac80211-for-davem-2018-02-22' of git://git.kernel.org/pub/scm/lin...
David S. Miller
2018-02-22
1
-11
/
+6
|
\
|
*
mac80211: mesh: fix wrong mesh TTL offset calculation
Peter Oh
2018-01-31
1
-11
/
+6
*
|
mac80211: mark expected switch fall-throughs
Gustavo A. R. Silva
2017-12-11
1
-0
/
+2
|
/
*
mac80211: Convert timers to use timer_setup()
Kees Cook
2017-11-20
1
-15
/
+12
*
mac80211: use offsetofend()
Johannes Berg
2017-09-21
1
-2
/
+1
*
networking: make skb_put & friends return void pointers
Johannes Berg
2017-06-16
1
-1
/
+1
*
networking: introduce and use skb_put_data()
Johannes Berg
2017-06-16
1
-4
/
+4
*
networking: convert many more places to skb_put_zero()
Johannes Berg
2017-06-16
1
-2
/
+1
*
skbuff/mac80211: introduce and use skb_put_zero()
Johannes Berg
2017-05-30
1
-6
/
+3
*
mac80211: enable VHT for mesh channel processing
Simon Wunderlich
2017-05-24
1
-1
/
+3
*
mac80211: mesh: support sending wide bandwidth CSA
Simon Wunderlich
2017-05-24
1
-2
/
+43
*
mac80211: mark as action frame when parsing IEs of CSA action frames
Simon Wunderlich
2017-05-19
1
-1
/
+1
*
mac80211: mesh: Allow following CSA to DFS channels if userspace handles it
Benjamin Berg
2017-05-19
1
-3
/
+12
*
mac80211: move clearing result into ieee80211_parse_ch_switch_ie()
Johannes Berg
2017-05-19
1
-1
/
+0
*
mac80211: mesh: mark channel as unusable if a regulatory MESH CSA is received
Benjamin Berg
2017-05-19
1
-0
/
+21
*
mac80211: Fix possible sband related NULL pointer de-reference
Mohammed Shafi Shajakhan
2017-04-28
1
-9
/
+20
*
mac80211: mesh: drop new node with weak power
Masashi Honma
2017-03-29
1
-2
/
+8
*
scripts/spelling.txt: add "swith" pattern and fix typo instances
Masahiro Yamada
2017-02-27
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-02-07
1
-1
/
+1
|
\
|
*
mac80211: Fix adding of mesh vendor IEs
Thorsten Horstmann
2017-02-06
1
-1
/
+1
*
|
mac80211: Fix addition of mesh configuration element
Ilan peer
2017-01-02
1
-2
/
+0
*
|
mac80211: Use appropriate name for functions and messages
Masashi Honma
2016-12-13
1
-1
/
+1
*
|
mac80211: Remove invalid flag operations in mesh TSF synchronization
Masashi Honma
2016-12-13
1
-3
/
+0
|
/
*
mac80211: mesh: flush stations before beacons are stopped
Maital Hahn
2016-08-03
1
-4
/
+6
*
mac80211: use common cleanup for user/!user_mpm
Bob Copeland
2016-06-30
1
-19
/
+1
[next]