| Commit message (Expand) | Author | Age | Files | Lines |
* | intel: Move the Intel wired LAN drivers | Jeff Kirsher | 2011-08-11 | 1 | -2692/+0 |
* | intel drivers: repair missing flush operations | Jesse Brandeburg | 2011-08-04 | 1 | -0/+1 |
* | net: e1000e: Use is_multicast_ether_addr helper | Tobias Klauser | 2011-07-05 | 1 | -1/+1 |
* | e1000e: remove unnecessary reads of PCI_CAP_ID_EXP | Jon Mason | 2011-06-28 | 1 | -1/+1 |
* | e1000e: minor comment cleanups | Bruce Allan | 2011-05-15 | 1 | -2/+2 |
* | e1000e: implement ethtool set_phys_id | Bruce Allan | 2011-04-27 | 1 | -2/+2 |
* | e1000e: convert short duration msleep() to usleep_range() | Bruce Allan | 2011-04-14 | 1 | -6/+4 |
* | e1000e: reduce scope of some variables, remove unnecessary ones | Bruce Allan | 2011-01-24 | 1 | -2/+2 |
* | e1000e: consistent use of Rx/Tx vs. RX/TX/rx/tx in comments/logs | Bruce Allan | 2011-01-14 | 1 | -9/+9 |
* | e1000e: update Copyright for 2011 | Bruce Allan | 2011-01-14 | 1 | -1/+1 |
* | e1000e: convert calls of ops.[read|write]_reg to e1e_[r|w]phy | Bruce Allan | 2011-01-10 | 1 | -1/+2 |
* | e1000e: checkpatch warnings - braces | Bruce Allan | 2010-12-25 | 1 | -4/+2 |
* | e1000e: support new PBA format from EEPROM | Bruce Allan | 2010-12-11 | 1 | -22/+113 |
* | e1000e: don't check for alternate MAC addr on parts that don't support it | Bruce Allan | 2010-08-20 | 1 | -0/+10 |
* | e1000e: update copyright information | Bruce Allan | 2010-06-19 | 1 | -1/+1 |
* | e1000e: fix checks for manageability enabled and management pass-through | Bruce Allan | 2010-05-13 | 1 | -7/+24 |
* | e1000e: Remove EN_MAC_ADDR_FILTER check from enable_mng_pass_thru check | Bruce Allan | 2010-05-13 | 1 | -4/+4 |
* | e1000e: typo corrections | Joe Perches | 2010-03-31 | 1 | -12/+9 |
* | Merge branch 'for-next' into for-linus | Jiri Kosina | 2010-03-08 | 1 | -1/+1 |
|\ |
|
| * | tree-wide: Assorted spelling fixes | Daniel Mack | 2010-02-09 | 1 | -1/+1 |
* | | e1000e: genericize the update multicast address list | Bruce Allan | 2010-01-14 | 1 | -43/+15 |
* | | e1000e: provide MAC-family-specific function to set LAN ID | Bruce Allan | 2010-01-14 | 1 | -11/+37 |
* | | e1000e: use alternate MAC address on ESB2 if available | Bruce Allan | 2010-01-14 | 1 | -51/+73 |
|/ |
|
* | e1000e: fix and commonize code for setting the receive address registers | Bruce Allan | 2010-01-08 | 1 | -9/+15 |
* | e1000e: e1000e_enable_tx_pkt_filtering() returns wrong value | Bruce Allan | 2010-01-08 | 1 | -7/+9 |
* | e1000e: perform 10/100 adaptive IFS only on parts that support it | Bruce Allan | 2010-01-08 | 1 | -0/+14 |
* | e1000e: comment corrections | Bruce Allan | 2009-12-02 | 1 | -4/+1 |
* | e1000e: provide family-specific functions to manage VLAN filter arrays | Bruce Allan | 2009-12-02 | 1 | -2/+19 |
* | e1000e: cleanup functions that clear hardware statistics | Bruce Allan | 2009-11-21 | 1 | -39/+37 |
* | e1000e: set bools to true/false instead of 1/0 | Bruce Allan | 2009-11-21 | 1 | -12/+12 |
* | e1000e: update copyright information | Bruce Allan | 2009-11-21 | 1 | -1/+1 |
* | e1000e: cleanup ops function pointers | Bruce Allan | 2009-11-21 | 1 | -3/+3 |
* | e1000e: consolidate two dbug macros into one simpler one | Bruce Allan | 2009-11-21 | 1 | -61/+61 |
* | e1000e: cleanup redundant #include's | Bruce Allan | 2009-11-21 | 1 | -5/+0 |
* | e1000e: disable K1 at 1000Mbps for 82577/82578 | Bruce Allan | 2009-07-04 | 1 | -6/+0 |
* | e1000e: add support for 82577/82578 GbE LOM parts | Bruce Allan | 2009-06-03 | 1 | -0/+38 |
* | e1000e: fix loss of multicast packets | Jesse Brandeburg | 2009-03-26 | 1 | -44/+18 |
* | e1000e: normalize usage of serdes_has_link | Alex Chiang | 2009-02-06 | 1 | -2/+2 |
* | e1000e: sync change flow control variables with ixgbe | Bruce Allan | 2008-11-22 | 1 | -23/+23 |
* | e1000e: 82571 check for link fix on 82571 serdes | Bruce Allan | 2008-11-22 | 1 | -6/+28 |
* | e1000e: release hw semaphore after successfully writing EEPROM | Arthur Jones | 2008-10-09 | 1 | -0/+1 |
* | e1000e: add support for new 82574L part | Bruce Allan | 2008-09-03 | 1 | -3/+4 |
* | e1000e: rename a few functions | Jeff Kirsher | 2008-04-17 | 1 | -3/+3 |
* | e1000e: reorganize PHY and flow control interface | Jeff Kirsher | 2008-03-29 | 1 | -34/+31 |
* | e1000e: rename mc_addr_list_update | Jeff Kirsher | 2008-03-29 | 1 | -4/+4 |
* | e1000e: reformat comment blocks, cosmetic changes only | Bruce Allan | 2008-03-29 | 1 | -79/+134 |
* | e1000e: remove no longer used e1000e_read_nvm_spi | Auke Kok | 2008-03-26 | 1 | -56/+0 |
* | e1000e: fix spelling errors in comments | Auke Kok | 2008-02-24 | 1 | -8/+8 |
* | e1000e: fix flow control denial of service possibility | Jesse Brandeburg | 2008-02-24 | 1 | -26/+5 |
* | e1000e: fix flow control when using ethtool overrides | Jesse Brandeburg | 2008-02-24 | 1 | -3/+0 |