Re: [PATCH next] ipvlan: Scrub skb before crossing the namespace boundry

2016-07-25 Thread David Miller
From: Mahesh Bandewar Date: Mon, 25 Jul 2016 14:38:16 -0700 > From: Mahesh Bandewar > > 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

[PATCH next] ipvlan: Scrub skb before crossing the namespace boundry

2016-07-25 Thread Mahesh Bandewar
From: Mahesh Bandewar 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 --- drivers/net/ipvlan/ipvlan_core.c | 39 ++