From: Ilpo Järvinen Date: Thu, 20 Sep 2007 18:37:19 +0000 (-0700) Subject: [TCP]: Avoid clearing sacktag hint in trivial situations X-Git-Tag: v2.6.24-rc1~1454^2~402 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b76892051cf1c04d95872838e70146f65e3b9d75;p=pandora-kernel.git [TCP]: Avoid clearing sacktag hint in trivial situations There's no reason to clear the sacktag skb hint when small part of the rexmit queue changes. Account changes (if any) instead when fragmenting/collapsing. RTO/FRTO do not touch SACKED_ACKED bits so no need to discard SACK tag hint at all. Signed-off-by: Ilpo Järvinen Signed-off-by: David S. Miller --- Reading git-diff-tree failed