An error occurred fetching the project authors.
  1. 21 May, 2003 2 commits
  2. 20 Mar, 2003 4 commits
  3. 24 Jan, 2003 2 commits
  4. 03 Jan, 2003 2 commits
    • Jeff Garzik's avatar
      [netdrvr e1000] small cleanups and fixes: · 5ef85cff
      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
      5ef85cff
    • Jeff Garzik's avatar
      [netdrver e1000] wol updates: · 218d8c4b
      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
      218d8c4b
  5. 18 Oct, 2002 1 commit
    • Jeb J. Cramer's avatar
      e1000 8/10: · 4ab38cc7
      Jeb J. Cramer authored
      * Forcing 1000/fd is easier to undo with ethtool 
      * Adapters supporting WoL capabilities are now an inclusive versus 
        exclusive list 
      4ab38cc7
  6. 27 Aug, 2002 4 commits
    • Jeff Garzik's avatar
      e1000 net driver small cleanup: · 8fee88bd
      Jeff Garzik authored
      return EOPNOTSUPP if no eeprom present, in ETHTOOL_SEEPROM ioctl
      8fee88bd
    • Scott Feldman's avatar
      e1000 net driver update 4/6: · beba7ab7
      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.
      beba7ab7
    • Scott Feldman's avatar
      e1000 net driver update 2/6: · 7ba8c2a7
      Scott Feldman authored
      o Change license from Dual BSD/GPL to GPL
      7ba8c2a7
    • Scott Feldman's avatar
      e1000 net driver update 1/6: · ef5c3c87
      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)
      ef5c3c87
  7. 03 Aug, 2002 2 commits
    • Scott Feldman's avatar
      Update e1000 gige net driver: · 67c5f644
      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.
      
      67c5f644
    • Scott Feldman's avatar
      Update e1000 gige net driver: · 9beae32e
      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.
      
      9beae32e
  8. 29 May, 2002 3 commits
    • Scott Feldman's avatar
      e1000 net driver update 4/4: · 4d7466b2
      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.
      4d7466b2
    • Scott Feldman's avatar
      e1000 net driver update 3/4: · 7949d93e
      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.
      7949d93e
    • Scott Feldman's avatar
      e1000 net driver update 1/4: · 8a76ddc0
      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. 
      8a76ddc0
  9. 03 Apr, 2002 4 commits
  10. 15 Feb, 2002 1 commit