datapath: backport: iptunnel: scrub packet in iptunnel_pull_header
authorPravin B Shelar <pshelar@ovn.org>
Fri, 8 Jul 2016 04:46:01 +0000 (21:46 -0700)
committerPravin B Shelar <pshelar@ovn.org>
Sat, 9 Jul 2016 02:27:48 +0000 (19:27 -0700)
commitc6e13fccb90bb502410fd58611e82749d34078b5
tree95d62d5c658b7e9d98c324b1903b1368393a0f34
parentaad7cb91efd3ff4c01ddd35ca8998d96aec399cc
datapath: backport: iptunnel: scrub packet in iptunnel_pull_header

Upstream Commit:
    commit 7f290c94352e59b1d720055fce760a69a63bd0a1
    Author: Jiri Benc <jbenc@redhat.com>

    iptunnel: scrub packet in iptunnel_pull_header

    Part of skb_scrub_packet was open coded in iptunnel_pull_header. Let it call
    skb_scrub_packet directly instead.

Signed-off-by: Jiri Benc <jbenc@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Pravin B Shelar <pshelar@ovn.org>
Acked-by: Jesse Gross <jesse@kernel.org>
acinclude.m4
datapath/linux/compat/geneve.c
datapath/linux/compat/gre.c
datapath/linux/compat/include/linux/skbuff.h
datapath/linux/compat/include/net/ip_tunnels.h
datapath/linux/compat/ip_tunnels_core.c
datapath/linux/compat/lisp.c
datapath/linux/compat/stt.c
datapath/linux/compat/vxlan.c