- 27 May, 2004 40 commits
-
-
Jeff Garzik authored
into redhat.com:/spare/repo/net-drivers-2.6
-
Jeff Garzik authored
into redhat.com:/spare/repo/net-drivers-2.6
-
Jeff Garzik authored
into redhat.com:/spare/repo/net-drivers-2.6
-
Jeff Garzik authored
into redhat.com:/spare/repo/net-drivers-2.6
-
Jeff Garzik authored
into redhat.com:/spare/repo/net-drivers-2.6
-
Jeff Garzik authored
into redhat.com:/spare/repo/net-drivers-2.6
-
Andrew Morton authored
From: Jeff Lightfoot <jeffml@pobox.com> The following patch to net/sk98lin/skvpd.c was put together by Marc Bouget, mbouget at club-internet.fr. This patch works around a corrupt EEPROM (VPD?) in the ASUS K8V Deluxe SE motherboard ethernet chipset and allows the network driver to work correctly. We have written to ASUS and the sk98lin maintainers but have not heard anything back.
-
Christoph Hellwig authored
-
Matt Porter authored
-
Don Fry authored
Joe Perches pointed out an error in patch 8. As I looked at the results closer 3 out of 4 looked correct. This fixes the output for the last case. Output is now the same on IA32 and PPC64 hardware.
-
Per Olofsson authored
-
Stefan Rompf authored
the Broadcom BCM4401 driver restores pci configuration on resume only when the device is up. On my notebook, this leads to a failure when the device is down during the S3 cycle. Short solution for now: Always restore pci config.
-
Ganesh Venkatesan authored
Also included are driver version update and change logs
-
Ganesh Venkatesan authored
-
Ganesh Venkatesan authored
Reduce scope of tx_lock
-
Ganesh Venkatesan authored
-
Ganesh Venkatesan authored
-
Ganesh Venkatesan authored
-
Javier Achirica authored
-
Kevin Curtis authored
1) Provides support for new FarSync cards T1U, T2U, T4U and TE1 2) Provides support for an E1 interface 3) Provides support for a variant of X.21 that allows transmit and receive clocks 4) Provide a raw socket interface directly to the data from the line. 5) Improves performance with less time in interrupts and more in BH's
-
Don Fry authored
This patch avoids a timeout when entering/exiting promiscuous mode with tcpdump. All pending xmit operations are flushed and if the queue is full the timeout will occur. The wake_queue avoids that timeout. Tested ppc64 and ia32.
-
Don Fry authored
This patch corrects a printk when executed on a big-endian system. Tested ppc64.
-
Don Fry authored
The 79C973 version of the pcnet32 chipset would report all transmit operations as being sent with a carrier error. The root cause was writing reserved bits in bcr33. It caused the 973 to report xmit as errors, and caused 975 and 976 to hard hang when reading bcr34. My thanks to Bruce Penrod for his help in finding the cause of this bug.
-
Don Fry authored
The current code will allow an infinite number of frames to be received during one interrupt. Tested ia32 and ppc64.
-
Don Fry authored
This removes the timer I recently added, and the 'ltint' interrupt mitigation from the 79C971 and 79C972. It did not improve performance, added complexity, and was a bad idea in hind sight.
-
Don Fry authored
This patch fixes a boundary condition. It is possible to get an interrupt and have the transmit queue completely full. Without this the driver will leak skb's and pci maps (if the arch supports them).
-
Don Fry authored
This patch correctly identifies the 79C976 as a PCnet/PRO not a FAST III.
-
Don Fry authored
This patch fixes a hard hang with 79C975 and 79C976 chip variants when dumping BCR register #34.
-
Don Fry authored
This patch adds 'static' to two routines. The prototype has static but the instantiation did not.
-
Rusty Russell authored
From: Jean Delvare <khali@linux-fr.org>
-
Rusty Russell authored
From: Jean Delvare <khali@linux-fr.org>
-
Paul Mundt authored
Presently 2.6.6 backs out the CONFIG_8139_RXBUF_IDX in favor of using a hardcoded 8139_RXBUF_IDX (again). This seems to have been done due to some issues occuring with 8139_RXBUF_IDX =3D=3D 3, however (as the Kconfig pointed out), we still need 8139_RXBUF_IDX =3D=3D 1 in the CONFIG_SH_DREAMC= AST case. The patch which made this change can be seen at: {MIME-mangled URL} Before that, CONFIG_8139_RXBUF_IDX was set to 1 both in the CONFIG_SH_DREAMCAST and CONFIG_EMBEDDED cases. This patch adds that back into the current 8139too.
-
Luiz Capitulino authored
-
Andrew Morton authored
From: "J. Bruce Fields" <bfields@fieldses.org> From: Neil Brown <neilb@cse.unsw.edu.au> This fixes an oops on unmount (failure of the assertation at fs/ext3/super.c:421). Probably reproduceable just by creating and deleting a single symlink over nfs and then unmounting the exported filesystem. Recent change to fh_compose means dentry reference is *not* consumed, and so usually has to be explicitly dput afterwards. One usage was missed in that patch, so this dput is needed. Signed-off-by: Andrew Morton <akpm@osdl.org>
-
Andrew Morton authored
From: Andi Kleen <ak@suse.de> Only the printk alone is not too useful, print the backtrace too. Signed-off-by: Andrew Morton <akpm@osdl.org>
-
Andrew Morton authored
From: Pavel Machek <pavel@ucw.cz> Signed-off-by: Andrew Morton <akpm@osdl.org>
-
Andrew Morton authored
From: Srivatsa Vaddagiri <vatsa@in.ibm.com> Fix a CPU Hotplug problem wherein idle task's "->prio" value is not restored to MAX_PRIO during CPU_DEAD handling. Without this patch, once a CPU is offlined and then later onlined, it becomes "more or less" useless (does not run any task other than its idle task!) Ingo said: The __setscheduler() call is (technically) incorrect because in the SCHED_NORMAL case the prio should be zero. So it's a bit cleaner to set up the static priority to MAX_PRIO and then revert the policy to SCHED_NORMAL via __setscheduler(). Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org>
-
Andrew Morton authored
From: "Randy.Dunlap" <rddunlap@osdl.org> Remove the outdated "POSIX conformance testing by UNIFIX" message. There is a general desire to reduce the quantity of noisy and/or outdated kernel boot-time messages... Suggested by Andi Kleen. Ulrich's (old) comments: http://www.nsa.gov/selinux/list-archive/0107/0525.cfm Certifying Linux (Linux Journal): http://www.linuxjournal.com/article.php?sid=0131 Agreed by Tim Bird, no dissenters that I heard of: http://marc.theaimsgroup.com/?l=linux-kernel&m=108362954024749&w=2Signed-off-by: Andrew Morton <akpm@osdl.org>
-
Andrew Morton authored
drivers/char/watchdog/wdt.c: In function `wdt_init': drivers/char/watchdog/wdt.c:638: warning: label `outrbt' defined but not used Signed-off-by: Andrew Morton <akpm@osdl.org>
-
Andrew Morton authored
We need to set file->f_ra _after_ calling blkdev_open(), when inode->i_mapping points at the right thing. And we need to get it from inode->i_mapping->host->i_mapping too, which represents the underlying device. Also, don't test for null file->f_mapping in the O_DIRECT checks. Signed-off-by: Andrew Morton <akpm@osdl.org>
-