An error occurred fetching the project authors.
  1. 10 Nov, 2003 1 commit
  2. 22 Jul, 2003 1 commit
  3. 22 May, 2003 1 commit
    • David S. Miller's avatar
      [NET]: Kill SMP_TIMER_* users. · f8449a82
      David S. Miller authored
      Before timers were run per-cpu as they are now, one used
      to use the SMP_TIMER_* macros to move globally synchronized
      timer work into tasklets.
      
      But with per-cpu timers this is useless work and in fact makes
      thing run more slowly.
      f8449a82
  4. 05 May, 2003 1 commit
    • Steven Whitehouse's avatar
      [DECNET]: seq file conversions and fixes. · 6a83d262
      Steven Whitehouse authored
        o Removed blksize from decnet device parameters - use the device mtu like we
          ought to.
        o Removed /proc/net/decnet_route file - I don't think anybody ever used it
          and it was lacking a full enough description of the routes to be useful.
          ip -D route list is much better :-)
        o Added rt_local_src entry to decnet routes so that we get the local source
          address right when forwarding.
        o Added correct proto argument to struct flowi for routing
        o MSG_MORE in sendmsg (ignored, but accepted whereas before we'd error)
        o /proc/net/decnet converted to seq_file
        o /proc/net/decnet_dev converted to seq_file
        o /proc/net/decnet_cache converted to seq_file
        o Use pskb_may_pull() and add code to linearize skbs on the input path
          except for those containing data.
        o Fixed returned packet code (mostly - some left to do)
        o update_pmtu() method for decnet dst entries (ip_gre device assumes this
          method exists - well I think it does :-)
        o Fixed bug in forwarding to get IE bit set correctly
        o Fixed compile bugs with CONFIG_DECNET_ROUTE_FWMARK pointed out by Adrian
          Bunk
        o Fixed zero dest code to grab an address from loopback
        o Fixed local routes in dn_route_output_slow()
        o Fixed error case in dn_route_input/output_slow() pointed out by Rusty
      6a83d262
  5. 03 May, 2003 1 commit
  6. 27 Apr, 2003 1 commit
  7. 18 Apr, 2003 1 commit
    • 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
  8. 19 Feb, 2003 1 commit
  9. 06 Nov, 2002 1 commit
  10. 24 Oct, 2002 2 commits
  11. 08 Oct, 2002 2 commits
  12. 12 Aug, 2002 1 commit
  13. 18 Jul, 2002 1 commit
  14. 05 Feb, 2002 4 commits
    • Linus Torvalds's avatar
      v2.5.2 -> v2.5.2.1 · d694597e
      Linus Torvalds authored
      - Al Viro: fix up silly problem in swapfile filp cleanups in 2.5.2
      - Tachino Nobuhiro: fix another error return for swapfile filp code
      - Robert Love: merge some of Ingo's scheduler fixes
      - David Miller: networking, sparc and some scsi driver fixes
      - Tim Waugh: parport update
      - OGAWA Hirofumi: fatfs cleanups and bugfixes
      - Roland Dreier: fix vsscanf buglets.
      - Ben LaHaise: include file cleanup
      - Andre Hedrick: IDE taskfile update
      d694597e
    • Linus Torvalds's avatar
      v2.4.14.1 -> v2.4.14.2 · a8a2069f
      Linus Torvalds authored
        - Ivan Kokshaysky: fix alpha dec_and_lock with modules, for alpha config entry
        - Kai Germaschewski: ISDN updates
        - Jeff Garzik: network driver updates, sysv fs update
        - Kai Mäkisara: SCSI tape update
        - Alan Cox: large drivers merge
        - Nikita Danilov: reiserfs procfs information
        - Andrew Morton: ext3 merge
        - Christoph Hellwig: vxfs livelock fix
        - Trond Myklebust: NFS updates
        - Jens Axboe: cpqarray + cciss dequeue fix
        - Tim Waugh: parport_serial base_baud setting
        - Matthew Dharm: usb-storage Freecom driver fixes
        - Dave McCracken: wait4() thread group race fix
      a8a2069f
    • Linus Torvalds's avatar
      v2.4.0.9 -> v2.4.0.10 · baf4e2cf
      Linus Torvalds authored
        - got a few too-new R128 #defines in the Radeon merge. Fix.
        - tulip driver update from Jeff Garzik
        - more cpq and DAC elevator fixes from Jens. Looks good.
        - Petr Vandrovec: nicer ncpfs behaviour
        - Andy Grover: APCI update
        - Cort Dougan: PPC update
        - David Miller: sparc updates
        - David Miller: networking updates
        - Neil Brown: RAID5 fixes
      baf4e2cf
    • Linus Torvalds's avatar
      Import changeset · 7a2deb32
      Linus Torvalds authored
      7a2deb32