git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5038a8
)
ipv4: Properly purge netdev references on uncached routes.
author
David S. Miller
<davem@davemloft.net>
Tue, 31 Jul 2012 22:06:50 +0000
(15:06 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 31 Jul 2012 22:06:50 +0000
(15:06 -0700)
When a device is unregistered, we have to purge all of the
references to it that may exist in the entire system.
If a route is uncached, we currently have no way of accomplishing
this.
So create a global list that is scanned when a network device goes
down. This mirrors the logic in net/core/dst.c's dst_ifdown().
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found