From: Cong Wang Date: Sat, 9 Mar 2013 16:38:39 +0000 (+0000) Subject: tunnel: use iptunnel_xmit() again X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~518 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6aed0c8bf7d2f389b472834053eb6e3bd6926999;p=pandora-kernel.git tunnel: use iptunnel_xmit() again With recent patches from Pravin, most tunnels can't use iptunnel_xmit() any more, due to ip_select_ident() and skb->ip_summed. But we can just move these operations out of iptunnel_xmit(), so that tunnels can use it again. This by the way fixes a bug in vxlan (missing nf_reset()) for net-next. Cc: Pravin B Shelar Cc: Stephen Hemminger Cc: "David S. Miller" Signed-off-by: Cong Wang Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed