All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] mac80211: add cleanup path for MPP table entries
@ 2016-01-29 10:08 Henning Rogge
  2016-01-29 10:08 ` [PATCH v2 1/3] mac80211: Remove MPP table entries with MPath Henning Rogge
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Henning Rogge @ 2016-01-29 10:08 UTC (permalink / raw)
  To: linux-wireless
  Cc: Johannes Berg, David S. Miller, Henning Rogge, 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 | 132 +++++++++++++++++++++++++++++++++++---------
 net/mac80211/rx.c           |   1 +
 net/mac80211/tx.c           |   6 +-
 3 files changed, 112 insertions(+), 27 deletions(-)

-- 
2.5.0


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

end of thread, other threads:[~2016-01-31  7:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-29 10:08 [PATCH v2 0/3] mac80211: add cleanup path for MPP table entries Henning Rogge
2016-01-29 10:08 ` [PATCH v2 1/3] mac80211: Remove MPP table entries with MPath Henning Rogge
2016-01-29 10:08 ` [PATCH v2 2/3] mac80211: let unused MPP table entries timeout Henning Rogge
2016-01-29 10:08 ` [PATCH v2 3/3] mac80211: Unify mesh and mpp path removal function Henning Rogge
2016-01-29 12:08   ` kbuild test robot
2016-01-30 23:37   ` Bob Copeland
2016-01-30 23:56   ` Bob Copeland
2016-01-31  7:30     ` Henning Rogge

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.