[PATCH 0/9] mesh fixes
From: Thomas Pedersen <hidden>
Date: 2011-08-25 01:41:02
A series of fixes and cleanups to the mesh stack.
Javier Cardona (8):
mac80211: Fix RCU pointer dereference in mesh_path_discard_frame()
mac80211: Remove mesh paths when an interface is removed
mac80211: Improve mpath state locking
mac80211: Remove redundant mesh path expiration checks
mac80211: Don't iterate twice over all mpaths when once in sufficient
mac80211: Consolidate {mesh,mpp}_path_flush into one function
mac80211: Don't take the mesh path resize lock when deleting an mpath
mac80211: Consolidate mesh path duplicated functions
Pedro Larbig (1):
mac80211: Limit amount of HWMP frames and forwarded data packets in
queues on mesh interfaces
net/mac80211/cfg.c | 2 +-
net/mac80211/debugfs.c | 4 +
net/mac80211/ieee80211_i.h | 2 +
net/mac80211/iface.c | 6 ++
net/mac80211/mesh.h | 11 +++-
net/mac80211/mesh_hwmp.c | 21 +++++-
net/mac80211/mesh_pathtbl.c | 162 +++++++++++++++++++++++--------------------
net/mac80211/rx.c | 13 +++-
8 files changed, 139 insertions(+), 82 deletions(-)
--
1.7.4.1