1. 25 Jun, 2003 11 commits
  2. 26 Jun, 2003 1 commit
  3. 25 Jun, 2003 1 commit
  4. 24 Jun, 2003 22 commits
  5. 25 Jun, 2003 3 commits
  6. 24 Jun, 2003 2 commits
    • James Morris's avatar
      Merge bk://kernel.bkbits.net/davem/net-2.5 · dfbbdb4a
      James Morris authored
      into intercode.com.au:/home/jmorris/bk/net/net-2.5
      dfbbdb4a
    • Oliver Neukum's avatar
      [PATCH] USB: make kaweth deal with ENOMEM · 5204f427
      Oliver Neukum authored
      this fixes the logic kaweth uses to deal with ENOMEM from
      usb_submit_urb(). Using the interrupt endpoint's completion
      handller is longer an option because automagic resubmission
      has been removed. Thus we use workqueues which can be delayed
      so that kswapd can do its job and can use GFP_NOIO which is much
      likelier to succeed.
      5204f427