From: Sabrina Dubroca Date: Wed, 4 Feb 2015 14:25:09 +0000 (+0100) Subject: ip6_gre: fix endianness errors in ip6gre_err X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~184^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1e158e2d7a0a91110b206653f0e02376e809150;p=pandora-kernel.git ip6_gre: fix endianness errors in ip6gre_err info is in network byte order, change it back to host byte order before use. In particular, the current code sets the MTU of the tunnel to a wrong (too big) value. Fixes: c12b395a4664 ("gre: Support GRE over IPv6") Signed-off-by: Sabrina Dubroca Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed