From: Pravin B Shelar Date: Fri, 22 Feb 2013 07:30:30 +0000 (+0000) Subject: IP_GRE: Fix IP-Identification. X-Git-Tag: v3.9-rc1~70^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=490ab08127cebc25e3a260a74556b56ce5f47c0f;p=pandora-kernel.git IP_GRE: Fix IP-Identification. GRE-GSO generates ip fragments with id 0,2,3,4... for every GSO packet, which is not correct. Following patch fixes it by setting ip-header id unique id of fragments are allowed. As Eric Dumazet suggested it is optimized by using inner ip-header whenever inner packet is ipv4. Signed-off-by: Pravin B Shelar Signed-off-by: David S. Miller --- Reading git-diff-tree failed