From: Saurabh Mohan Date: Tue, 11 Jun 2013 00:45:10 +0000 (-0700) Subject: net/ipv4: ip_vti clear skb cb before tunneling. X-Git-Tag: v3.10-rc6~2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baafc77b32f647daa7c45825f7af8cdd55d00817;p=pandora-kernel.git net/ipv4: ip_vti clear skb cb before tunneling. If users apply shaper to vti tunnel then it will cause a kernel crash. The problem seems to be due to the vti_tunnel_xmit function not clearing skb->opt field before passing the packet to xfrm tunneling code. Signed-off-by: Saurabh Mohan Acked-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed