An error occurred fetching the project authors.
  1. 28 Aug, 2002 1 commit
  2. 15 Jul, 2002 2 commits
    • Arnaldo Carvalho de Melo's avatar
      Fix tcpv6 shared ports bug introduced by struct sock splitup · 33185cc3
      Arnaldo Carvalho de Melo authored
      . export tcp_bind_hash
      . use tcp_bind_hash in tcp_v6_get_port
      . create tcp_v6_bind_conflict from code in tcp_v6_get_port, making
        it look more like tcp_v4_get_port
      . create ipv6_rcv_saddr_equal to reduce the complexity in
        tcp_v6_bind_conflict
      . check if the sock is AF_INET6 before looking into the pinet6
        area that is not present anymore in AF_INET4 struct sock, this
        fixes the bug reported by Carl Ritson on netdev
      . replace __constant_hton* with hton*, as both generate the same
        code and __constant_* should be only used when initializing
        static variables
      33185cc3
    • Thomas 'Dent' Mirlacher's avatar
      [PATCH] redundant declarations (#11_15) · 1938d56c
      Thomas 'Dent' Mirlacher authored
       this patch fixes redundant declarations in 2.5.24
      1938d56c
  3. 10 Apr, 2002 1 commit
  4. 03 Apr, 2002 1 commit
  5. 19 Mar, 2002 2 commits
  6. 10 Mar, 2002 1 commit
  7. 10 Feb, 2002 1 commit
  8. 05 Feb, 2002 8 commits
    • Linus Torvalds's avatar
      v2.4.13.8 -> v2.4.14 · aad40ef3
      Linus Torvalds authored
        - David Miller: sparc/scsi scatterlist fixes
        - Martin Mares: PCI ids, email address update
        - David Miller: revert TCP hash optimizations that need more checking
        - Ivan Kokshaysky/Richard Henderson: alpha update (atomic_dec_and_lock etc)
        - Peter Anvin: cramfs/zisofs missing pieces
      aad40ef3
    • Linus Torvalds's avatar
      v2.4.13.5 -> v2.4.13.6 · 857805c6
      Linus Torvalds authored
        - me: remember to bump the version number ;)
        - Hugh Dickins: export "free_lru_page()" for modules
        - Jeff Garzik: don't change nopage arguments, just make the last a dummy one
        - David Miller: sparc and net updates (netfilter, VLAN etc)
        - Nikita Danilov: reiserfs cleanups
        - Jan Kara: quota initialization race
        - Tigran Aivazian: make the x86 microcode update driver happy about
        hyperthreaded P4's
        - me: shrink dcache/icache more aggressively
        - me: fix up oom-killer so that it actually works
      857805c6
    • Linus Torvalds's avatar
      v2.4.10.1 -> v2.4.10.2 · 5bf3be03
      Linus Torvalds authored
        - me/Al Viro: fix bdget() oops with block device modules that don't
        clean up after they exit
        - Alan Cox: continued merging (drivers, license tags)
        - David Miller: sparc update, network fixes
        - Christoph Hellwig: work around broken drivers that add a gendisk more
        than once
        - Jakub Jelinek: handle more ELF loading special cases
        - Trond Myklebust: NFS client and lockd reclaimer cleanups/fixes
        - Greg KH: USB updates
        - Mikael Pettersson: sparate out local APIC / IO-APIC config options
      5bf3be03
    • Linus Torvalds's avatar
      v2.4.9.7 -> v2.4.9.8 · 932f485f
      Linus Torvalds authored
        - Christoph Hellwig: clean up personality handling a bit
        - Robert Love: update sysctl/vm documentation
        - make the three-argument (that everybody hates) "min()" be "min_t()",
        and introduce a type-anal "min()" that complains about arguments of
        different types.
      932f485f
    • Linus Torvalds's avatar
      v2.4.8.4 -> v2.4.9 · bb5b6e6c
      Linus Torvalds authored
        - David Miller: sparc updates, FAT fs fixes, btaudio build fix
        - David Gibson: Orinoco driver update
        - Kevin Fleming: more disks the HPT controller doesn't like
        - David Miller: "min()/max()" cleanups. Understands signs and sizes.
        - Ben LaHaise: make vma merging more generous, help Mozilla /proc/<>/maps
        - Jens Axboe: CD updates
        - Trond Myklebust: save away NFS credentials in inode, so that mmap can
        writeout.
        - Mark Hemment: HIGHMEM ops cleanups
        - Jes Sorensen: use "unsigned long" for flags in various drivers
      bb5b6e6c
    • Linus Torvalds's avatar
      v2.4.3.4 -> v2.4.3.5 · 9102e0eb
      Linus Torvalds authored
        - Mike Phillips: olympic driver update
        - Alan Cox: continued resyncing (lots of small stuff, big NTFS merge from Anton)
        - Martin Dalecki: cleanup (remove unused and unnecessary get_hardblocksize)
        - Chris Mason: fix potential reiserfs journal overflow
        - Jeff Garzik: network driver updates
        - David Miller: sparc fixes, some network cleanups
      9102e0eb
    • 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
      Import changeset · 7a2deb32
      Linus Torvalds authored
      7a2deb32