From: Ilpo Järvinen Date: Thu, 29 Nov 2007 13:59:07 +0000 (+1100) Subject: [TCP]: Two fixes to new sacktag code X-Git-Tag: v2.6.25-rc1~1162^2~1327 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea4f76ae13b4240dac304ed50636391d6b22e9c5;p=pandora-kernel.git [TCP]: Two fixes to new sacktag code 1) Skip condition used to be wrong way around which made SACK processing very broken, missed many blocks because of that. 2) Use highest_sack advancement only if some skbs are already sacked because otherwise tcp_write_queue_next may move things too far (occurs mainly with GSO). The other similar advancement is not problem because highest_sack was previosly put to point a sacked skb. These problems were located because of problem report from Matt Mathis . Signed-off-by: Ilpo Järvinen Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed