- 03 Apr, 2002 40 commits
-
-
Dave Jones authored
-
Jeff Garzik authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Paul Gortmaker authored
one more step closer to killing off ether=
-
Paul Gortmaker authored
once eth0 was found) - it is long since anyone shipped or built kernels with all the ISA drivers compiled in. This change will eliminate the need for adding "ether=...." at the boot prompt for a lot of users who build their own kernels and have multiple ISA ethercards at standard (i.e. probed) I/O addresses. Also got sick of counting zeros, so did a struct init cleanup, i.e. {1,0,0,0,0,0,0,0,9} -> {one:1, nine:9}
-
Paul Gortmaker authored
based net cards and hence these should be moved into the dev->priv for these cards. This patch adds rmem_start and rmem_end to dev->priv in 8390.h, and does: s/dev->rmem_/ei_local.rmem_/g on all 8390 shared mem drivers.
-
Paul Gortmaker authored
the rmem_end field to store an I/O port address in. As rmem_end is going away, this does a s/rmem_end/mem_start/g since mem_start is otherwise unused in sb1000.
-
Paul Gortmaker authored
(probably as a result of copying skeleton or similar). Removed this as a step in the goal to remove rmem_start/end from netdev struct entirely.
-
Paul Gortmaker authored
aironet4500, arlan, e2100, baycom, soundmodem
-
Jeff Garzik authored
into mandrakesoft.com:/home/jgarzik/repo/net-drivers-2.5
-
Dave Jones authored
* region resource handling * do-while macro definitions * error cleanup
-
Dave Jones authored
dev->last_rx equal to jiffies.
-
Christopher Goldfarb authored
Whitespace cleanup
-
Christopher Goldfarb authored
Update a few stale comments
-
Christopher Goldfarb authored
Bump version to 4.2.8-k1, use EXPORT_NO_SYMBOLS, minor changes to ensure that reported link information is always correct, remove magic numbers in calls to memset.
-
Christopher Goldfarb authored
ProcFS code updates, check for page boundaries.
-
Christopher Goldfarb authored
change_mtu cleanup. Allows frame sizes up to 2k on the 82542 instead of limiting the MTU to 1500, so that the 82542 can be used with software 802.1q VLANs.
-
Christopher Goldfarb authored
Minor receive cleanup, queue empty buffers to the hardware in groups of 16 to reduce unneeded fetches and improve PCI efficiency.
-
Christopher Goldfarb authored
Adaptive Inter-Frame Spacing to reduce collisions and improve half duplex transmit performance.
-
Christopher Goldfarb authored
Replace LIST_LEN macro use with the standard ARRAY_SIZE.
-
Christopher Goldfarb authored
VLAN hardware offload.
-
Christopher Goldfarb authored
Updated transmit path. Breaks the transmit path up to make it more understandable. Aggressively reclaim resources by checking for completed transmits before queuing each new frame to avoid stalling the driver by delaying interrupts to long.
-
Christopher Goldfarb authored
Search and replace of adapter->shared with adapter->hw throughout the driver. This matches the naming used in e1000_hw.c and is more correct.
-
Christopher Goldfarb authored
Update to low level hardware code. Adds support for the new 82540 device. Replaces e1000_mac.c e1000_mac.h e1000_phy.c and e1000_phy.h with e1000_hw.c and e1000_hw.c. Changes to the makefile, header includes, and some minor function syntax changes to get the driver working with the new code.
-
Christopher Goldfarb authored
License update, the "GNU General Public License" was incorrectly referred to as the "GNU Public License".
-
Jeff Garzik authored
into mandrakesoft.com:/home/jgarzik/repo/net-drivers-2.5
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Dave Jones authored
-
Dave Jones authored
Update from Thomas.. Here are the additional bits from the -ac tree, diffed against 2.5.6 + 2.5.5-dj3 patch. The changes include: - Improve some comments - Postpone starting the kernel thread (Alan Cox) - Call kernel thread 'kpnpbiosd' instead of 'kpnpbios' - Consolidate printing of error messages to save space - Add __init and __exit tags and return appropriate error codes - Print slightly more consistent messages - Get closer to supporting build-as-module
-
Dave Jones authored
o Make MCE compile time optional (Paul Gortmaker) o P4 thermal trip monitoring. (Zwane Mwaikambo) o Non-fatal MCE logging. (Me)
-
Dave Jones authored
From Paul via 2.4
-
Dave Jones authored
Originally from Matt Domsch. Adds a nowayout module option to override CONFIG_WATCHDOG_NOWAYOUT From 2.4
-
Dave Jones authored
These are mostly Cyrix-alike, but for some quirks we work around.
-
Dave Jones authored
Still a few out there.. Most of these from 2.4
-