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:
9aad77c
)
ip6_tunnel: use the right netns in ioctl handler
author
Nicolas Dichtel
<nicolas.dichtel@6wind.com>
Wed, 16 Apr 2014 09:19:34 +0000
(11:19 +0200)
committer
David S. Miller
<davem@davemloft.net>
Wed, 16 Apr 2014 19:16:02 +0000
(15:16 -0400)
Because the netdevice may be in another netns than the i/o netns, we should
use the i/o netns instead of dev_net(dev).
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found