aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: cancel mesh path timerJohannes Berg2012-08-151-0/+1
* mac80211: mesh: move some code to make it staticJohannes Berg2011-05-121-43/+0
* mac80211: Drop MESH_PLINK category and use new ANA-approved MESH_ACTIONJavier Cardona2011-05-111-1/+1
* nl80211: Introduce NL80211_MESH_SETUP_USERSPACE_AMPEJavier Cardona2011-05-111-1/+1
* mac80211: Fix warnings due to -Wunused-but-set-variableRajkumar Manoharan2011-04-261-3/+0
* mac80211: send notification on new peer candidate for our secure meshJavier Cardona2011-04-121-3/+1
* mac80211: ignore peers if security is enabled for this meshJavier Cardona2011-04-121-0/+4
* nl80211: rename NL80211_MESH_SETUP_VENDOR_PATH_SEL_IEJavier Cardona2011-04-121-3/+3
* cfg80211: Extend channel to frequency mapping for 802.11jBruno Randolf2011-01-211-1/+1
* mac80211:mesh_mpp_table_grow call should depend on MESH_WORK_GROW_MPP_TABLE f...Nick Ledovskikh2011-01-191-1/+1
* mac80211: Remove unused third address from mesh address extension header.Javier Cardona2010-12-201-19/+13
* mac80211: Send mesh non-HWMP path selection frames to userspaceJavier Cardona2010-12-201-10/+3
* mac80211: Let userspace enable and configure vendor specific path selection.Javier Cardona2010-12-201-0/+7
* cfg80211/mac80211: add mesh join/leave commandsJohannes Berg2010-12-061-21/+5
* mac80211: move mesh filter adjustingJohannes Berg2010-12-061-0/+11
* nl80211/mac80211: define and allow configuring mesh element TTLJavier Cardona2010-12-061-0/+1
* mac80211: pull mgmt frame rx into rx handlerJohannes Berg2010-06-141-25/+0
* mac80211: common work skb freeingJohannes Berg2010-06-141-2/+0
* mac80211: use common work functionJohannes Berg2010-06-141-17/+3
* mac80211: use common work structJohannes Berg2010-06-141-13/+9
* mac80211: use common skb queueJohannes Berg2010-06-141-12/+2
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-171-2/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-04-151-2/+2
|\
| * mac80211: Moved mesh action codes to a more visible locationJavier Cardona2010-04-081-2/+2
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-04-111-0/+1
|\ \ | |/ |/|
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | mac80211: Handle mesh action frames in ieee80211_rx_h_actionJavier Cardona2010-04-061-3/+0
|/
* mac80211: add ieee80211_sdata_runningJohannes Berg2009-12-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2009-12-281-1/+1
|\
| * net/mac80211: Correct size given to memsetJulia Lawall2009-12-101-1/+1
* | mac80211: reduce reliance on netdevJohannes Berg2009-12-211-2/+2
|/
* net: Move && and || to end of previous lineJoe Perches2009-11-291-2/+2
* mac80211: use a structure to hold the mesh config information elementRui Paulo2009-11-181-15/+8
* mac80211: use fixed broadcast addressJohannes Berg2009-11-181-2/+3
* mac80211: update copyrights to 2009Rui Paulo2009-11-131-1/+1
* mac80211: add nl80211/cfg80211 handling of the new mesh root mode option.Rui Paulo2009-11-131-0/+13
* mac80211: implement a timer to send RANN action framesRui Paulo2009-11-131-0/+39
* mac80211: replace "destination" with "target" to follow the specRui Paulo2009-11-131-1/+1
* mac80211: add the DS params to the beaconRui Paulo2009-11-131-0/+7
* mac80211: update peer link management IE and action framesRui Paulo2009-11-111-1/+1
* mac80211: implement the meshconf formation info fieldRui Paulo2009-11-111-3/+6
* mac80211: update meshconf IERui Paulo2009-11-111-40/+29
* mesh: use set_bit() to set MESH_WORK_HOUSEKEEPING.Rui Paulo2009-10-271-2/+2
* mac80211: Update mesh config IE to 11s draft 3.02Javier Cardona2009-08-281-15/+34
* mac80211: Move mpath and mpp growth to mesh workqueue.Javier Cardona2009-08-141-67/+10
* mac80211: Assign a default mesh beaconing interval.Javier Cardona2009-08-141-2/+4
* mac80211: Use 3-address format for mesh broadcast frames.Javier Cardona2009-08-141-4/+58
* mac80211: fix compilation of mesh (although its disabled)Luis R. Rodriguez2009-08-141-5/+5
* mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez2009-08-041-5/+5
* mac80211: Replace {sw, hw}_scanning variables with a bitfieldHelmut Schaa2009-07-271-1/+1