aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000e/82571.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-4/+0
2010-05-12e1000e: fix checks for manageability enabled and management pass-throughBruce Allan1-4/+15
2010-05-05e1000e: increase rx fifo size to 36K on 82574 and 82583Alexander Duyck1-2/+2
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-11/+9
2010-04-27e1000e: enable/disable ASPM L0s and L1 and ERT according to hardware errataBruce Allan1-11/+9
2010-03-30e1000e: typo correctionsJoe Perches1-1/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-01-13e1000e: genericize the update multicast address listBruce Allan1-27/+1
2010-01-13e1000e: provide MAC-family-specific function to set LAN IDBruce Allan1-0/+7
2010-01-13e1000e: use alternate MAC address on ESB2 if availableBruce Allan1-3/+30
2010-01-08e1000e: perform 10/100 adaptive IFS only on parts that support itBruce Allan1-0/+2
2009-12-18e1000e: LED settings in EEPROM ignored on 82571 and 82572Bruce Allan1-6/+0
2009-12-02e1000e: check_polarity function pointers not set for 8257xBruce Allan1-0/+3
2009-12-02e1000e: comment correctionsBruce Allan1-1/+1
2009-12-02e1000e: ensure the link state is correct for serdes linksBruce Allan1-28/+48
2009-12-02e1000e: provide family-specific PHY power up/down operationsBruce Allan1-0/+26
2009-12-02e1000e: provide family-specific functions to manage VLAN filter arraysBruce Allan1-3/+6
2009-11-21e1000e: cosmetic - group local variables of the same typeBruce Allan1-8/+3
2009-11-21e1000e: do not error out on identification LED init failureBruce Allan1-3/+2
2009-11-21e1000e: cleanup functions that clear hardware statisticsBruce Allan1-36/+34
2009-11-21e1000e: set bools to true/false instead of 1/0Bruce Allan1-3/+4
2009-11-21e1000e: provide comment for 82571 workaroundBruce Allan1-0/+7
2009-11-21e1000e: remove comments regarding a non-existent api moduleBruce Allan1-8/+1
2009-11-21e1000e: update copyright informationBruce Allan1-1/+1
2009-11-21e1000e: cleanup ops function pointersBruce Allan1-27/+27
2009-11-21e1000e: consolidate two dbug macros into one simpler oneBruce Allan1-20/+20
2009-11-21e1000e: cleanup redundant #include'sBruce Allan1-4/+0
2009-10-04e1000e: swap max hw supported frame size between 82574 and 82583Alexander Duyck1-2/+2
2009-06-09e1000e: Fixes possible phy corrupton on 82571 designs.Dave Graham1-7/+79
2009-06-03e1000e: add support for 82577/82578 GbE LOM partsBruce Allan1-0/+2
2009-06-03e1000e: specify max supported frame size in adapter structBruce Allan1-2/+9
2009-03-20e1000e: add support for 82583 device idAlexander Duyck1-21/+108
2009-02-17drivers/net/e1000e: fix sparse warning: Should it be static?Hannes Eder1-1/+1
2009-02-10e1000e: Serdes - attempt autoneg when link restored.dave graham1-1/+131
2009-02-10e1000e: Disable dynamic clock gating for 82571 per si errata.dave graham1-0/+12
2009-01-26e1000e: workaround hw errataJesse Brandeburg1-1/+5
2008-11-21e1000e: check return code from NVM accesses and fix bank detectionBruce Allan1-2/+3
2008-11-21e1000e: sync change flow control variables with ixgbeBruce Allan1-2/+2
2008-11-21e1000e: ESB2 config after link upBruce Allan1-0/+3
2008-11-21e1000e: update comments listing supported parts for each MAC familyBruce Allan1-0/+1
2008-11-16e1000e: enable ECC correction on 82571 siliconAlexander Duyck1-0/+6
2008-09-03e1000e: add support for new 82574L partBruce Allan1-13/+140
2008-04-25e1000e: cleanup several stats issuesBruce Allan1-6/+0
2008-04-16e1000e: rename a few functionsJeff Kirsher1-4/+4
2008-04-16e1000e: Make arrays out of these Rx/Tx registersJeff Kirsher1-12/+12
2008-04-16e1000e: limit EEPROM size accessesJeff Kirsher1-0/+4
2008-03-28e1000e: reorganize PHY and flow control interfaceJeff Kirsher1-6/+6
2008-03-28e1000e: rename mc_addr_list_updateJeff Kirsher1-5/+5
2008-03-28e1000e: reformat comment blocks, cosmetic changes onlyBruce Allan1-38/+67