Shmulik Ladkani 0e6b525982 net: l2tp: Make l2tp_ip6 namespace aware
l2tp_ip6 tunnel and session lookups were still using init_net, although
the l2tp core infrastructure already supports lookups keyed by 'net'.

As a result, l2tp_ip6_recv discarded packets for tunnels/sessions
created in namespaces other than the init_net.

Fix, by using dev_net(skb->dev) or sock_net(sk) where appropriate.

Signed-off-by: Shmulik Ladkani <shmulik.ladkani@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-05-30 00:03:53 -07:00
..
2016-04-13 10:41:10 +02:00
2016-03-17 21:05:01 -04:00
2016-05-23 13:51:10 -07:00
2016-05-11 19:36:28 -04:00
2016-05-29 22:33:25 -07:00
2016-05-12 11:46:58 -04:00
2016-05-20 14:35:07 -07:00
2016-05-08 23:46:14 -04:00