1. 11 Jul, 2003 2 commits
  2. 03 Jul, 2003 1 commit
    • Jon Grimm's avatar
      [SCTP] Move rwnd accounting and I/O redrive off of the skb destructor. · 1a750002
      Jon Grimm authored
      When the skb was shared with Ethereal, Ethereal was sometimes the last
      user and the destructor would get called on another CPU, not
      knowing anything about our sock_lock.  Move our rwnd updates and I/O 
      redrive out of the skb destructor.
      
      Also, if unable to allocate an skb for our transmission packet,
      walk the packet's chunks and free the control chunks.  
      
      Also change list_dels to list_del_init.  Fix real later, but this prevent
      us from a doing damage if we list_del twice.
      1a750002
  3. 25 Jun, 2003 1 commit
    • Jon Grimm's avatar
      [SCTP] Peeled off/accepted sockets not in the right bind_bucket. · 87611822
      Jon Grimm authored
      hlist changes caused the peeloff testcase to fail. Investigation shows
      that the peeloff sockets is not bound into bind_bucket, so the
      bucket has gone away (original socket closed).  Fixing this, shows
      a problem that inet->num wasn't set on peeled off sockets, so autobind 
      kicks in creating a new bind_bucket.   Ugh.   One bug had been 
      hiding the other one all this time. 
      
      Fix 1) peeledoff/accepted sockets need to have their own socket woven 
      into the bind_bucket->owner list.  2) Set inet->num, so autobind 
      doesn't think it needs to kick in.  
      87611822
  4. 24 Jun, 2003 1 commit
  5. 23 Jun, 2003 1 commit
  6. 22 Jun, 2003 4 commits
    • Linus Torvalds's avatar
      Linux 2.5.73 · 6c7a48fb
      Linus Torvalds authored
      6c7a48fb
    • Kai Mäkisara's avatar
      [PATCH] SCSI tape write error fix · f22608cb
      Kai Mäkisara authored
      This corrects the back off count so that write errors will not be
      ignored
      f22608cb
    • Russell King's avatar
      [PATCH] Update Acorn partition parsing · 77a5fe3c
      Russell King authored
      This patch:
      - re-enables cumana partition parsing
      - adds eesox partition parsing
      - makes the powertec partition parsing fail if sector 0 looks like
        a PC bios partition table
      
      Rather than having a single "acorn_partition" parser for all these
      types, we list them explicitly in check.c instead, along with some
      explaination about why they're where they are.
      77a5fe3c
    • Andrew Morton's avatar
      [PATCH] Fix CIFS breakage from the statfs64 patch · 72e31e5c
      Andrew Morton authored
      From: Rene Scharfe <l.s.r@web.de>
      
      cifs_statfs() is called with a pointer to a struct kstatfs, so let's
      propagate this type into the helper function.
      72e31e5c
  7. 21 Jun, 2003 20 commits
  8. 20 Jun, 2003 10 commits