From: Pravin B Shelar Date: Tue, 13 Aug 2013 08:41:06 +0000 (-0700) Subject: ip_tunnel: Do not use inner ip-header-id for tunnel ip-header-id. X-Git-Tag: v3.11-rc6~11^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4221f40513233fa8edeef7fc82e44163fde03b9b;p=pandora-kernel.git ip_tunnel: Do not use inner ip-header-id for tunnel ip-header-id. Using inner-id for tunnel id is not safe in some rare cases. E.g. packets coming from multiple sources entering same tunnel can have same id. Therefore on tunnel packet receive we could have packets from two different stream but with same source and dst IP with same ip-id which could confuse ip packet reassembly. Following patch reverts optimization from commit 490ab08127 (IP_GRE: Fix IP-Identification.) CC: Jarno Rajahalme CC: Ansis Atteka Signed-off-by: Pravin B Shelar Signed-off-by: David S. Miller --- Reading git-diff-tree failed