index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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: move mesh related station fields to own struct
Johannes Berg
2015-07-17
1
-1
/
+1
*
mac80211: fix the beacon csa counter for mesh and ibss
Chun-Yeow Yeoh
2015-06-09
1
-0
/
+1
*
Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/sc...
David S. Miller
2015-03-31
1
-1
/
+2
|
\
|
*
nl/mac80211: allow zero plink timeout to disable STA expiration
Masashi Honma
2015-02-28
1
-1
/
+2
*
|
mac80211: Use eth_<foo>_addr instead of memset
Joe Perches
2015-03-03
1
-1
/
+1
|
/
*
mac80211: use secondary channel offset IE also beacons during CSA
Luciano Coelho
2014-10-29
1
-1
/
+1
*
mac80211: move csa counters from sdata to beacon/presp
Michal Kazior
2014-06-23
1
-1
/
+1
*
trivial: net/mac80211/mesh.c: fix typo s/Substract/Subtract/
Antonio Ospite
2014-06-23
1
-1
/
+1
*
mac80211: Support multiple CSA counters
Andrei Otcheretianski
2014-05-15
1
-1
/
+1
*
mac80211: fix mesh_add_rsn_ie IE finding loop
Bob Copeland
2014-04-22
1
-13
/
+8
*
cfg80211/mac80211: refactor cfg80211_chandef_dfs_required()
Luciano Coelho
2014-04-09
1
-4
/
+5
*
mac80211: use RCU_INIT_POINTER
Monam Agarwal
2014-04-09
1
-3
/
+3
*
mac80211: add missing CSA locking
Michal Kazior
2014-02-04
1
-0
/
+2
*
mac80211: batch CSA bss info notification
Michal Kazior
2014-02-04
1
-2
/
+3
*
mac80211: use sdata mesh_id_len instead of wdev's
Johannes Berg
2014-02-04
1
-2
/
+2
*
mac80211: only set CSA beacon when at least one beacon must be transmitted
Luciano Coelho
2014-02-04
1
-6
/
+3
*
mac80211: align ieee80211_mesh_csa_beacon() with ieee80211_assign_beacon()
Luciano Coelho
2014-02-04
1
-3
/
+1
*
mac80211: refactor ieee80211_mesh_process_chanswitch()
Luciano Coelho
2014-02-04
1
-55
/
+19
*
mac80211: sync dtim_count to TSF
Thomas Pedersen
2014-01-06
1
-0
/
+1
*
mac80211: update adjusting TBTT bit in beacon
Thomas Pedersen
2013-12-16
1
-0
/
+5
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2013-12-06
1
-8
/
+12
|
\
|
*
mac80211: fix the mesh channel switch support
Chun-Yeow Yeoh
2013-11-25
1
-8
/
+12
*
|
mac80211: move csa_chandef to sdata
Luciano Coelho
2013-11-25
1
-1
/
+1
*
|
mac80211: use put_unaligned_le16 for precedence value in mesh
Chun-Yeow Yeoh
2013-11-25
1
-4
/
+1
|
/
*
mac80211: process mesh channel switching using beacon
Chun-Yeow Yeoh
2013-10-28
1
-9
/
+130
*
{nl,cfg,mac}80211: implement mesh channel switch userspace API
Chun-Yeow Yeoh
2013-10-28
1
-0
/
+98
*
mac80211: process the CSA frame for mesh accordingly
Chun-Yeow Yeoh
2013-10-28
1
-3
/
+80
*
mac80211: only respond to probe request with mesh ID
Chun-Yeow Yeoh
2013-08-23
1
-0
/
+3
*
mac80211: set forwarding in mesh capability info
Chun-Yeow Yeoh
2013-07-16
1
-1
/
+3
*
mac80211: select and adjust bitrates according to channel mode
Simon Wunderlich
2013-07-16
1
-2
/
+1
*
mac80211: fix various components for the new 5 and 10 MHz widths
Simon Wunderlich
2013-06-18
1
-1
/
+3
*
mac80211: update mesh beacon on workqueue
Thomas Pedersen
2013-06-18
1
-12
/
+41
*
{nl,mac,cfg}80211: Allow user to configure basic rates for mesh
Ashok Nagarajan
2013-06-11
1
-4
/
+0
*
mac80211: expire mesh peers based on mesh configuration
Colleen Twitty
2013-06-11
1
-1
/
+1
*
mac80211: fix mesh deadlock
Thomas Pedersen
2013-06-11
1
-12
/
+17
*
mac80211: set mesh formation field properly
Jacob Minshall
2013-06-03
1
-2
/
+1
*
cfg80211/mac80211: use cfg80211 wdev mutex in mac80211
Johannes Berg
2013-05-25
1
-16
/
+16
*
{cfg,mac}80211: move mandatory rates calculation to cfg80211
Ashok Nagarajan
2013-05-24
1
-2
/
+3
*
mac80211: enable Auth Protocol Identifier on mesh config.
Colleen Twitty
2013-05-16
1
-1
/
+0
*
Merge remote-tracking branch 'wireless-next/master' into mac80211-next
Johannes Berg
2013-04-22
1
-1
/
+2
|
\
|
*
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
2013-04-10
1
-1
/
+1
|
|
\
|
*
\
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2013-03-29
1
-1
/
+2
|
|
\
\
|
|
*
|
mac80211: Don't restart sta-timer if not associated.
Ben Greear
2013-03-24
1
-1
/
+2
*
|
|
|
mac80211: parse VHT channel switch IEs
Johannes Berg
2013-04-16
1
-2
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
mac80211: check DSSS params IE length in parser
Johannes Berg
2013-04-08
1
-1
/
+1
|
/
/
*
|
mac80211: remove a few set but unused variables
Johannes Berg
2013-03-11
1
-4
/
+1
*
|
mac80211: support userspace MPM
Thomas Pedersen
2013-03-06
1
-1
/
+1
*
|
mac80211: cleanup suspend/resume on mesh mode
Stanislaw Gruszka
2013-03-06
1
-55
/
+2
|
/
*
mac80211: don't spam mesh probe response messages
Thomas Pedersen
2013-02-18
1
-1
/
+0
*
mac80211: clean up mesh code
Johannes Berg
2013-02-15
1
-54
/
+61
[next]