commit | 395264d509aec45149745843d9a737140a1ece16 | [log] [tgz] |
---|---|---|
author | Octavian Purdila <opurdila@ixiacom.com> | Mon Nov 16 13:49:35 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 18 05:03:03 2009 -0800 |
tree | 3a62939d8989232f5bb15f6386ed649ef8de8001 | |
parent | fccaf71011b171883efee5bae321eac4760584d1 [diff] |
net: introduce NETDEV_UNREGISTER_PERNET This new event is called once for each unique net namespace in batched unregister operations (with the argument set to a random device from that namespace) and once per device in non-batched unregister operations. It allows us to factorize some device unregister work such as clearing the routing cache. Signed-off-by: Octavian Purdila <opurdila@ixiacom.com> Signed-off-by: David S. Miller <davem@davemloft.net>