1. 19 Feb, 2003 2 commits
  2. 18 Feb, 2003 1 commit
    • Patrick McHardy's avatar
      [IPV{4,6}]: lru queue for ip_fragment evictor. · 344d9004
      Patrick McHardy authored
      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.
      344d9004
  3. 17 Feb, 2003 14 commits
  4. 16 Feb, 2003 21 commits
  5. 17 Feb, 2003 1 commit
  6. 16 Feb, 2003 1 commit