From: Ben Hutchings Date: Sat, 12 Jul 2014 20:00:54 +0000 (+0100) Subject: Revert "net: ip, ipv6: handle gso skbs in forwarding path" X-Git-Tag: v3.2.64~329 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d4a1eea8aac05f347bbfbf41b9e2f8d6f116926;p=pandora-kernel.git Revert "net: ip, ipv6: handle gso skbs in forwarding path" This reverts commit caa5344994778a2b4725b2d75c74430f76925e4a, which was commit fe6cc55f3a9a053482a76f5a6b2257cee51b4663 upstream. In 3.2, the transport header length is not calculated in the forwarding path, so skb_gso_network_seglen() returns an incorrect result. We also have problems due to the local_df flag not being set correctly. Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed