summaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000e/lib.c
AgeCommit message (Expand)AuthorLines
2011-08-10intel: Move the Intel wired LAN driversJeff Kirsher-2692/+0
2011-08-04intel drivers: repair missing flush operationsJesse Brandeburg-0/+1
2011-07-04net: e1000e: Use is_multicast_ether_addr helperTobias Klauser-1/+1
2011-06-27e1000e: remove unnecessary reads of PCI_CAP_ID_EXPJon Mason-1/+1
2011-05-14e1000e: minor comment cleanupsBruce Allan-2/+2
2011-04-27e1000e: implement ethtool set_phys_idBruce Allan-2/+2
2011-04-13e1000e: convert short duration msleep() to usleep_range()Bruce Allan-6/+4
2011-01-24e1000e: reduce scope of some variables, remove unnecessary onesBruce Allan-2/+2
2011-01-14e1000e: consistent use of Rx/Tx vs. RX/TX/rx/tx in comments/logsBruce Allan-9/+9
2011-01-14e1000e: update Copyright for 2011Bruce Allan-1/+1
2011-01-09e1000e: convert calls of ops.[read|write]_reg to e1e_[r|w]phyBruce Allan-1/+2
2010-12-24e1000e: checkpatch warnings - bracesBruce Allan-4/+2
2010-12-10e1000e: support new PBA format from EEPROMBruce Allan-22/+113
2010-08-19e1000e: don't check for alternate MAC addr on parts that don't support itBruce Allan-0/+10
2010-06-18e1000e: update copyright informationBruce Allan-1/+1
2010-05-12e1000e: fix checks for manageability enabled and management pass-throughBruce Allan-7/+24
2010-05-12e1000e: Remove EN_MAC_ADDR_FILTER check from enable_mng_pass_thru checkBruce Allan-4/+4
2010-03-30e1000e: typo correctionsJoe Perches-12/+9
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina-1/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack-1/+1
2010-01-13e1000e: genericize the update multicast address listBruce Allan-43/+15
2010-01-13e1000e: provide MAC-family-specific function to set LAN IDBruce Allan-11/+37
2010-01-13e1000e: use alternate MAC address on ESB2 if availableBruce Allan-51/+73
2010-01-08e1000e: fix and commonize code for setting the receive address registersBruce Allan-9/+15
2010-01-08e1000e: e1000e_enable_tx_pkt_filtering() returns wrong valueBruce Allan-7/+9
2010-01-08e1000e: perform 10/100 adaptive IFS only on parts that support itBruce Allan-0/+14
2009-12-02e1000e: comment correctionsBruce Allan-4/+1
2009-12-02e1000e: provide family-specific functions to manage VLAN filter arraysBruce Allan-2/+19
2009-11-21e1000e: cleanup functions that clear hardware statisticsBruce Allan-39/+37
2009-11-21e1000e: set bools to true/false instead of 1/0Bruce Allan-12/+12
2009-11-21e1000e: update copyright informationBruce Allan-1/+1
2009-11-21e1000e: cleanup ops function pointersBruce Allan-3/+3
2009-11-21e1000e: consolidate two dbug macros into one simpler oneBruce Allan-61/+61
2009-11-21e1000e: cleanup redundant #include'sBruce Allan-5/+0
2009-07-03e1000e: disable K1 at 1000Mbps for 82577/82578Bruce Allan-6/+0
2009-06-03e1000e: add support for 82577/82578 GbE LOM partsBruce Allan-0/+38
2009-03-26e1000e: fix loss of multicast packetsJesse Brandeburg-44/+18
2009-02-05e1000e: normalize usage of serdes_has_linkAlex Chiang-2/+2
2008-11-21e1000e: sync change flow control variables with ixgbeBruce Allan-23/+23
2008-11-21e1000e: 82571 check for link fix on 82571 serdesBruce Allan-6/+28
2008-10-08e1000e: release hw semaphore after successfully writing EEPROMArthur Jones-0/+1
2008-09-03e1000e: add support for new 82574L partBruce Allan-3/+4
2008-04-16e1000e: rename a few functionsJeff Kirsher-3/+3
2008-03-28e1000e: reorganize PHY and flow control interfaceJeff Kirsher-34/+31
2008-03-28e1000e: rename mc_addr_list_updateJeff Kirsher-4/+4
2008-03-28e1000e: reformat comment blocks, cosmetic changes onlyBruce Allan-79/+134
2008-03-26e1000e: remove no longer used e1000e_read_nvm_spiAuke Kok-56/+0
2008-02-24e1000e: fix spelling errors in commentsAuke Kok-8/+8
2008-02-24e1000e: fix flow control denial of service possibilityJesse Brandeburg-26/+5
2008-02-24e1000e: fix flow control when using ethtool overridesJesse Brandeburg-3/+0