1. 05 May, 2003 3 commits
  2. 02 May, 2003 1 commit
  3. 01 May, 2003 2 commits
    • Jon Grimm's avatar
      Merge http://linux-lksctp.bkbits.net/lksctp-2.5.work · 0c336e6d
      Jon Grimm authored
      into touki.austin.ibm.com:/home/jgrimm/bk/lksctp-2.5.work
      0c336e6d
    • Jon Grimm's avatar
      [SCTP] Add sinfo_timetolive support. · c5d01dcf
      Jon Grimm authored
      sinfo_timetolive lets the application specify 'timed reliability'
      for a message.  That is, the message really only has a use to
      the peer up to this timeout.  Without PR-SCTP, we can throw away
      such timed out messages if we haven't yet assigned TSN/SSNs to
      them.  If we have, there is nothing we can do until we support
      PR-SCTP extension.  
      c5d01dcf
  4. 30 Apr, 2003 1 commit
  5. 29 Apr, 2003 3 commits
  6. 28 Apr, 2003 2 commits
  7. 26 Apr, 2003 1 commit
  8. 25 Apr, 2003 2 commits
  9. 24 Apr, 2003 1 commit
  10. 23 Apr, 2003 3 commits
  11. 22 Apr, 2003 2 commits
  12. 21 Apr, 2003 4 commits
  13. 20 Apr, 2003 1 commit
  14. 19 Apr, 2003 6 commits
  15. 18 Apr, 2003 8 commits
    • Andries E. Brouwer's avatar
      [PATCH] struct loop_info64 with __u64 · ca49321f
      Andries E. Brouwer authored
      (i) Replace in struct loop_info the dev_t field by __kernel_old_dev_t,
      where this type is defined in <asm/posix_types.h>, so that problems
      with a differently sized dev_t in userspace are avoided.
      
      (ii) Introduce a new loop_info64, with __u64 device, inode and offset
      fields.
      ca49321f
    • Romain Liévin's avatar
      [PATCH] gconfig: bug #540 · 24ebdc14
      Romain Liévin authored
      This replaces checkboxes by radiobuttons whereever necessary (menu
      choices).  It partially fixes the #540 bug report.
      24ebdc14
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/davem/sparc-2.5 · 84545d88
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      84545d88
    • Stephen Hemminger's avatar
      [BRIDGE]: Ethernet bridge driver device mangling cleanup · a4f64ccb
      Stephen Hemminger authored
      Second try at the bridge driver module handling cleanup...
      
      1) Eliminate keeping a seperate bridge_list and use a bit on
         the priv_flags structure.  This is equivalent to how the VLAN
         code works. Makes code cleaner and correctly handles cases like
         creating a bridge with the same name as an existing ether device etc.
      
      2) Don't do own module ref counting that is inhernently racy.
         Instead set owner field and cleanup debris on unload.
      
      3) Do last state cleanup in destructor
      
      4) Change of bridge state (dev_open/stop) should use write_lock
      
      5) Make sure timer is not running when cleared.
      
      6) Use "const char *" where possible
      a4f64ccb
    • Stephen Hemminger's avatar
      2631ea60
    • David S. Miller's avatar
    • Andries E. Brouwer's avatar
      [SPARC64]: Remove LVM ioctls. · 11493c87
      Andries E. Brouwer authored
      11493c87
    • Steven Whitehouse's avatar
      [DECNET]: DECnet routing fixes etc. · e155ad0c
      Steven Whitehouse authored
      o As requested, macros in dn_fib.h changed to decnet specific names
      o Two bugs fixed (only in 2.5 decnet stack) relating to bind and connection
        states.
      o Numerous style changes: using C99 initialisers and inline rather
        than __inline__
      o Use struct flowi as routing key (for forthcoming flow cache)
      o Add metrics to routing table
      o Many routing table bug fixes
      o New wait code to improve efficiency
      o We use real device MTUs now rather than saying "hmm... looks like ethernet
        must be 1500" as we used to (still one or two places to fix, but its
        mostly correct in this patch)
      o Tidy up in af_decnet.c:dn_sendmsg() in preparation for zerocopy
      o Updates to rtnetlink code to return more information
      o Removed ioctl() for decnet fib. It never did anything and rtnetlink is
        a far better interface anyway.
      o Converted /proc/decnet_neigh to seq_file (other /proc files to follow)
      o DECnet route cache now uses RCU like the ipv4 route cache
      o Misc bug fixes wherever I found them
      o SO_BINDTODEVICE works for outgoing connections
      e155ad0c