From: Jesse Gross Date: Mon, 10 Nov 2014 19:45:13 +0000 (-0800) Subject: udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete. X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~119^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfdf1e1ba5bf55e095cf4bcaa9585c4759f239e8;p=pandora-kernel.git udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete. When doing GRO processing for UDP tunnels, we never add SKB_GSO_UDP_TUNNEL to gso_type - only the type of the inner protocol is added (such as SKB_GSO_TCPV4). The result is that if the packet is later resegmented we will do GSO but not treat it as a tunnel. This results in UDP fragmentation of the outer header instead of (i.e.) TCP segmentation of the inner header as was originally on the wire. Signed-off-by: Jesse Gross Signed-off-by: David S. Miller --- Reading git-diff-tree failed