aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-20mac80211: Remove unused third address from mesh address extension header.Javier Cardona1-19/+13
2010-12-20mac80211: Send mesh non-HWMP path selection frames to userspaceJavier Cardona1-10/+3
2010-12-20mac80211: Let userspace enable and configure vendor specific path selection.Javier Cardona1-0/+7
2010-12-06cfg80211/mac80211: add mesh join/leave commandsJohannes Berg1-21/+5
2010-12-06mac80211: move mesh filter adjustingJohannes Berg1-0/+11
2010-12-06nl80211/mac80211: define and allow configuring mesh element TTLJavier Cardona1-0/+1
2010-06-14mac80211: pull mgmt frame rx into rx handlerJohannes Berg1-25/+0
2010-06-14mac80211: common work skb freeingJohannes Berg1-2/+0
2010-06-14mac80211: use common work functionJohannes Berg1-17/+3
2010-06-14mac80211: use common work structJohannes Berg1-13/+9
2010-06-14mac80211: use common skb queueJohannes Berg1-12/+2
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches1-2/+0
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-2/+2
2010-04-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-0/+1
2010-04-08mac80211: Moved mesh action codes to a more visible locationJavier Cardona1-2/+2
2010-04-06mac80211: Handle mesh action frames in ieee80211_rx_h_actionJavier Cardona1-3/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-28mac80211: add ieee80211_sdata_runningJohannes Berg1-1/+1
2009-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-1/+1
2009-12-21mac80211: reduce reliance on netdevJohannes Berg1-2/+2
2009-12-10net/mac80211: Correct size given to memsetJulia Lawall1-1/+1
2009-11-29net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-11-18mac80211: use a structure to hold the mesh config information elementRui Paulo1-15/+8
2009-11-18mac80211: use fixed broadcast addressJohannes Berg1-2/+3
2009-11-13mac80211: update copyrights to 2009Rui Paulo1-1/+1
2009-11-13mac80211: add nl80211/cfg80211 handling of the new mesh root mode option.Rui Paulo1-0/+13
2009-11-13mac80211: implement a timer to send RANN action framesRui Paulo1-0/+39
2009-11-13mac80211: replace "destination" with "target" to follow the specRui Paulo1-1/+1
2009-11-13mac80211: add the DS params to the beaconRui Paulo1-0/+7
2009-11-11mac80211: update peer link management IE and action framesRui Paulo1-1/+1
2009-11-11mac80211: implement the meshconf formation info fieldRui Paulo1-3/+6
2009-11-11mac80211: update meshconf IERui Paulo1-40/+29
2009-10-27mesh: use set_bit() to set MESH_WORK_HOUSEKEEPING.Rui Paulo1-2/+2
2009-08-28mac80211: Update mesh config IE to 11s draft 3.02Javier Cardona1-15/+34
2009-08-14mac80211: Move mpath and mpp growth to mesh workqueue.Javier Cardona1-67/+10
2009-08-14mac80211: Assign a default mesh beaconing interval.Javier Cardona1-2/+4
2009-08-14mac80211: Use 3-address format for mesh broadcast frames.Javier Cardona1-4/+58
2009-08-14mac80211: fix compilation of mesh (although its disabled)Luis R. Rodriguez1-5/+5
2009-08-04mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez1-5/+5
2009-07-27mac80211: Replace {sw, hw}_scanning variables with a bitfieldHelmut Schaa1-1/+1
2009-07-24mac80211: mesh: fix two small problemsJohannes Berg1-1/+4
2009-07-10mac80211: push rx status into skb->cbJohannes Berg1-4/+2
2009-06-26mac80211: Use rcu_barrier() on unload.Jesper Dangaard Brouer1-1/+1
2009-05-20mac80211: cancel/restart all timers across suspend/resumeJohannes Berg1-0/+40
2009-05-06mac80211: unify config_interface and bss_info_changedJohannes Berg1-3/+3
2009-02-13mac80211: use cfg80211s BSS infrastructureJohannes Berg1-10/+0
2009-01-29mac80211: Add capability to enable/disable beaconingJohannes Berg1-1/+2
2009-01-29wireless: restrict to 32 legacy ratesJohannes Berg1-1/+1
2008-11-10wireless: move mesh config length constantJohannes Berg1-1/+1
2008-10-31mac80211: minor code cleanupsJohannes Berg1-1/+1