aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mac80211: mesh: fix two small problemsJohannes Berg2009-07-241-1/+4
* mac80211: push rx status into skb->cbJohannes Berg2009-07-101-4/+2
* mac80211: Use rcu_barrier() on unload.Jesper Dangaard Brouer2009-06-261-1/+1
* mac80211: cancel/restart all timers across suspend/resumeJohannes Berg2009-05-201-0/+40
* mac80211: unify config_interface and bss_info_changedJohannes Berg2009-05-061-3/+3
* mac80211: use cfg80211s BSS infrastructureJohannes Berg2009-02-131-10/+0
* mac80211: Add capability to enable/disable beaconingJohannes Berg2009-01-291-1/+2
* wireless: restrict to 32 legacy ratesJohannes Berg2009-01-291-1/+1
* wireless: move mesh config length constantJohannes Berg2008-11-101-1/+1
* mac80211: minor code cleanupsJohannes Berg2008-10-311-1/+1