aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000e/82571.c
Commit message (Expand)AuthorAgeFilesLines
* e1000e: Disable ASPM L1 on 82574Chris Boot2012-10-021-1/+2
* e1000e: NIC goes up and immediately goes downTushar Dave2012-08-151-3/+1
* e1000e: Correct link check logic for 82571 serdesTushar Dave2012-07-191-0/+3
* e1000e: implement ethtool set_phys_idBruce Allan2011-04-271-0/+2
* e1000e: If ASPM L0s needs to be disabled, do it prior to enabling deviceBruce Allan2011-04-131-5/+5
* e1000e: convert short duration msleep() to usleep_range()Bruce Allan2011-04-131-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-01-141-2/+2
|\
| * e1000e: consistent use of Rx/Tx vs. RX/TX/rx/tx in comments/logsBruce Allan2011-01-141-1/+1
| * e1000e: update Copyright for 2011Bruce Allan2011-01-141-1/+1
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\ \ | |/ |/|
| * tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* | e1000e: add custom set_d[0|3]_lplu_state function pointer for 82574Bruce Allan2011-01-091-0/+56
* | e1000e: cleanup variables set but not usedBruce Allan2011-01-091-7/+14
* | e1000e: 82571 Serdes can fail to get linkBruce Allan2010-12-101-8/+27
* | e1000e: 82574/82583 performance improvementBruce Allan2010-12-101-2/+2
* | e1000e: 82571-based mezzanine card can fail ethtool link testBruce Allan2010-12-101-1/+6
* | e1000e: 82574 intermittently fails to initialize with manageability f/wBruce Allan2010-11-161-19/+120
* | e1000e: 82571 SerDes link handle null code word from partnerBruce Allan2010-11-161-1/+3
|/
* e1000e: reset PHY after errors detectedCarolyn Wyborny2010-10-281-0/+38
* e1000e: use hardware writeback batchingJesse Brandeburg2010-09-301-2/+4
* e1000e: don't check for alternate MAC addr on parts that don't support itBruce Allan2010-08-191-13/+17
* e1000e: disable ASPM L1 on 82573Bruce Allan2010-08-191-0/+1
* e1000e: update copyright informationBruce Allan2010-06-181-1/+1
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-4/+0
* e1000e: fix checks for manageability enabled and management pass-throughBruce Allan2010-05-121-4/+15
* e1000e: increase rx fifo size to 36K on 82574 and 82583Alexander Duyck2010-05-051-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-271-11/+9
|\
| * e1000e: enable/disable ASPM L0s and L1 and ERT according to hardware errataBruce Allan2010-04-271-11/+9
* | e1000e: typo correctionsJoe Perches2010-03-301-1/+1
|/
* 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-131-27/+1
* | e1000e: provide MAC-family-specific function to set LAN IDBruce Allan2010-01-131-0/+7
* | e1000e: use alternate MAC address on ESB2 if availableBruce Allan2010-01-131-3/+30
|/
* e1000e: perform 10/100 adaptive IFS only on parts that support itBruce Allan2010-01-081-0/+2
* e1000e: LED settings in EEPROM ignored on 82571 and 82572Bruce Allan2009-12-181-6/+0
* e1000e: check_polarity function pointers not set for 8257xBruce Allan2009-12-021-0/+3
* e1000e: comment correctionsBruce Allan2009-12-021-1/+1
* e1000e: ensure the link state is correct for serdes linksBruce Allan2009-12-021-28/+48
* e1000e: provide family-specific PHY power up/down operationsBruce Allan2009-12-021-0/+26
* e1000e: provide family-specific functions to manage VLAN filter arraysBruce Allan2009-12-021-3/+6
* e1000e: cosmetic - group local variables of the same typeBruce Allan2009-11-211-8/+3
* e1000e: do not error out on identification LED init failureBruce Allan2009-11-211-3/+2
* e1000e: cleanup functions that clear hardware statisticsBruce Allan2009-11-211-36/+34
* e1000e: set bools to true/false instead of 1/0Bruce Allan2009-11-211-3/+4
* e1000e: provide comment for 82571 workaroundBruce Allan2009-11-211-0/+7
* e1000e: remove comments regarding a non-existent api moduleBruce Allan2009-11-211-8/+1
* e1000e: update copyright informationBruce Allan2009-11-211-1/+1
* e1000e: cleanup ops function pointersBruce Allan2009-11-211-27/+27
* e1000e: consolidate two dbug macros into one simpler oneBruce Allan2009-11-211-20/+20