An error occurred fetching the project authors.
  1. 31 Jan, 2004 1 commit
  2. 25 Jan, 2004 1 commit
  3. 14 Jan, 2004 1 commit
  4. 08 Jan, 2004 1 commit
  5. 05 Jan, 2004 1 commit
  6. 06 Oct, 2003 1 commit
  7. 24 Sep, 2003 1 commit
  8. 09 Sep, 2003 1 commit
  9. 01 Sep, 2003 1 commit
  10. 22 Jul, 2003 1 commit
  11. 18 Jun, 2003 1 commit
    • Arnaldo Carvalho de Melo's avatar
      o net: make sk_{add,del}_node functions take care of sock refcounting · dec22cdc
      Arnaldo Carvalho de Melo authored
      With this we make it easier to write correct network families as less
      details need to be taken into account, as well in the current state we
      make the non-refcounting protocols (the ones still keeping deliver_to_old_ones
      in the tree) suck less. 8)
      
      Left a WARN_ON in sk_del_node_init for a while, so that we can catch cases
      where we're using __sock_put on a struct sock that has refcnt == 1, which
      is not the case for all the ones I tested.
      dec22cdc
  12. 16 Jun, 2003 1 commit
  13. 14 Jun, 2003 2 commits
  14. 04 Jun, 2003 1 commit
    • Arnaldo Carvalho de Melo's avatar
      o net: create struct sock_common and use in struct sock & tcp_tw_bucket · 63413da5
      Arnaldo Carvalho de Melo authored
      With this the data dependency is reduced to just making sure that the first
      member of both struct sock and struct tcp_tw_bucket are a struct sock_common.
      
      Also makes it easier to grep for struct sock and struct tcp_tw_bucket usage in
      the tree as all the members in those structs are prefixed, respectively, with
      sk_ and tw_, like struct inode (i_), struct block_device (bd_), etc.
      
      Checked namespace with make tags/ctags, just one colision with the macros for
      the struct sock members, with a wanrouter struct, fixed that
      s/sk_state/state_sk/g in the wanrouter struct.
      
      Checked as well if the names of the members in both structs collided with some
      macro, none found.
      63413da5
  15. 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
  16. 03 May, 2003 1 commit
  17. 28 Apr, 2003 1 commit
  18. 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
  19. 06 Mar, 2003 1 commit
  20. 18 Oct, 2002 1 commit
  21. 17 Oct, 2002 1 commit
  22. 10 Oct, 2002 1 commit
  23. 08 Oct, 2002 2 commits
  24. 12 Aug, 2002 1 commit
  25. 18 Jul, 2002 1 commit
  26. 23 May, 2002 1 commit
  27. 10 Feb, 2002 1 commit
  28. 05 Feb, 2002 11 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.5.1.3 -> v2.5.1.4 · d0415686
      Linus Torvalds authored
      - Jens Axboe: more bio updates, fix some request list bogosity under load
      - Al Viro: export seq_xxx functions
      - Manfred Spraul: include file cleanups, pc110pad compile fix
      - David Woodhouse: fix JFFS2 write error handling
      - Dave Jones: start merging up with 2.4.x patches
      - Manfred Spraul: coredump fixes, FS event counter cleanups
      - me: fix SCSI CD-ROM sectorsize BIO breakage
      d0415686
    • 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.5.5 -> v2.4.5.6 · 29f279c7
      Linus Torvalds authored
        - Jeff Garzik: net driver updates, PCI PM induced cleanups
        - Me: do ACPI first, so that it doesn't mess up existing device driver
        configurations.  Notably it used to completely destroy PCMCIA on some
        Sony VAIOs.
        - Paul Mackerras: powermac drivers and MAINTAINERS update
        - NIIBE Yutaka: SuperH update
        - Johannes Erdfelt: USB driver updates
        - Russell King: ARM update
        - Alan Cox: merging, merging, merging
      29f279c7
    • Linus Torvalds's avatar
      v2.4.4 -> v2.4.4.1 · 236e6127
      Linus Torvalds authored
        - Al Viro: clean up driver "invalidate_device()" mess
        - Andries Brouwer: make sd.c work with USB Dane-Elec CompactFlash Card
        Reader
        - me: fix nasty lazy kernel page table update problem
        - me: undo fork changes. Too many user-level bugs and unresolved issues.
        - Peter Anvin: iso9660 cleanups
        - Alan Cox: big merge
        - Johannes Erdfelt: UHCI pci DMA setup fix
      236e6127
    • Linus Torvalds's avatar
      v2.4.3.2 -> v2.4.3.3 · 1a015350
      Linus Torvalds authored
        - Hui-Fen Hsu: sis900 driver update
        - NIIBE Yutaka: Super-H update
        - Alan Cox: more resyncs (ARM down, but more to go)
        - David Miller: network zerocopy, Sparc sync, qlogic,FC fix, etc.
        - David Miller/me: get rid of various drivers hacks to do mmap
        alignment behind the back of the VM layer. Create a real
        protocol for it.
      1a015350
    • Linus Torvalds's avatar
      v2.4.2.7 -> v2.4.2.8 · 8b11a705
      Linus Torvalds authored
        - Paul Mackerras: PPC update for thread-safe page table handling
        - Ingo Molnar: x86 PAE update for thread-safe page table handling
        - Jeff Garzik: network driver updates, i810 rng driver, and
        "alloc_etherdev()" network driver insert race condition fix.
        - David Miller: UltraSparcIII update, network locking fixes
        - Al Viro: fix fs counts on mount failure
      8b11a705
    • Linus Torvalds's avatar
      v2.4.1.2 -> v2.4.1.3 · c8ebfc88
      Linus Torvalds authored
        - Jens: better ordering of requests when unable to merge
        - Neil Brown: make md work as a module again (we cannot autodetect
        in modules, not enough background information)
        - Neil Brown: raid5 SMP locking cleanups
        - Neil Brown: nfsd: handle Irix NFS clients named pipe behavior and
        dentry leak fix
        - maestro3 shutdown fix
        - fix dcache hash calculation that could cause bad hashes under certain
        circumstances (Dean Gaudet)
        - David Miller: networking and sparc updates
        - Jeff Garzik: include file cleanups
        - Andy Grover: ACPI update
        - Coda-fs error return fixes
        - rth: alpha Jensen update
      c8ebfc88
    • Linus Torvalds's avatar
      v2.4.0.11 -> v2.4.0.12 · c9b92268
      Linus Torvalds authored
        - Get non-cpuid Cyrix probing right (it's not a NexGen)
        - Jens Axboe: cdrom tray status and queing cleanups
        - AGP GART: don't disable VIA, and allow i815 with external AGP
        - Coda: use iget4() in order to have big inode numbers without clashes.
        - Fix UDF writepage() page locking
        - NIIBE Yutaka: SuperH update
        - Martin Diehl and others: SiS pirq routing fixes
        - Andy Grover: ACPI update
        - Andrea Arkangeli: LVM update
        - Ingo Molnar: RAID cleanups
        - David Miller: sparc and networking updates
        - Make NFS really be able to handle large files
      c9b92268
    • 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