Currently MPP table entries are only removed from memory when their 802.11s mesh interface goes down. This can make the kernel to remember a growing list of proxied mac addresses which are not relevant or even reachable anymore. This patchset adds two additional cleanup paths for MPP table entries to remove them when their corresponding mesh node is removed or when the MPP table entry is not used for MESH_PATH_EXPIRE time. Henning Rogge (2): mac80211: Remove connected MPP table entries with MPath mac80211: let unused MPP table entries timeout net/mac80211/mesh_pathtbl.c | 84 +++++++++++++++++++++++++++++++++++++++++++-- net/mac80211/rx.c | 1 + net/mac80211/tx.c | 8 ++++- 3 files changed, 90 insertions(+), 3 deletions(-) -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html