summaryrefslogtreecommitdiff
path: root/net/mac80211/mesh.c
AgeCommit message (Expand)Author
2011-05-12mac80211: mesh: move some code to make it staticJohannes Berg
2011-05-11mac80211: Drop MESH_PLINK category and use new ANA-approved MESH_ACTIONJavier Cardona
2011-05-11nl80211: Introduce NL80211_MESH_SETUP_USERSPACE_AMPEJavier Cardona
2011-04-26mac80211: Fix warnings due to -Wunused-but-set-variableRajkumar Manoharan
2011-04-12mac80211: send notification on new peer candidate for our secure meshJavier Cardona
2011-04-12mac80211: ignore peers if security is enabled for this meshJavier Cardona
2011-04-12nl80211: rename NL80211_MESH_SETUP_VENDOR_PATH_SEL_IEJavier Cardona
2011-01-21cfg80211: Extend channel to frequency mapping for 802.11jBruno Randolf
2011-01-19mac80211:mesh_mpp_table_grow call should depend on MESH_WORK_GROW_MPP_TABLE f...Nick Ledovskikh
2010-12-20mac80211: Remove unused third address from mesh address extension header.Javier Cardona
2010-12-20mac80211: Send mesh non-HWMP path selection frames to userspaceJavier Cardona
2010-12-20mac80211: Let userspace enable and configure vendor specific path selection.Javier Cardona
2010-12-06cfg80211/mac80211: add mesh join/leave commandsJohannes Berg
2010-12-06mac80211: move mesh filter adjustingJohannes Berg
2010-12-06nl80211/mac80211: define and allow configuring mesh element TTLJavier Cardona
2010-06-14mac80211: pull mgmt frame rx into rx handlerJohannes Berg
2010-06-14mac80211: common work skb freeingJohannes Berg
2010-06-14mac80211: use common work functionJohannes Berg
2010-06-14mac80211: use common work structJohannes Berg
2010-06-14mac80211: use common skb queueJohannes Berg
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-04-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2010-04-08mac80211: Moved mesh action codes to a more visible locationJavier Cardona
2010-04-06mac80211: Handle mesh action frames in ieee80211_rx_h_actionJavier Cardona
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-28mac80211: add ieee80211_sdata_runningJohannes Berg
2009-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville
2009-12-21mac80211: reduce reliance on netdevJohannes Berg
2009-12-10net/mac80211: Correct size given to memsetJulia Lawall
2009-11-29net: Move && and || to end of previous lineJoe Perches
2009-11-18mac80211: use a structure to hold the mesh config information elementRui Paulo
2009-11-18mac80211: use fixed broadcast addressJohannes Berg
2009-11-13mac80211: update copyrights to 2009Rui Paulo
2009-11-13mac80211: add nl80211/cfg80211 handling of the new mesh root mode option.Rui Paulo
2009-11-13mac80211: implement a timer to send RANN action framesRui Paulo
2009-11-13mac80211: replace "destination" with "target" to follow the specRui Paulo
2009-11-13mac80211: add the DS params to the beaconRui Paulo
2009-11-11mac80211: update peer link management IE and action framesRui Paulo
2009-11-11mac80211: implement the meshconf formation info fieldRui Paulo
2009-11-11mac80211: update meshconf IERui Paulo
2009-10-27mesh: use set_bit() to set MESH_WORK_HOUSEKEEPING.Rui Paulo
2009-08-28mac80211: Update mesh config IE to 11s draft 3.02Javier Cardona
2009-08-14mac80211: Move mpath and mpp growth to mesh workqueue.Javier Cardona
2009-08-14mac80211: Assign a default mesh beaconing interval.Javier Cardona
2009-08-14mac80211: Use 3-address format for mesh broadcast frames.Javier Cardona
2009-08-14mac80211: fix compilation of mesh (although its disabled)Luis R. Rodriguez
2009-08-04mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez
2009-07-27mac80211: Replace {sw, hw}_scanning variables with a bitfieldHelmut Schaa
2009-07-24mac80211: mesh: fix two small problemsJohannes Berg