An error occurred fetching the project authors.
- 21 May, 2003 2 commits
-
-
Jeb J. Cramer authored
* Added Change Log entries * Miscellaneous code cleanup
-
Jeb J. Cramer authored
* Added routines for the Ethtool Test ioctl. * Added more statistics for the Ethtool statistics dump. * Added more registers for the register dump.
-
- 20 Mar, 2003 4 commits
-
-
Jeb J. Cramer authored
* Miscellaneous whitespace changes
-
Jeb J. Cramer authored
* Added support for 82541 and 82547 gigabit ethernet adapters
-
Jeb J. Cramer authored
* Setting speed/duplex is now it's own routine * Update ETHTOOL_GEEPROM routine to use new eeprom size variable
-
Jeb J. Cramer authored
* Version, copyright, changelog and MAINTAINERS updates
-
- 24 Jan, 2003 2 commits
-
-
Scott Feldman authored
-
Scott Feldman authored
rather than large static allocation on the stack
-
- 03 Jan, 2003 2 commits
-
-
Jeff Garzik authored
* Update change log * Whitespace cleanup * Bug fix: protect against zero-length skb in hard_start * Bug fix: validate MAC address using is_valid_ether_addr() Contributed by Scott Feldman @ Intel
-
Jeff Garzik authored
* Get WOL settings from EEPROM * Remove PHY WOL support as device downshofts from 1GbE to 10/100 during suspend, which causes a PHY event, which causes the system to wake up! The downshifting to 10/100 is to reduce power. Contributed by Scott Feldman @ Intel
-
- 18 Oct, 2002 1 commit
-
-
Jeb J. Cramer authored
* Forcing 1000/fd is easier to undo with ethtool * Adapters supporting WoL capabilities are now an inclusive versus exclusive list
-
- 27 Aug, 2002 4 commits
-
-
Jeff Garzik authored
return EOPNOTSUPP if no eeprom present, in ETHTOOL_SEEPROM ioctl
-
Scott Feldman authored
o Bug fix: ethtool SSET and NWAY we're broken when !netif_running. o Cleanup: removed PPC code optimization - not needed. o Bug fix: workaround for Dell Avalon system: change descriptor write-back policy to write back 16 bytes rather than 8 bytes. o Bug fix: added mwb() to force memory transaction ordering on ia-64. o Cleanup: misc. whitespace cleanup.
-
Scott Feldman authored
o Change license from Dual BSD/GPL to GPL
-
Scott Feldman authored
o Forward port of changes from 2.4.20-pre4: o ethtool security fixes from Alan Cox o usec_delay to udelay (Jeff Garzik) o #include <linux/sched.h> for Alpha (Jeff Garzik)
-
- 03 Aug, 2002 2 commits
-
-
Scott Feldman authored
Feedback from review by Arjan @ Redhat: o Cleanup: Removed unneccesary #ifdef/#endif wrappers for features already part of kernel. o Bug fix: Use kernel funcs pci_[clear|set]_mwi rather than using direct calls to pci_write_config_word. o Bug fix: Added read-behind-write calls to post writes before delays. o Bug fix: removed calls to mdelay in interrupt context. o Clean up: removed calls to memset followed by mb() and replaced with direct clearing of descriptor bits.
-
Scott Feldman authored
o Bug fix: fixed jumbo frames sized from 1514 to 2048. o ASF support: disable ARP when driver is loaded or resumed; enable when driver is removed or suspended. o Bug fix: changed default setting for RxIntDelay to 0 for 82542/3/4 controllers to workaround h/w errata where controller will hang when RxIntDelay <> 0 under certian network conditions. o Bug fix: perform controller reset using I/O rather than mmio because some chipsets try to perform a 64-bit write, but the controller ignores the upper 32-bit write once the reset is intiated by the lower 32-bit write, causing a master abort. o Clean up: removed unused and undocumented user-settable settings for PHY. o Bug fix: ethtool GEEPROM was using byte address rather than word addressing. o Feature: added support for ethtool SEEPROM. o Feature: added support for entropy pool.
-
- 29 May, 2002 3 commits
-
-
Scott Feldman authored
* Documentation/networking/e1000.txt: Updated with new device IDs, updated parameters, updated known issues section. * drivers/net/Config.help: Updated with new device IDs. * Added license for Makefile * Bug fix: ethtool GEEPROM was using word-addressing rather than byte-addressing. * Bug fix: Maximum Memory Read Byte Count in PCI-X config space set to minimum of what device advertises, and what the BIOS assigns, rather than the maximum, which is the device's default mode, and is incorrect and will cause problems for large (jumbo frame) read operations.
-
Scott Feldman authored
* Added four new device IDs: 82545EM_COPPER, 82545EM_FIBER, 82546EB_COPPER, 82546EB_FIBER. * Added a couple magic number definitions for DMA addressable bits. * Added Power Management Suspend/Resume support. * Added reboot notifier registration to setup WOL when shutting down.
-
Scott Feldman authored
* Adds support for ETHTOOL_GREGS to dump register set to ethtool. * Adds support for ETHTOOL_LEDBLINK to blink LED's on adapter from ethtool. * Bug fix: error message added for corrupted EEPROM detection. * Bug fix: when setting up link on copper interface, explicitly turn off force speed and duplex before auto-negotiation.
-
- 03 Apr, 2002 4 commits
-
-
Christopher Goldfarb authored
Whitespace cleanup
-
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".
-
- 15 Feb, 2002 1 commit
-
-
Jeff Garzik authored
Contributors: Christopher Leech @ Intel, Scott Feldman @ Intel
-