summaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh_plink.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: use common cleanup for user/!user_mpmBob Copeland2016-06-301-4/+12
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-5/+5
* mac80211: move averaged values out of rx_statsJohannes Berg2016-04-061-1/+1
* mac80211: mesh: flush paths outside of plink lockBob Copeland2016-04-051-2/+9
* mac80211: mesh_plink: remove redundant sta_info checkSunil Shahu2016-02-241-6/+4
* mac80211: fix crash on mesh local link ID generation with VIFsMatthias Schiffer2015-11-031-0/+3
* mac80211: move station statistics into sub-structsJohannes Berg2015-10-211-2/+4
* mac80211: implement VHT support for meshBob Copeland2015-09-221-1/+8
* mac80211: use DECLARE_EWMAJohannes Berg2015-08-141-1/+1
* mac80211: select an AID when creating new mesh STAsBob Copeland2015-07-171-6/+35
* mac80211: mesh: separate plid and aid conceptsBob Copeland2015-07-171-10/+19
* mac80211: reorder mesh_plink to remove forward declBob Copeland2015-07-171-57/+52
* Merge branch 'mac80211' into mac80211-nextJohannes Berg2015-07-171-1/+4
|\
| * mac80211: add missing length check for confirm framesBob Copeland2015-07-171-0/+3
| * mac80211: correct aid location in peering framesBob Copeland2015-07-171-1/+1
* | mac80211: move mesh related station fields to own structJohannes Berg2015-07-171-88/+89
|/
* mac80211: Always check rates and capabilities in mesh modeAlexis Green2015-06-091-1/+2
* mac80211: remove short slot/short preamble incapable flagsJohannes Berg2015-06-021-3/+1
* mac80211: introduce plink lock for plink fieldsBob Copeland2015-04-201-17/+20
* mac80211: add VHT support for IBSSJanusz.Dziedzic@tieto.com2015-03-301-0/+4
* mesh_plink: fixup type of timeout to match usageNicholas Mc Guire2015-03-041-1/+1
* mesh_plink: use msecs_to_jiffies for proper time conversionNicholas Mc Guire2015-03-041-2/+2
* Revert "mac80211: keep sending peer candidate events while in listen state"Bob Copeland2015-01-231-7/+0
* mac80211: keep sending peer candidate events while in listen stateNishikawa, Kenzoh2014-12-171-0/+7
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-09-081-1/+6
|\
| * mac80211: mesh_plink: handle confirm frames with new plidBob Copeland2014-08-261-1/+6
* | mac80211: mesh_plink: use get_unaligned_le16 instead of memcpyBob Copeland2014-08-261-7/+3
* | mac80211: don't duplicate station QoS capability dataJohannes Berg2014-08-151-3/+1
|/
* mac80211: remove ignore_plink_timer flagBob Copeland2014-06-231-7/+23
* mac80211: enable WME for peer mesh STAChun-Yeow Yeoh2014-01-061-0/+1
* mac80211: use put_unaligned_le16 in mesh_plink_frame_txChun-Yeow Yeoh2013-11-251-27/+27
* mac80211: clean up mesh local link ID generationThomas Pedersen2013-11-251-5/+35
* mac80211: factor out plink event gatheringThomas Pedersen2013-11-251-80/+115
* mac80211: factor out peering FSMThomas Pedersen2013-11-251-143/+155
* mac80211: assign sta plid earlyThomas Pedersen2013-11-251-2/+1
* mac80211: consolidate rcu unlocks in plink frame rxThomas Pedersen2013-11-251-18/+10
* mac80211: factor peering frame processing into own functionThomas Pedersen2013-11-251-40/+48
* mac80211: return -ENOMEM in mesh_plink_frame_txBob Copeland2013-11-251-1/+1
* mac80211: mesh_plink: don't ignore holding timerBob Copeland2013-11-251-2/+1
* mac80211: mesh_plink: collapse the two switch statements togetherBob Copeland2013-11-251-17/+9
* mac80211: mesh: rewrite rssi_threshold_check in CBob Copeland2013-11-251-8/+12
* mac80211: mesh_plink: group basic fitness checksBob Copeland2013-11-251-33/+37
* mac80211: mesh: factor out common plink close/estab codeBob Copeland2013-11-251-55/+43
* mac80211: hold sta->lock across plink switch statementsBob Copeland2013-11-251-26/+3
* mac80211: consolidate calls to plink_frame_txThomas Pedersen2013-11-251-43/+29
* mac80211: fix off-by-one in llid check.Bob Copeland2013-11-251-1/+1
* mac80211: fixes for mesh powersave logicMarco Porsch2013-10-281-1/+2
* mac80211: select and adjust bitrates according to channel modeSimon Wunderlich2013-07-161-1/+1
* mac80211: fix various components for the new 5 and 10 MHz widthsSimon Wunderlich2013-06-181-1/+7
* mac80211: fix mesh deadlockThomas Pedersen2013-06-111-6/+1