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:
9d6ddb1
)
ipv4: Disallow non-namespace aware protocols to register.
author
David S. Miller
<davem@davemloft.net>
Tue, 5 Feb 2013 19:42:23 +0000
(14:42 -0500)
committer
David S. Miller
<davem@davemloft.net>
Tue, 5 Feb 2013 19:42:23 +0000
(14:42 -0500)
All in-tree ipv4 protocol implementations are now namespace
aware. Therefore all the run-time checks are superfluous.
Reject registry of any non-namespace aware ipv4 protocol.
Eventually we'll remove prot->netns_ok and this registry
time check as well.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found