- 20 Jun, 2004 2 commits
-
-
Linus Torvalds authored
-
Arjan van de Ven authored
This fixes a bug that prevent my amd64 box from booting; numa_default_policy was __init however it's called like this in init/main.c: free_initmem(); unlock_kernel(); system_state = SYSTEM_RUNNING; numa_default_policy(); eg after free_initmem(). This resulted in it being reused/freed and that gives a nasty oops.
-
- 19 Jun, 2004 1 commit
-
-
bk://cifs.bkbits.net/linux-2.5cifsLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
- 20 Jun, 2004 1 commit
-
-
Steve French authored
SMBulogged off. Fixes umounting bug (pointed out by Nick Millington) when multiple mounts with different userids are mounted to the same server from the client. Signed-off-by: Steve French (sfrench@us.ibm.com)
-
- 19 Jun, 2004 28 commits
-
-
bk://gkernel.bkbits.net/net-drivers-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Jeff Garzik authored
into pobox.com:/spare/repo/net-drivers-2.6
-
Jeff Garzik authored
into pobox.com:/spare/repo/net-drivers-2.6
-
Ralf Bächle authored
We better stop the queue in the close call. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-
Ralf Bächle authored
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-
Ralf Bächle authored
Pure microcosmetic. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-
Ralf Bächle authored
The combined allocation of of receive and transmit rings and driver data so far made the use of netdev_priv impossible. Split the allocation and use netdev_priv to access the non-ring driver_private data. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-
Arjan van de Ven authored
-
Ryan Anderson authored
Rate limit a (apparently) harmless warning in orinoco.c (My laptop remained connected with active X applications running over ssh while this message was hitting every second, since I patched my driver to include this the problem hasn't recurred.) Signed-Off-By: Ryan Anderson <ryan@michonline.com>
-
Don Fry authored
Cleanup pcnet32 IRQ handling based on suggestions from Ralf Baechle <ralf@linux-mips.org>, and Brian Murphy <brian@murphy.dk> Tested by myself and Brian Murphy. Please also apply to 2.4.27-pre6. Signed-off-by: Don Fry <brazilnut@us.ibm.com>
-
Don Fry authored
This patch fixes a receive hang that occasionally occurs after a Tx FIFO underrun. The receive dma remains in a hung state sometimes. The transmit operations continue to occur, but no receive activity. This was reproduced on several ppc64 systems and the fix has been verified there. The patch has been tested as well on an ia32 system, which did not experience the hang because it did not have fifo underruns, which is a preqrequisite for the hang. The memory barriers decreased the frequency of occurrence. The final change to reset the chip instead of just stopping it eliminated the last hangs. Please also apply against 2.4.7 (with offset of -1), tested ia32. Signed-off by: brazilnut@us.ibm.com
-
Don Fry authored
This patch will discard received frames that are larger than one buffer. This has been tested on ia32 and ppc64 systems. Please also apply to 2.4.7 (with offset of -3), tested ia32. Signed-off by: brazilnut@us.ibm.com
-
David S. Miller authored
Let's get this thing not using bus_to_virt() anymore, as follows. Signed-off-by: David S. Miller <davem@redhat.com> ===== drivers/net/hamachi.c 1.35 vs edited =====
-
Jay Fenlason authored
Without this patch, insmod-ing the sunhme module crashes on my fc2 box. -- JF
-
Jeb J. Cramer authored
* Resetting the adapter blew away management settings. So we save the important bits before performing a reset.
-
Stephen Hemminger authored
Sparse does not handle K&R at all, and I think I saw Linus saying that he has no intention of adding it to sparse while ago. So here is a blob of patch to convert drivers/net/skfp/* from K&R to ANSI-C. Compile tested with "make allmodconfig" on x86, as I obviously don't have the HW. Mika Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
-
Andrew Morton authored
From: Yoshinori Sato <ysato@users.sourceforge.jp> - H8/300 target support - fixed irq support - high address (>0xffff) i/o fix Signed-off-by: Andrew Morton <akpm@osdl.org>
-
Herbert Xu authored
Vitaly V. Bursov <vitalyvb@ukr.net> wrote: > > there are multiple vulns in drivers/net/eql.c > > if there is no such device, dev_get_by_name returns NULL and everything dies. > Exploiting this is trivial. Thanks for the report. This patch should fix them. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- ===== drivers/net/eql.c 1.13 vs edited =====
-
Javier Achirica authored
-
bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
David S. Miller authored
-
Hideaki Yoshifuji authored
-
Andrew Morton authored
Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: David S. Miller <davem@redhat.com>
-
http://bk.skbuff.net:20608/linux-2.6-xfrm6tunnelDavid S. Miller authored
into nuts.davemloft.net:/disk1/BK/net-2.6
-
Mikulas Patocka authored
This contains hpfs fixes from my source ported to 2.6.7 kernel: updates: - allocator fragments files less - OS/2 Warp Server filesystem can be mounted read/only - added reschedule points so that it doesn't hog CPU bug fixes: - filesystem error message when syncing or fsyncing deleted file (or when system just writes it on its own) - filesystem error on extremly fragmented files - corrupted disk structures could possibly corrupt memory
-
Andrew Morton authored
drivers/message/fusion/mptctl.c:89:24: asm/compat.h: No such file or directory Signed-off-by: Andrew Morton <akpm@osdl.org>
-
http://lia64.bkbits.net/to-linus-2.5Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Hideaki Yoshifuji authored
-
- 18 Jun, 2004 8 commits
-
-
Hideaki Yoshifuji authored
-
Hideaki Yoshifuji authored
-
Hideaki Yoshifuji authored
-
Russell King authored
This platform is no longer maintained, and its maintainer says that the hardware is obsolete and out of circulation.
-
Russell King authored
This platform is no longer maintained, and its maintainer says that the hardware is obsolete and out of circulation.
-
Tony Lindgren authored
Patch from Tony Lindgren Allows translation of shared memory addresses for devices using dma-mapping. In some cases the device DMA address is different from the ARM DMA address, for example with some USB OHCI controllers. For more background information, please see the ARM Linux mailing list thread "OHCI controller".
-
Nicolas Pitre authored
Patch from Nicolas Pitre Let's make it coherent with what the actual code is doing and has always done, even in 2.4. Nobody complained about this so let's just fix the comment. The most natural usage pattern for this is a base address and a size so it's more efficient to have an exclusive end address anyway.
-
Ian Campbell authored
Patch from Ian Campbell I've seen comments several times that various PXA drivers update CKEN in an unsafe manner. This patch consolidates this code into a single function pxa_set_cken() and updates all the in tree drivers to use it.
-