aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh_plink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-06mac80211: enable WME for peer mesh STAChun-Yeow Yeoh1-0/+1
2013-11-25mac80211: use put_unaligned_le16 in mesh_plink_frame_txChun-Yeow Yeoh1-27/+27
2013-11-25mac80211: clean up mesh local link ID generationThomas Pedersen1-5/+35
2013-11-25mac80211: factor out plink event gatheringThomas Pedersen1-80/+115
2013-11-25mac80211: factor out peering FSMThomas Pedersen1-143/+155
2013-11-25mac80211: assign sta plid earlyThomas Pedersen1-2/+1
2013-11-25mac80211: consolidate rcu unlocks in plink frame rxThomas Pedersen1-18/+10
2013-11-25mac80211: factor peering frame processing into own functionThomas Pedersen1-40/+48
2013-11-25mac80211: return -ENOMEM in mesh_plink_frame_txBob Copeland1-1/+1
2013-11-25mac80211: mesh_plink: don't ignore holding timerBob Copeland1-2/+1
2013-11-25mac80211: mesh_plink: collapse the two switch statements togetherBob Copeland1-17/+9
2013-11-25mac80211: mesh: rewrite rssi_threshold_check in CBob Copeland1-8/+12
2013-11-25mac80211: mesh_plink: group basic fitness checksBob Copeland1-33/+37
2013-11-25mac80211: mesh: factor out common plink close/estab codeBob Copeland1-55/+43
2013-11-25mac80211: hold sta->lock across plink switch statementsBob Copeland1-26/+3
2013-11-25mac80211: consolidate calls to plink_frame_txThomas Pedersen1-43/+29
2013-11-25mac80211: fix off-by-one in llid check.Bob Copeland1-1/+1
2013-10-28mac80211: fixes for mesh powersave logicMarco Porsch1-1/+2
2013-07-16mac80211: select and adjust bitrates according to channel modeSimon Wunderlich1-1/+1
2013-06-18mac80211: fix various components for the new 5 and 10 MHz widthsSimon Wunderlich1-1/+7
2013-06-11mac80211: fix mesh deadlockThomas Pedersen1-6/+1
2013-05-25cfg80211/mac80211: use cfg80211 wdev mutex in mac80211Johannes Berg1-1/+6
2013-04-16mac80211: parse VHT channel switch IEsJohannes Berg1-1/+1
2013-04-10mac80211: stringify another plink stateThomas Pedersen1-2/+2
2013-03-06mac80211: init mesh timer for user authed STAsThomas Pedersen1-1/+0
2013-03-06mac80211: support userspace MPMThomas Pedersen1-2/+7
2013-03-06mac80211: cleanup suspend/resume on mesh modeStanislaw Gruszka1-26/+1
2013-02-18mac80211: stringify mesh peering eventsThomas Pedersen1-14/+24
2013-02-18mac80211: clean up mesh HT operationThomas Pedersen1-38/+24
2013-02-15mac80211: clean up mesh codeJohannes Berg1-16/+20
2013-02-15mac80211: cache mesh beaconThomas Pedersen1-2/+2
2013-02-15mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40Johannes Berg1-4/+2
2013-02-15mac80211: consolidate MBSS change notificationThomas Pedersen1-15/+18
2013-02-11mac80211: fix mesh sta teardownThomas Pedersen1-2/+6
2013-02-05mac80211: stop plink timer only on mesh interfacesThomas Pedersen1-0/+3
2013-02-04mac80211: mesh power save basicsMarco Porsch1-0/+17
2013-01-29mac80211: dynamic short slot time for MBSSsThomas Pedersen1-0/+63
2013-01-28mac80211: fix mesh_sta_info_get() reshuffle damageThomas Pedersen1-0/+2
2013-01-24mac80211: support mesh rate updatesThomas Pedersen1-1/+7
2013-01-24mac80211: clean up mesh sta allocation warningThomas Pedersen1-63/+95
2013-01-16mac80211: update mesh peer link counter during userspace peeringMarco Porsch1-14/+0
2012-11-28mac80211: don't reinit rate control when mesh sta existsHelmut Schaa1-1/+2
2012-11-26mac80211: convert to channel definition structJohannes Berg1-8/+11
2012-11-26mac80211: remove mesh config macros from mesh_plink.cMarco Porsch1-15/+13
2012-10-17mac80211: move out the non-statistics variable estab_plinks from mesh_statAshok Nagarajan1-2/+2
2012-10-17mac80211: use channel contextsJohannes Berg1-5/+5
2012-09-14mac80211: allow re-open the blocked peer link in meshChun-Yeow Yeoh1-1/+2
2012-08-21Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-11/+27
2012-08-20mac80211: mesh: don't use global channel typeJohannes Berg1-3/+4
2012-08-13mac80211: fix unnecessary beacon update after peering status changeMarco Porsch1-25/+19