From: Tom Herbert Date: Wed, 17 Sep 2014 19:25:58 +0000 (-0700) Subject: net: Changes to ip_tunnel to support foo-over-udp encapsulation X-Git-Tag: fixes-against-v3.18-rc2~81^2~30^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56328486539ddd07cbaafec7a542a2c8a3043623;p=pandora-kernel.git net: Changes to ip_tunnel to support foo-over-udp encapsulation This patch changes IP tunnel to support (secondary) encapsulation, Foo-over-UDP. Changes include: 1) Adding tun_hlen as the tunnel header length, encap_hlen as the encapsulation header length, and hlen becomes the grand total of these. 2) Added common netlink define to support FOU encapsulation. 3) Routines to perform FOU encapsulation. Signed-off-by: Tom Herbert Signed-off-by: David S. Miller --- Reading git-diff-tree failed