- 08 Nov, 2002 8 commits
-
-
Art Haas authored
-
Art Haas authored
-
Art Haas authored
-
Art Haas authored
-
Art Haas authored
-
Art Haas authored
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
in sysfs partition code.
-
- 07 Nov, 2002 32 commits
-
-
Alexey Kuznetsov authored
-
Brad Hards authored
-
Brad Hards authored
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
Alexey Kuznetsov authored
1. Expiration of SAs. Some missing updates of counters. Question: very strange, rfc defines use_time as time of the first use of SA. But kame setkey refers to this as lastuse. 2. Bug fixes for tunnel mode and forwarding. 3. Fix bugs in per-socket policy: policy entries do not leak but are destroyed, when socket is closed, and are cloned on children of listening sockets. 4. Implemented use policy: i.e. use ipsec if a SA is available, ignore if it is not. 5. Added sysctl to disable in/out policy on some devices. It is set on loopback by default. 6. Remove resolved reference from template. It is not used, but pollutes code. 7. Added all the SASTATEs, now they make sense.
-
Christoph Hellwig authored
Clean up vfs_readv/writev() interface and avoid code duplication. Make kNFSd use the cleaned-up interfaces, and disable the code that accesses the low-level readpage() function of the exported filesystem (not allowed - many filesystems need extra setup, which is why we have a separate ->sendpage() routine for that).
-
Matthew Wilcox authored
Change ARCH_STACK_GROWSUP to CONFIG_STACK_GROWSUP as requested.
-
Seth Rohit authored
The hugetlb page support in 2.5.46 is broken (Don't know if this is the first version of kernel or any prior revs also have that). Basically the free side of hugepages was really not freeing the physical resources (for the cases when the pages allocated using system call interface). Attached is the patch that should resolve it. (doesn't break the hugetlbfs support either).
-
Art Haas authored
-
Chuck Lever authored
NFSv2 doesn't pass connectathon 2002, at least on some Linux kernels. Trond deemed the following modification necessary in all kernels to address the problem.
-
Chuck Lever authored
New code in 2.5 VFS layer invokes notify_change to clear the suid and sgid bits for every write request. notify_change needs to optimize out calls to ->setattr that don't do anything, because for many network file systems, an on-the-wire SETATTR request is generated for every ->setattr call, resulting in unnecessary latency for NFS writes.
-
Chuck Lever authored
nfsroot needs to pass the network protocol (UDP/TCP) into the mount functions in order to support mounting root partitions via NFS over TCP.
-
Roman Zippel authored
This removes the old documentation, adds the new one and fixes all references to it.
-
Roman Zippel authored
Various small kconfig updates to fix all the reported little problems and the single menu mode for menuconfig by Petr Baudis <pasky@ucw.cz>.
-
Roman Zippel authored
This deletes the old config tools and moves Michael's maintainer entry for them to CREDITS and I added myself for KCONFIG instead.
-
http://gkernel.bkbits.net/net-drivers-2.5Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Jeff Garzik authored
(caught by Arjan @ Red Hat)
-
Jeff Garzik authored
function tg3_free_rings. Spotted by DaveM.
-
Marc Zyngier authored
-
Paulo André authored
-
Paul Mackerras authored
ethernet drivers used on powermacs. The bmac.c change is just to remove some compile warnings. The mace.c change is to move an inline function definition to before the point where it is used.
-
Jeff Garzik authored
-
Jeff Garzik authored
into redhat.com:/home/jgarzik/repo/net-drivers-2.5
-
http://gkernel.bkbits.net/irda-2.5Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Jean Tourrilhes authored
<Thanks to Martin Diehl> o [CORRECT] Handle non-linear and shared skbs o [CORRECT] Tell kernel we can handle multithreaded receive <Of course, this has been tested extensively on SMP>
-
Jeff Garzik authored
(Adrian Bunk) * C99 initializers * fix public symbol name conflict (me) * further clean up namespace on donauboe driver in module_init/exit area
-
Jean Tourrilhes authored
<Following patch from Martin Diehl> o [CRITICA] Do all serial driver config change in process context o [CORRECT] Safe registration of dongle drivers o [FEATURE] Rework infrastructure of SIR drivers o [CORRECT] Port irtty driver to new SIR infrastructure o [CORRECT] Port esi/actisys/tekram driver to new SIR infrastructure <Note : there is still some more work to do around SIR drivers, such as porting other drivers to the new infrastructure, but this is functional and tested, and old irtty is broken>
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
Matthew Wilcox authored
On PA-RISC, SIGRTMIN is 36, so a 32-bit data type is not enough. We conditionalise it so other arches don't pay the cost.
-
Matthew Wilcox authored
Add prefetching support to asm-generic/xor.h. This gives a healthy speedup on both PA-RISC & IA64.
-
Matthew Wilcox authored
- CREDITS & MAINTAINERS updates - changes for the new kstat/dkstat struct - Kconfig updates - L_TARGET isn't obsolete yet - fix the sys_truncate/truncate64 issue properly this time - add MAP_POPULATE & MAP_NONBLOCK definitions
-
Matthew Wilcox authored
Support initramfs on parisc
-