From: Ilpo Järvinen Date: Sat, 25 Aug 2007 05:54:44 +0000 (-0700) Subject: [TCP]: Discard fuzzy SACK blocks X-Git-Tag: v2.6.24-rc1~1454^2~764 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b3c98821a8753239aefc1c217409aa3e5c90787;p=pandora-kernel.git [TCP]: Discard fuzzy SACK blocks SACK processing code has been a sort of russian roulette as no validation of SACK blocks is previously attempted. Besides, it is not very clear what all kinds of broken SACK blocks really mean (e.g., one that has start and end sequence numbers reversed). So now close the roulette once and for all. Signed-off-by: Ilpo Järvinen Signed-off-by: David S. Miller --- Reading git-diff-tree failed