summaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh_plink.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* mac80211: pass bssids to elements parsing functionSara Sharon2019-02-081-1/+3
* {nl,mac}80211: add rssi to mesh candidatesBob Copeland2018-11-091-10/+22
* {nl,mac}80211: report gate connectivity in station infoBob Copeland2018-11-091-0/+3
* mac80211: mesh: fix premature update of rc statsBob Copeland2018-05-181-4/+4
* mac80211: mark expected switch fall-throughsGustavo A. R. Silva2017-12-111-1/+1
* net/mac80211/mesh_plink: Convert timers to use timer_setup()Kees Cook2017-10-061-6/+4
* mac80211: use offsetofend()Johannes Berg2017-09-211-2/+1
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-2/+1
* skbuff/mac80211: introduce and use skb_put_zero()Johannes Berg2017-05-301-2/+1
* mac80211: Fix possible sband related NULL pointer de-referenceMohammed Shafi Shajakhan2017-04-281-11/+26
* sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar2017-03-021-0/+2
* mac80211: Suppress NEW_PEER_CANDIDATE event if no roomMasashi Honma2016-12-131-6/+8
* 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