aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh_plink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-06net/mac80211/mesh_plink: Convert timers to use timer_setup()Kees Cook1-6/+4
2017-09-21mac80211: use offsetofend()Johannes Berg1-2/+1
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-2/+1
2017-05-30skbuff/mac80211: introduce and use skb_put_zero()Johannes Berg1-2/+1
2017-04-28mac80211: Fix possible sband related NULL pointer de-referenceMohammed Shafi Shajakhan1-11/+26
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h>Ingo Molnar1-0/+2
2016-12-13mac80211: Suppress NEW_PEER_CANDIDATE event if no roomMasashi Honma1-6/+8
2016-06-30mac80211: use common cleanup for user/!user_mpmBob Copeland1-4/+12
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-5/+5
2016-04-06mac80211: move averaged values out of rx_statsJohannes Berg1-1/+1
2016-04-05mac80211: mesh: flush paths outside of plink lockBob Copeland1-2/+9
2016-02-24mac80211: mesh_plink: remove redundant sta_info checkSunil Shahu1-6/+4
2015-11-03mac80211: fix crash on mesh local link ID generation with VIFsMatthias Schiffer1-0/+3
2015-10-21mac80211: move station statistics into sub-structsJohannes Berg1-2/+4
2015-09-22mac80211: implement VHT support for meshBob Copeland1-1/+8
2015-08-14mac80211: use DECLARE_EWMAJohannes Berg1-1/+1
2015-07-17mac80211: select an AID when creating new mesh STAsBob Copeland1-6/+35
2015-07-17mac80211: mesh: separate plid and aid conceptsBob Copeland1-10/+19
2015-07-17mac80211: reorder mesh_plink to remove forward declBob Copeland1-57/+52
2015-07-17Merge branch 'mac80211' into mac80211-nextJohannes Berg1-1/+4
2015-07-17mac80211: move mesh related station fields to own structJohannes Berg1-88/+89
2015-07-17mac80211: add missing length check for confirm framesBob Copeland1-0/+3
2015-07-17mac80211: correct aid location in peering framesBob Copeland1-1/+1
2015-06-09mac80211: Always check rates and capabilities in mesh modeAlexis Green1-1/+2
2015-06-02mac80211: remove short slot/short preamble incapable flagsJohannes Berg1-3/+1
2015-04-20mac80211: introduce plink lock for plink fieldsBob Copeland1-17/+20
2015-03-30mac80211: add VHT support for IBSSJanusz.Dziedzic@tieto.com1-0/+4
2015-03-04mesh_plink: fixup type of timeout to match usageNicholas Mc Guire1-1/+1
2015-03-04mesh_plink: use msecs_to_jiffies for proper time conversionNicholas Mc Guire1-2/+2
2015-01-23Revert "mac80211: keep sending peer candidate events while in listen state"Bob Copeland1-7/+0
2014-12-17mac80211: keep sending peer candidate events while in listen stateNishikawa, Kenzoh1-0/+7
2014-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+6
2014-08-26mac80211: mesh_plink: use get_unaligned_le16 instead of memcpyBob Copeland1-7/+3
2014-08-26mac80211: mesh_plink: handle confirm frames with new plidBob Copeland1-1/+6
2014-08-15mac80211: don't duplicate station QoS capability dataJohannes Berg1-3/+1
2014-06-23mac80211: remove ignore_plink_timer flagBob Copeland1-7/+23
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