summaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000e/ich8lan.c
Commit message (Expand)AuthorAgeFilesLines
* e1000e: correct ICH/PCH PHY operations function pointersBruce Allan2009-12-021-195/+21
* e1000e: add debug messagesBruce Allan2009-12-021-1/+3
* e1000e: comment correctionsBruce Allan2009-12-021-3/+2
* e1000e: enable new 82567V-3 deviceBruce Allan2009-12-021-0/+1
* e1000e: provide family-specific PHY power up/down operationsBruce Allan2009-12-021-0/+23
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-291-1/+3
|\
| * e1000e: do not initiate autonegotiation during OEM configurationBruce Allan2009-11-201-1/+2
| * e1000e: partial revert of 3ec2a2b8 plus FC workraround for 82577/8Bruce Allan2009-11-201-0/+1
* | e1000e: cosmetic - group local variables of the same typeBruce Allan2009-11-211-4/+4
* | e1000e: remove redundant might_sleep()Bruce Allan2009-11-211-2/+0
* | 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-12/+11
* | e1000e: set bools to true/false instead of 1/0Bruce Allan2009-11-211-9/+9
* | e1000e: update copyright informationBruce Allan2009-11-211-1/+1
* | e1000e: cleanup ops function pointersBruce Allan2009-11-211-79/+77
* | e1000e: consolidate two dbug macros into one simpler oneBruce Allan2009-11-211-35/+34
* | e1000e: cleanup redundant #include'sBruce Allan2009-11-211-5/+0
* | e1000e: disable K1 on PCH LOM when in PHY loopback modeBruce Allan2009-11-211-2/+1
|/
* e1000e: rework disable K1 at 1000Mbps for 82577/82578Bruce Allan2009-10-291-17/+170
* e1000e: config PHY via software after resetsBruce Allan2009-10-291-78/+217
* e1000e: allow for swflag to be held over consecutive PHY accessesBruce Allan2009-10-261-0/+4
* e1000e: separate mutex usage between NVM and PHY/CSR register for ICHx/PCHBruce Allan2009-10-261-31/+58
* e1000e: 82577/82578 requires a different method to configure LPLUBruce Allan2009-10-261-0/+40
* e1000e: increase swflag acquisition timeout for ICHx/PCHBruce Allan2009-10-261-1/+3
* e1000e: clear PHY wakeup bit after LCD reset on 82577/82578Bruce Allan2009-10-261-1/+9
* e1000e: reset the PHY on 82577/82578 when going to SxBruce Allan2009-10-221-2/+1
* e1000e: fix potential NVM corruption on ICH9 with 8K bank sizeBruce Allan2009-08-091-38/+12
* e1000e: fix acquisition of SW/FW/HW semaphore for ICHx partsBruce Allan2009-08-091-13/+31
* e1000e: disable K1 at 1000Mbps for 82577/82578Bruce Allan2009-07-031-1/+106
* e1000e: prevent NVM corruption on sectors larger than 4KBruce Allan2009-07-031-2/+17
* e1000e: do not write SmartSpeed register bits on parts without supportBruce Allan2009-07-031-4/+15
* e1000e: delay after LCD reset and proper checks for PHY configuration doneBruce Allan2009-07-031-44/+81
* e1000e: workaround a Tx hang on 82577/82578Bruce Allan2009-06-031-2/+7
* e1000e: add support for 82577/82578 GbE LOM partsBruce Allan2009-06-031-23/+408
* e1000e: specify max supported frame size in adapter structBruce Allan2009-06-031-0/+8
* e1000e: Remove mutex_trylock and associated WARN on failure.dave graham2009-02-141-16/+1
* e1000e: Add process name to WARN message when detecting Mutex contentionDavid Graham2009-01-111-6/+13
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-151-2/+7
|\
| * e1000e: fix double release of mutexJeff Kirsher2008-12-111-2/+7
* | e1000e: check return code from NVM accesses and fix bank detectionBruce Allan2008-11-211-45/+89
* | e1000e: cosmetic newline in debug messageBruce Allan2008-11-211-1/+1
* | e1000e: sync change flow control variables with ixgbeBruce Allan2008-11-211-4/+9
* | e1000e: update comments listing supported parts for each MAC familyBruce Allan2008-11-211-0/+2
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-081-0/+78
|\
| * e1000e: Fix incorrect debug warningLinus Torvalds2008-10-031-1/+1
| * e1000e: debug contention on NVM SWFLAGThomas Gleixner2008-10-021-0/+17
| * e1000e: reset swflag after resetting hardwareJesse Brandeburg2008-10-021-0/+3
| * e1000e: write protect ICHx NVM to prevent malicious write/eraseBruce Allan2008-10-011-0/+58
* | e1000e: remove failed request for sw/fw/hw flagBruce Allan2008-09-241-0/+2
* | e1000e: add support for new 82574L partBruce Allan2008-09-031-1/+17
OpenPOWER on IntegriCloud