ipvlan: Scrub skb before crossing the namespace boundry
authorMahesh Bandewar <maheshb@google.com>
Mon, 25 Jul 2016 21:38:16 +0000 (14:38 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 Jul 2016 04:47:26 +0000 (21:47 -0700)
commitb93dd49c1a35884864027abd707889b795637f7a
tree1084b355bce7cc220864278123f27adb88a77a16
parent16eab5598cd63c47692ab8d416ad956d53f511fa
ipvlan: Scrub skb before crossing the namespace boundry

The earlier patch c3aaa06d5a63 (ipvlan: scrub skb before routing
in L3 mode.) did this but only for TX path in L3 mode. This
patch extends it for both the modes for TX/RX path.

Signed-off-by: Mahesh Bandewar <maheshb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ipvlan/ipvlan_core.c