An error occurred fetching the project authors.
- 28 Aug, 2002 1 commit
-
-
Alexey Kuznetsov authored
-
- 15 Jul, 2002 2 commits
-
-
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
-
Thomas 'Dent' Mirlacher authored
this patch fixes redundant declarations in 2.5.24
-
- 10 Apr, 2002 1 commit
-
-
Trond Myklebust authored
read directly, sendfile style, from a TCP socket. RPC layer patches to take advantage of this are pending to improve TCP NFS support.
-
- 03 Apr, 2002 1 commit
-
-
Dave Jones authored
-
- 19 Mar, 2002 2 commits
-
-
Alexey Kuznetsov authored
during connect when the connection will still have a unique identity. Fixes port space exhaustion, especially in web caches. Initial work done by Andi Kleen.
-
Alexey Kuznetsov authored
-
- 10 Mar, 2002 1 commit
-
-
David S. Miller authored
out of struct sock. Fix -EFAULT handling in TCP direct user copy handling. Use struct initializers in IPV6 ndisc code.
-
- 10 Feb, 2002 1 commit
-
-
David S. Miller authored
Work done by Arnaldo Carvalho de Melo.
-
- 05 Feb, 2002 8 commits
-
-
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
-
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
-
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
-
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.
-
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
-
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
-
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.
-
Linus Torvalds authored
-