- 03 Jun, 2003 22 commits
-
-
Hideaki Yoshifuji authored
- no need to #undef CONFIG_IPV6_SUBTREE - use parentheses around "&" and "|". - fib_repair_tree() is typo.
-
James Morris authored
-
Hideaki Yoshifuji authored
- Pointer within an automatic storage class variable fl was illegally cached using ip6_dst_store() - uninitialized saddr was copied to fl.fl6_src - dont cache if ipv6_saddr_get() failed. Based upon patch from Ville Nuorvala (vnuorval@tcs.hut.fi)
-
Christoph Hellwig authored
-
David S. Miller authored
-
Hideaki Yoshifuji authored
-
Christoph Hellwig authored
-
Hideaki Yoshifuji authored
-
Randy Dunlap authored
-
Randy Dunlap authored
-
Randy Dunlap authored
-
David S. Miller authored
-
Chas Williams authored
-
bk://kernel.bkbits.net/acme/net-2.5David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
John Hawkes authored
smp_send_reschedule_all() is unused in 2.5 and can be eliminated.
-
Bartlomiej Zolnierkiewicz authored
It is unused and not needed
-
Bartlomiej Zolnierkiewicz authored
In ide_register_subdriver() create drive->proc entries only if driver is not idedefault_driver. [ There won't be /proc/ide/hdX/capacity for devices attached to idedefault_driver now, it reported 0x7fffffff previously. ] Do not create drive->proc entries in create_proc_ide_drives(), they are added later in ide_register_subdriver().
-
James Bottomley authored
into raven.il.steeleye.com:/home/jejb/BK/scsi-for-linus-2.5
-
Mark Haverkamp authored
A recent change to the megaraid driver to fix some memset calls resulted in overflowing the arrays being cleared and causing a system panic. This patch fixes the problem by making sure that the arrays being cleared are dimensioned to the correct size. The patch has been tested on osdl's stp machines that have megaraid controllers.
-
Anton Blanchard authored
Here we really want CONFIG_ALL_PPC, since these headers are only valid for PPC Mac machines (barf: badly named config option).
-
David Mosberger authored
One of those very-hard-to-track-down, trivial-to-fix kind of problems: without this patch, TCP roundtrip time measurements will corrupt the routing cache's RTT estimates under heavy network load (the bug causes RTAX_RTT to go negative, but since its type is u32, you end up with a huge positive value...). From there on, later TCP connections quickly will go south. The typo was introduced 8 months ago in v1.29 of the file by the patch entitled "Cleanup DST metrics and abstrct MSS/PMTU further".
-
http://ppc.bkbits.net/for-linus-ppc64Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 04 Jun, 2003 6 commits
-
-
Anton Blanchard authored
-
Anton Blanchard authored
-
Anton Blanchard authored
-
Anton Blanchard authored
-
Anton Blanchard authored
-
Anton Blanchard authored
into samba.org:/scratch/anton/tmp3
-
- 03 Jun, 2003 6 commits
-
-
Anton Blanchard authored
-
Anton Blanchard authored
into samba.org:/scratch/anton/tmp3
-
Anton Blanchard authored
-
Anton Blanchard authored
into samba.org:/scratch/anton/tmp3
-
Christoph Hellwig authored
signal.h uses spinlock_t now so it needs to include spinlock.h. Without this compilation failes on PPC.
-
Herbert Xu authored
This patch fixes an unload crash when no PCI drivers are loaded.
-
- 02 Jun, 2003 6 commits
-
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/net-2.5
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/net-2.5
-
David S. Miller authored
Based upon a report from Andrew Morton.
-
David S. Miller authored
-