From: Eric Dumazet Date: Fri, 5 Oct 2012 20:43:30 +0000 (+0000) Subject: ipv6: GRO should be ECN friendly X-Git-Tag: v3.7-rc1~66^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51ec04038c113a811b177baa85d293feff9ce995;p=pandora-kernel.git ipv6: GRO should be ECN friendly IPv4 side of the problem was addressed in commit a9e050f4e7f9d (net: tcp: GRO should be ECN friendly) This patch does the same, but for IPv6 : A Traffic Class mismatch doesnt mean flows are different, but instead should force a flush of previous packets. This patch removes artificial packet reordering problem. Signed-off-by: Eric Dumazet Cc: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed