summaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh.c
Commit message (Expand)AuthorAgeFilesLines
* net/mac80211: Correct size given to memsetJulia Lawall2009-12-101-1/+1
* net: Move && and || to end of previous lineJoe Perches2009-11-301-2/+2
* mac80211: use a structure to hold the mesh config information elementRui Paulo2009-11-181-15/+8Star
* 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/+29Star
* 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/+10Star
* 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/+2Star
* 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/+0Star
* 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
* mac80211: make master iface not wirelessJohannes Berg2008-09-241-1/+1
* mac80211: clean up scan namespaceJohannes Berg2008-09-151-1/+1
* mac80211: fix work raceJohannes Berg2008-09-151-0/+9
* mac80211: split off mesh handling entirelyJohannes Berg2008-09-151-55/+273
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-08-301-1/+1
|\
| * net/mac80211/mesh.c: correct the argument to __mesh_table_freeJulia Lawall2008-08-271-1/+1
* | replace net_device arguments with ieee80211_{local,sub_if_data} as appropriateJasper Bryant-Greene2008-08-221-18/+11Star
|/
* mac80211: Consolidate hash kfree-ing in mesh.c.Pavel Emelyanov2008-05-221-6/+9
* mac80211: Merge error paths in mesh_table_grow().Pavel Emelyanov2008-05-221-12/+4Star
* mac80211: Prepare mesh_table_grow to failing copy_node callback.Pavel Emelyanov2008-05-221-2/+13
* mac80211: fix incorrect mesh header lengthLuis Carlos Cobo2008-05-131-1/+1
* mac80211: use 4-byte mesh sequence numberLuis Carlos Cobo2008-05-011-12/+5Star
* Revert "mac80211: use a struct for bss->mesh_config"John W. Linville2008-04-081-0/+4
* mac80211: use a struct for bss->mesh_configLuis Carlos Cobo2008-04-011-4/+0Star
* mac80211: add PLINK_ prefix and kernel doc to enum plink_stateLuis Carlos Cobo2008-03-061-3/+3
* mac80211: move comment to better locationLuis Carlos Cobo2008-03-061-5/+5
* mac80211: RCU-ify STA info structure accessJohannes Berg2008-03-061-3/+2Star
* mac80211: clean up mesh codeJohannes Berg2008-03-061-0/+67
* mac80211: support functions for meshLuis Carlos Cobo2008-03-061-0/+383