aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-291-1/+1
|\
| * net/mac80211/mesh.c: correct the argument to __mesh_table_freeJulia Lawall2008-08-261-1/+1
* | replace net_device arguments with ieee80211_{local,sub_if_data} as appropriateJasper Bryant-Greene2008-08-221-18/+11
|/
* mac80211: Consolidate hash kfree-ing in mesh.c.Pavel Emelyanov2008-05-211-6/+9
* mac80211: Merge error paths in mesh_table_grow().Pavel Emelyanov2008-05-211-12/+4
* mac80211: Prepare mesh_table_grow to failing copy_node callback.Pavel Emelyanov2008-05-211-2/+13
* mac80211: fix incorrect mesh header lengthLuis Carlos Cobo2008-05-121-1/+1
* mac80211: use 4-byte mesh sequence numberLuis Carlos Cobo2008-04-301-12/+5
* 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/+0
* 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/+2
* mac80211: clean up mesh codeJohannes Berg2008-03-061-0/+67
* mac80211: support functions for meshLuis Carlos Cobo2008-03-061-0/+383