linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] mac80211: add cleanup path for MPP table entries
@ 2016-02-03 12:58 Henning Rogge
  2016-02-03 12:58 ` [PATCH v3 1/3] mac80211: Remove MPP table entries with MPath Henning Rogge
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Henning Rogge @ 2016-02-03 12:58 UTC (permalink / raw)
  To: linux-wireless
  Cc: Johannes Berg, David S. Miller, Henning Rogge, Bob Copeland,
	Henning Rogge

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 (3):
  mac80211: Remove MPP table entries with MPath
  mac80211: let unused MPP table entries timeout
  mac80211: Unify mesh and mpp path removal function

 net/mac80211/mesh_pathtbl.c | 102 +++++++++++++++++++++++++++++++++++++++-----
 net/mac80211/rx.c           |   1 +
 net/mac80211/tx.c           |   5 ++-
 3 files changed, 97 insertions(+), 11 deletions(-)

-- 
2.5.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-02-04  8:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-03 12:58 [PATCH v3 0/3] mac80211: add cleanup path for MPP table entries Henning Rogge
2016-02-03 12:58 ` [PATCH v3 1/3] mac80211: Remove MPP table entries with MPath Henning Rogge
2016-02-03 12:58 ` [PATCH v3 2/3] mac80211: let unused MPP table entries timeout Henning Rogge
2016-02-03 12:58 ` [PATCH v3 3/3] mac80211: Unify mesh and mpp path removal function Henning Rogge
2016-02-04  3:32 ` [PATCH v3 0/3] mac80211: add cleanup path for MPP table entries Bob Copeland
2016-02-04  8:53   ` Johannes Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).