Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
35d75ee43f93cdf8ed21ab37636397ecc44d3724
/
net
/
mac80211
/
mesh_plink.c
6b5895d
mac80211: enable WME for peer mesh STA
by Chun-Yeow Yeoh
· 11 years ago
6f101ef
mac80211: use put_unaligned_le16 in mesh_plink_frame_tx
by Chun-Yeow Yeoh
· 11 years ago
204d130
mac80211: clean up mesh local link ID generation
by Thomas Pedersen
· 11 years ago
c99a89e
mac80211: factor out plink event gathering
by Thomas Pedersen
· 11 years ago
c7e6781
mac80211: factor out peering FSM
by Thomas Pedersen
· 11 years ago
5bbdd6c
mac80211: assign sta plid early
by Thomas Pedersen
· 11 years ago
fc10302
mac80211: consolidate rcu unlocks in plink frame rx
by Thomas Pedersen
· 11 years ago
05a23ae
mac80211: factor peering frame processing into own function
by Thomas Pedersen
· 11 years ago
87d84c4
mac80211: return -ENOMEM in mesh_plink_frame_tx
by Bob Copeland
· 11 years ago
272a9e2
mac80211: mesh_plink: don't ignore holding timer
by Bob Copeland
· 11 years ago
58506eb
mac80211: mesh_plink: collapse the two switch statements together
by Bob Copeland
· 11 years ago
36c9bb2
mac80211: mesh: rewrite rssi_threshold_check in C
by Bob Copeland
· 11 years ago
32cb05b
mac80211: mesh_plink: group basic fitness checks
by Bob Copeland
· 11 years ago
e76d67f
mac80211: mesh: factor out common plink close/estab code
by Bob Copeland
· 11 years ago
0f5ffd2
mac80211: hold sta->lock across plink switch statements
by Bob Copeland
· 11 years ago
4efec45
mac80211: consolidate calls to plink_frame_tx
by Thomas Pedersen
· 11 years ago
3cde38e
mac80211: fix off-by-one in llid check.
by Bob Copeland
· 11 years ago
446075d
mac80211: fixes for mesh powersave logic
by Marco Porsch
· 11 years ago
2103dec
mac80211: select and adjust bitrates according to channel mode
by Simon Wunderlich
· 11 years ago
0418a44
mac80211: fix various components for the new 5 and 10 MHz widths
by Simon Wunderlich
· 12 years ago
ecccd07
mac80211: fix mesh deadlock
by Thomas Pedersen
· 11 years ago
8d61ffa
cfg80211/mac80211: use cfg80211 wdev mutex in mac80211
by Johannes Berg
· 12 years ago
b2e506b
mac80211: parse VHT channel switch IEs
by Johannes Berg
· 12 years ago
3088f7d
mac80211: stringify another plink state
by Thomas Pedersen
· 12 years ago
87f59c7
mac80211: init mesh timer for user authed STAs
by Thomas Pedersen
· 12 years ago
a6dad6a
mac80211: support userspace MPM
by Thomas Pedersen
· 12 years ago
690205f
mac80211: cleanup suspend/resume on mesh mode
by Stanislaw Gruszka
· 12 years ago
95e48ad
mac80211: stringify mesh peering events
by Thomas Pedersen
· 12 years ago
52ac8c4
mac80211: clean up mesh HT operation
by Thomas Pedersen
· 12 years ago
bf7cd94
mac80211: clean up mesh code
by Johannes Berg
· 12 years ago
2b5e196
mac80211: cache mesh beacon
by Thomas Pedersen
· 12 years ago
e1a0c6b
mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40
by Johannes Berg
· 12 years ago
39886b6
mac80211: consolidate MBSS change notification
by Thomas Pedersen
· 12 years ago
45b5028
mac80211: fix mesh sta teardown
by Thomas Pedersen
· 12 years ago
aa5a1b8
mac80211: stop plink timer only on mesh interfaces
by Thomas Pedersen
· 12 years ago
3f52b7e
mac80211: mesh power save basics
by Marco Porsch
· 12 years ago
3b14465
mac80211: dynamic short slot time for MBSSs
by Thomas Pedersen
· 12 years ago
3b4797b
mac80211: fix mesh_sta_info_get() reshuffle damage
by Thomas Pedersen
· 12 years ago
f68d776
mac80211: support mesh rate updates
by Thomas Pedersen
· 12 years ago
296fcba
mac80211: clean up mesh sta allocation warning
by Thomas Pedersen
· 12 years ago
1617bab
mac80211: update mesh peer link counter during userspace peering
by Marco Porsch
· 12 years ago
59cf1d6
mac80211: don't reinit rate control when mesh sta exists
by Helmut Schaa
· 12 years ago
4bf8853
mac80211: convert to channel definition struct
by Johannes Berg
· 12 years ago
453e66f2
mac80211: remove mesh config macros from mesh_plink.c
by Marco Porsch
· 12 years ago
1258d97
mac80211: move out the non-statistics variable estab_plinks from mesh_stat
by Ashok Nagarajan
· 12 years ago
55de908
mac80211: use channel contexts
by Johannes Berg
· 12 years ago
9385d04
mac80211: allow re-open the blocked peer link in mesh
by Chun-Yeow Yeoh
· 12 years ago
01e17da
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by John W. Linville
· 12 years ago
466f310
mac80211: mesh: don't use global channel type
by Johannes Berg
· 12 years ago
df32381
mac80211: fix unnecessary beacon update after peering status change
by Marco Porsch
· 12 years ago
f609a43
mac80211: skb leak in mesh_plink_frame_tx()
by Thomas Pedersen
· 12 years ago
e7570df
mac80211: don't request ack for peering close
by Thomas Pedersen
· 12 years ago
6b77863
mac80211: fix current vs. operating channel in preq/beacon
by Johannes Berg
· 12 years ago
bae35d9
mac80211: don't re-init rate control when receiving mesh beacon
by Chun-Yeow Yeoh
· 12 years ago
38a0084
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 12 years ago
2c53040
net: Fix (nearly-)kernel-doc comments for various functions
by Ben Hutchings
· 12 years ago
fc8a732
mac80211: don't expose ieee80211_add_srates_ie()
by Johannes Berg
· 12 years ago
bdcbd8e
mac80211: clean up debugging
by Johannes Berg
· 12 years ago
f0d2320
net: mac80211: Convert printk(KERN_DEBUG to pr_debug
by Joe Perches
· 13 years ago
cbf9322
mac80211: Modify mesh_set_ht_prot_mode() to have less identation
by Ashok Nagarajan
· 13 years ago
f5c5681
mac80211: send peer candidate event for new sta only
by Thomas Pedersen
· 13 years ago
70c33ea
{nl,cfg,mac}80211: Allow user to see/configure HT protection mode
by Ashok Nagarajan
· 13 years ago
57aac7c
mac80211: Implement HT mixed protection mode
by Ashok Nagarajan
· 13 years ago
c7d2582
mac80211: don't transmit 40MHz frames to 20MHz peer
by Thomas Pedersen
· 13 years ago
e87278e
mac80211: insert mesh peer after init
by Thomas Pedersen
· 13 years ago
e76781e
mac80211: don't set mesh peer ht caps if ht disabled
by Thomas Pedersen
· 13 years ago
f743ff4
mac80211: refactor mesh peer rate handling
by Thomas Pedersen
· 13 years ago
54ab1ff
mac80211: refactor mesh peer initialization
by Thomas Pedersen
· 13 years ago
fe40cb6
mac80211: Check basic rates when peering
by Ashok Nagarajan
· 13 years ago
9ebb61a
mac80211: Modify sta_get_rates to give basic rates
by Ashok Nagarajan
· 13 years ago
657c3e0
mac80211: Indicate basic rates when adding rate IEs
by Ashok Nagarajan
· 13 years ago
074d46d
wireless: rename ht_info to ht_operation
by Johannes Berg
· 13 years ago
3d4f969
mac80211: Fix potential null pointer dereferencing
by Ashok Nagarajan
· 13 years ago
5533513
{nl,cfg,mac}80211: Implement RSSI threshold for mesh peering
by Ashok Nagarajan
· 13 years ago
874239f
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 13 years ago
83d5cc0
mac80211: station state transition error handling
by Johannes Berg
· 13 years ago
65e8b0c
mac80211: Use the right headroom size for mesh mgmt frames
by Javier Cardona
· 13 years ago
d9a7ddb
mac80211: refactor station state transitions
by Johannes Berg
· 13 years ago
ef96a842
mac80211: Support ht-cap over-rides.
by Ben Greear
· 13 years ago
739522b
mac80211: set HT capabilities for mesh peer
by Thomas Pedersen
· 13 years ago
176f360
mac80211: add HT IEs to mesh frames
by Thomas Pedersen
· 13 years ago
3b69a9c
mac80211: comment allocation of mesh frames
by Thomas Pedersen
· 13 years ago
c2c98fd
mac80211: optimise station flags
by Johannes Berg
· 13 years ago
768db34
mac80211: standardize adding supported rates IEs
by Arik Nemtsov
· 13 years ago
ba4a14e
mac80211: notify peer when shutting down peer link
by Thomas Pedersen
· 13 years ago
5fbdf4a
mac80211: Mark all mesh stations as QoS capable
by Javier Cardona
· 13 years ago
8db0985
mac80211: update mesh peering frame format
by Thomas Pedersen
· 13 years ago
54ef656
mac80211: update mesh peering frame codes
by Thomas Pedersen
· 13 years ago
082ebb0
mac80211: fix mesh beacon format
by Thomas Pedersen
· 13 years ago
57cf804
nl80211: Move peer link state definition to nl80211
by Javier Cardona
· 14 years ago
915b5c5
open80211s: Stop using zero for address 3 in mesh plink mgmt frames
by Javier Cardona
· 14 years ago
d3aaec8a
mac80211: Drop MESH_PLINK category and use new ANA-approved MESH_ACTION
by Javier Cardona
· 14 years ago
b130e5c
nl80211: Introduce NL80211_MESH_SETUP_USERSPACE_AMPE
by Javier Cardona
· 14 years ago
1570ca5
mac80211: send notification on new peer candidate for our secure mesh
by Javier Cardona
· 14 years ago
96b78df
nl80211/mac80211: Perform PLINK_ACTION on new station
by Javier Cardona
· 14 years ago
53e8051
mac80211: ignore peer link requests from unauthenticated stations.
by Javier Cardona
· 14 years ago
5cff5e0
mac80211: ignore peers if security is enabled for this mesh
by Javier Cardona
· 14 years ago
581a8b0
nl80211: rename NL80211_MESH_SETUP_VENDOR_PATH_SEL_IE
by Javier Cardona
· 14 years ago
c80d545
mac80211: Let userspace enable and configure vendor specific path selection.
by Javier Cardona
· 14 years ago
d12c745
mac80211: fix possible null-pointer de-reference
by Christian Lamparter
· 14 years ago
Next »