From: Patrick McHardy <kaber@trash.net> Date: Tue, 18 Feb 2003 08:49:33 +0100 The current ip_fragment evictor kills the oldest entry of each hash bucket starting with 0 instead of killing the oldest entry of all buckets. This leads to unfair behaviour if one of the higher hash slots carries alot of fragments. This patch holds the frag heads in a lru queue so we can kills the least recently used first. Each arriving fragment counts as usage. Thanks, I'll apply this. - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html