aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000e/ich8lan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30e1000e: typo correctionsJoe Perches1-3/+3
2010-03-05e1000e: fix packet corruption and tx hang during NFSv2Jesse Brandeburg1-0/+10
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+71
2010-01-13e1000e: provide MAC-family-specific function to set LAN IDBruce Allan1-0/+1
2010-01-13e1000e: workaround link issues on busy hub in half duplex on 82577/82578Bruce Allan1-1/+18
2010-01-13e1000e: MDIO slow mode should always be done for 82577Bruce Allan1-4/+53
2010-01-08e1000e: perform 10/100 adaptive IFS only on parts that support itBruce Allan1-0/+2
2009-12-08e1000e: replace incorrect use of GG82563_REG macroBruce Allan1-3/+5
2009-12-02e1000e: correct ICH/PCH PHY operations function pointersBruce Allan1-195/+21
2009-12-02e1000e: add debug messagesBruce Allan1-1/+3
2009-12-02e1000e: comment correctionsBruce Allan1-3/+2
2009-12-02e1000e: enable new 82567V-3 deviceBruce Allan1-0/+1
2009-12-02e1000e: provide family-specific PHY power up/down operationsBruce Allan1-0/+23
2009-11-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+3
2009-11-21e1000e: cosmetic - group local variables of the same typeBruce Allan1-4/+4
2009-11-21e1000e: remove redundant might_sleep()Bruce Allan1-2/+0
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-12/+11
2009-11-21e1000e: set bools to true/false instead of 1/0Bruce Allan1-9/+9
2009-11-21e1000e: update copyright informationBruce Allan1-1/+1
2009-11-21e1000e: cleanup ops function pointersBruce Allan1-79/+77
2009-11-21e1000e: consolidate two dbug macros into one simpler oneBruce Allan1-35/+34
2009-11-21e1000e: cleanup redundant #include'sBruce Allan1-5/+0
2009-11-21e1000e: disable K1 on PCH LOM when in PHY loopback modeBruce Allan1-2/+1
2009-11-20e1000e: do not initiate autonegotiation during OEM configurationBruce Allan1-1/+2
2009-11-20e1000e: partial revert of 3ec2a2b8 plus FC workraround for 82577/8Bruce Allan1-0/+1
2009-10-29e1000e: rework disable K1 at 1000Mbps for 82577/82578Bruce Allan1-17/+170
2009-10-29e1000e: config PHY via software after resetsBruce Allan1-78/+217
2009-10-26e1000e: allow for swflag to be held over consecutive PHY accessesBruce Allan1-0/+4
2009-10-26e1000e: separate mutex usage between NVM and PHY/CSR register for ICHx/PCHBruce Allan1-31/+58
2009-10-26e1000e: 82577/82578 requires a different method to configure LPLUBruce Allan1-0/+40
2009-10-26e1000e: increase swflag acquisition timeout for ICHx/PCHBruce Allan1-1/+3
2009-10-26e1000e: clear PHY wakeup bit after LCD reset on 82577/82578Bruce Allan1-1/+9
2009-10-22e1000e: reset the PHY on 82577/82578 when going to SxBruce Allan1-2/+1
2009-08-09e1000e: fix potential NVM corruption on ICH9 with 8K bank sizeBruce Allan1-38/+12
2009-08-09e1000e: fix acquisition of SW/FW/HW semaphore for ICHx partsBruce Allan1-13/+31
2009-07-03e1000e: disable K1 at 1000Mbps for 82577/82578Bruce Allan1-1/+106
2009-07-03e1000e: prevent NVM corruption on sectors larger than 4KBruce Allan1-2/+17
2009-07-03e1000e: do not write SmartSpeed register bits on parts without supportBruce Allan1-4/+15
2009-07-03e1000e: delay after LCD reset and proper checks for PHY configuration doneBruce Allan1-44/+81
2009-06-03e1000e: workaround a Tx hang on 82577/82578Bruce Allan1-2/+7
2009-06-03e1000e: add support for 82577/82578 GbE LOM partsBruce Allan1-23/+408
2009-06-03e1000e: specify max supported frame size in adapter structBruce Allan1-0/+8
2009-02-14e1000e: Remove mutex_trylock and associated WARN on failure.dave graham1-16/+1
2009-01-11e1000e: Add process name to WARN message when detecting Mutex contentionDavid Graham1-6/+13
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+7
2008-12-11e1000e: fix double release of mutexJeff Kirsher1-2/+7
2008-11-21e1000e: check return code from NVM accesses and fix bank detectionBruce Allan1-45/+89
2008-11-21e1000e: cosmetic newline in debug messageBruce Allan1-1/+1
2008-11-21e1000e: sync change flow control variables with ixgbeBruce Allan1-4/+9