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