aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-29mac80211: mesh: drop new node with weak powerMasashi Honma1-2/+8
2017-02-27scripts/spelling.txt: add "swith" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-02-06mac80211: Fix adding of mesh vendor IEsThorsten Horstmann1-1/+1
2017-01-02mac80211: Fix addition of mesh configuration elementIlan peer1-2/+0
2016-12-13mac80211: Use appropriate name for functions and messagesMasashi Honma1-1/+1
2016-12-13mac80211: Remove invalid flag operations in mesh TSF synchronizationMasashi Honma1-3/+0
2016-08-03mac80211: mesh: flush stations before beacons are stoppedMaital Hahn1-4/+6
2016-06-30mac80211: use common cleanup for user/!user_mpmBob Copeland1-19/+1
2016-06-28mac80211: Fix mesh estab_plinks counting in STA removal caseJouni Malinen1-2/+5
2016-05-31mac80211: mesh: flush mesh paths unconditionallyBob Copeland1-0/+4
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-5/+5
2016-04-05mac80211: mesh: fix cleanup for mesh pathtableBob Copeland1-1/+6
2016-04-05mac80211: mesh: use hlist for rmc cacheBob Copeland1-8/+10
2016-04-05mac80211: mesh: handle failed alloc for rmc cacheBob Copeland1-0/+3
2016-04-05mac80211: mesh: convert path table to rhashtableBob Copeland1-6/+0
2016-04-05mac80211: mesh: move path tables into if_meshBob Copeland1-4/+6
2016-03-01Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-5/+4
2016-02-24mac80211: refactor HT/VHT to chandef codeJohannes Berg1-5/+4
2016-01-26mac80211: Requeue work after scan complete for all VIF types.Sachin Kulkarni1-11/+0
2015-11-03mac80211: TDLS: add proper HT-oper IEArik Nemtsov1-1/+2
2015-10-05mac80211: make ieee80211_new_mesh_header return unsignedAndrzej Hajda1-3/+3
2015-09-22mac80211: implement VHT support for meshBob Copeland1-3/+73
2015-07-17mac80211: move mesh related station fields to own structJohannes Berg1-1/+1
2015-06-09mac80211: fix the beacon csa counter for mesh and ibssChun-Yeow Yeoh1-0/+1
2015-03-31Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-1/+2
2015-03-03mac80211: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2015-02-28nl/mac80211: allow zero plink timeout to disable STA expirationMasashi Honma1-1/+2
2014-10-29mac80211: use secondary channel offset IE also beacons during CSALuciano Coelho1-1/+1
2014-06-23mac80211: move csa counters from sdata to beacon/prespMichal Kazior1-1/+1
2014-06-23trivial: net/mac80211/mesh.c: fix typo s/Substract/Subtract/Antonio Ospite1-1/+1
2014-05-15mac80211: Support multiple CSA countersAndrei Otcheretianski1-1/+1
2014-04-22mac80211: fix mesh_add_rsn_ie IE finding loopBob Copeland1-13/+8
2014-04-09cfg80211/mac80211: refactor cfg80211_chandef_dfs_required()Luciano Coelho1-4/+5
2014-04-09mac80211: use RCU_INIT_POINTERMonam Agarwal1-3/+3
2014-02-04mac80211: add missing CSA lockingMichal Kazior1-0/+2
2014-02-04mac80211: batch CSA bss info notificationMichal Kazior1-2/+3
2014-02-04mac80211: use sdata mesh_id_len instead of wdev'sJohannes Berg1-2/+2
2014-02-04mac80211: only set CSA beacon when at least one beacon must be transmittedLuciano Coelho1-6/+3
2014-02-04mac80211: align ieee80211_mesh_csa_beacon() with ieee80211_assign_beacon()Luciano Coelho1-3/+1
2014-02-04mac80211: refactor ieee80211_mesh_process_chanswitch()Luciano Coelho1-55/+19
2014-01-06mac80211: sync dtim_count to TSFThomas Pedersen1-0/+1
2013-12-16mac80211: update adjusting TBTT bit in beaconThomas Pedersen1-0/+5
2013-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-8/+12
2013-11-25mac80211: move csa_chandef to sdataLuciano Coelho1-1/+1
2013-11-25mac80211: use put_unaligned_le16 for precedence value in meshChun-Yeow Yeoh1-4/+1
2013-11-25mac80211: fix the mesh channel switch supportChun-Yeow Yeoh1-8/+12
2013-10-28mac80211: process mesh channel switching using beaconChun-Yeow Yeoh1-9/+130
2013-10-28{nl,cfg,mac}80211: implement mesh channel switch userspace APIChun-Yeow Yeoh1-0/+98
2013-10-28mac80211: process the CSA frame for mesh accordinglyChun-Yeow Yeoh1-3/+80