From: Ilpo Järvinen Date: Sun, 11 Nov 2007 05:20:59 +0000 (-0800) Subject: [TCP]: Consider GSO while counting reord in sacktag X-Git-Tag: v2.6.24-rc3~155^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dd71c5d28cd88d4400e7f474986e799e39aff37;p=pandora-kernel.git [TCP]: Consider GSO while counting reord in sacktag Reordering detection fails to take account that the reordered skb may have pcount larger than 1. In such case the lowest of them had the largest reordering, the old formula used the highest of them which is pcount - 1 packets less reordered. Signed-off-by: Ilpo Järvinen Signed-off-by: David S. Miller --- Reading git-diff-tree failed