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_plink.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mac80211: Suppress NEW_PEER_CANDIDATE event if no room
Masashi Honma
2016-12-13
1
-6
/
+8
*
mac80211: use common cleanup for user/!user_mpm
Bob Copeland
2016-06-30
1
-4
/
+12
*
cfg80211: remove enum ieee80211_band
Johannes Berg
2016-04-12
1
-5
/
+5
*
mac80211: move averaged values out of rx_stats
Johannes Berg
2016-04-06
1
-1
/
+1
*
mac80211: mesh: flush paths outside of plink lock
Bob Copeland
2016-04-05
1
-2
/
+9
*
mac80211: mesh_plink: remove redundant sta_info check
Sunil Shahu
2016-02-24
1
-6
/
+4
*
mac80211: fix crash on mesh local link ID generation with VIFs
Matthias Schiffer
2015-11-03
1
-0
/
+3
*
mac80211: move station statistics into sub-structs
Johannes Berg
2015-10-21
1
-2
/
+4
*
mac80211: implement VHT support for mesh
Bob Copeland
2015-09-22
1
-1
/
+8
*
mac80211: use DECLARE_EWMA
Johannes Berg
2015-08-14
1
-1
/
+1
*
mac80211: select an AID when creating new mesh STAs
Bob Copeland
2015-07-17
1
-6
/
+35
*
mac80211: mesh: separate plid and aid concepts
Bob Copeland
2015-07-17
1
-10
/
+19
*
mac80211: reorder mesh_plink to remove forward decl
Bob Copeland
2015-07-17
1
-57
/
+52
*
Merge branch 'mac80211' into mac80211-next
Johannes Berg
2015-07-17
1
-1
/
+4
|
\
|
*
mac80211: add missing length check for confirm frames
Bob Copeland
2015-07-17
1
-0
/
+3
|
*
mac80211: correct aid location in peering frames
Bob Copeland
2015-07-17
1
-1
/
+1
*
|
mac80211: move mesh related station fields to own struct
Johannes Berg
2015-07-17
1
-88
/
+89
|
/
*
mac80211: Always check rates and capabilities in mesh mode
Alexis Green
2015-06-09
1
-1
/
+2
*
mac80211: remove short slot/short preamble incapable flags
Johannes Berg
2015-06-02
1
-3
/
+1
*
mac80211: introduce plink lock for plink fields
Bob Copeland
2015-04-20
1
-17
/
+20
*
mac80211: add VHT support for IBSS
Janusz.Dziedzic@tieto.com
2015-03-30
1
-0
/
+4
*
mesh_plink: fixup type of timeout to match usage
Nicholas Mc Guire
2015-03-04
1
-1
/
+1
*
mesh_plink: use msecs_to_jiffies for proper time conversion
Nicholas Mc Guire
2015-03-04
1
-2
/
+2
*
Revert "mac80211: keep sending peer candidate events while in listen state"
Bob Copeland
2015-01-23
1
-7
/
+0
*
mac80211: keep sending peer candidate events while in listen state
Nishikawa, Kenzoh
2014-12-17
1
-0
/
+7
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2014-09-08
1
-1
/
+6
|
\
|
*
mac80211: mesh_plink: handle confirm frames with new plid
Bob Copeland
2014-08-26
1
-1
/
+6
*
|
mac80211: mesh_plink: use get_unaligned_le16 instead of memcpy
Bob Copeland
2014-08-26
1
-7
/
+3
*
|
mac80211: don't duplicate station QoS capability data
Johannes Berg
2014-08-15
1
-3
/
+1
|
/
*
mac80211: remove ignore_plink_timer flag
Bob Copeland
2014-06-23
1
-7
/
+23
*
mac80211: enable WME for peer mesh STA
Chun-Yeow Yeoh
2014-01-06
1
-0
/
+1
*
mac80211: use put_unaligned_le16 in mesh_plink_frame_tx
Chun-Yeow Yeoh
2013-11-25
1
-27
/
+27
*
mac80211: clean up mesh local link ID generation
Thomas Pedersen
2013-11-25
1
-5
/
+35
*
mac80211: factor out plink event gathering
Thomas Pedersen
2013-11-25
1
-80
/
+115
*
mac80211: factor out peering FSM
Thomas Pedersen
2013-11-25
1
-143
/
+155
*
mac80211: assign sta plid early
Thomas Pedersen
2013-11-25
1
-2
/
+1
*
mac80211: consolidate rcu unlocks in plink frame rx
Thomas Pedersen
2013-11-25
1
-18
/
+10
*
mac80211: factor peering frame processing into own function
Thomas Pedersen
2013-11-25
1
-40
/
+48
*
mac80211: return -ENOMEM in mesh_plink_frame_tx
Bob Copeland
2013-11-25
1
-1
/
+1
*
mac80211: mesh_plink: don't ignore holding timer
Bob Copeland
2013-11-25
1
-2
/
+1
*
mac80211: mesh_plink: collapse the two switch statements together
Bob Copeland
2013-11-25
1
-17
/
+9
*
mac80211: mesh: rewrite rssi_threshold_check in C
Bob Copeland
2013-11-25
1
-8
/
+12
*
mac80211: mesh_plink: group basic fitness checks
Bob Copeland
2013-11-25
1
-33
/
+37
*
mac80211: mesh: factor out common plink close/estab code
Bob Copeland
2013-11-25
1
-55
/
+43
*
mac80211: hold sta->lock across plink switch statements
Bob Copeland
2013-11-25
1
-26
/
+3
*
mac80211: consolidate calls to plink_frame_tx
Thomas Pedersen
2013-11-25
1
-43
/
+29
*
mac80211: fix off-by-one in llid check.
Bob Copeland
2013-11-25
1
-1
/
+1
*
mac80211: fixes for mesh powersave logic
Marco Porsch
2013-10-28
1
-1
/
+2
*
mac80211: select and adjust bitrates according to channel mode
Simon Wunderlich
2013-07-16
1
-1
/
+1
*
mac80211: fix various components for the new 5 and 10 MHz widths
Simon Wunderlich
2013-06-18
1
-1
/
+7
[next]