commit | b93dd49c1a35884864027abd707889b795637f7a | [log] [tgz] |
---|---|---|
author | Mahesh Bandewar <maheshb@google.com> | Mon Jul 25 14:38:16 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 25 21:47:26 2016 -0700 |
tree | 1084b355bce7cc220864278123f27adb88a77a16 | |
parent | 16eab5598cd63c47692ab8d416ad956d53f511fa [diff] |
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>