1. 10 Mar, 2002 2 commits
    • David S. Miller's avatar
      Remove bogus tw->tb NULL check in · fc3b43ea
      David S. Miller authored
      tcp_timewait_kill.  This is what made the following
      bug harder to find:
      Put new timewait buckets into the bind hash _FIRST_
      before they appear into the established hash to
      kill some races with socket creation/lookup.
      fc3b43ea
    • David S. Miller's avatar
      Move IP-specific identity information · 5a7c2000
      David S. Miller authored
      out of struct sock.
      Fix -EFAULT handling in TCP direct user copy handling.
      Use struct initializers in IPV6 ndisc code.
      5a7c2000
  2. 07 Mar, 2002 38 commits