summaryrefslogtreecommitdiff
path: root/drivers/net/e1000e/ich8lan.c
AgeCommit message (Expand)Author
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches
2010-05-12e1000e: Fix/cleanup PHY reset code for ICHx/PCHxBruce Allan
2010-05-12e1000e: move settting of flow control refresh timer to link setup codeBruce Allan
2010-05-12e1000e: fix checks for manageability enabled and management pass-throughBruce Allan
2010-05-12e1000e: Incorrect function pointer set for force_speed_duplex on 82577Bruce Allan
2010-05-12e1000e: Cleanup e1000_sw_lcd_config_ich8lan()Bruce Allan
2010-05-12e1000e: cleanup multiple common exit pointsBruce Allan
2010-05-06e1000e: Reset 82577/82578 PHY before first PHY register readBruce Allan
2010-05-06e1000e: reset MAC-PHY interconnect on 82577/82578 during Sx->S0Bruce Allan
2010-03-30e1000e: typo correctionsJoe Perches
2010-03-05e1000e: fix packet corruption and tx hang during NFSv2Jesse Brandeburg
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-01-13e1000e: provide MAC-family-specific function to set LAN IDBruce Allan
2010-01-13e1000e: workaround link issues on busy hub in half duplex on 82577/82578Bruce Allan
2010-01-13e1000e: MDIO slow mode should always be done for 82577Bruce Allan
2010-01-08e1000e: perform 10/100 adaptive IFS only on parts that support itBruce Allan
2009-12-08e1000e: replace incorrect use of GG82563_REG macroBruce Allan
2009-12-02e1000e: correct ICH/PCH PHY operations function pointersBruce Allan
2009-12-02e1000e: add debug messagesBruce Allan
2009-12-02e1000e: comment correctionsBruce Allan
2009-12-02e1000e: enable new 82567V-3 deviceBruce Allan
2009-12-02e1000e: provide family-specific PHY power up/down operationsBruce Allan
2009-11-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-21e1000e: cosmetic - group local variables of the same typeBruce Allan
2009-11-21e1000e: remove redundant might_sleep()Bruce Allan
2009-11-21e1000e: do not error out on identification LED init failureBruce Allan
2009-11-21e1000e: cleanup functions that clear hardware statisticsBruce Allan
2009-11-21e1000e: set bools to true/false instead of 1/0Bruce Allan
2009-11-21e1000e: update copyright informationBruce Allan
2009-11-21e1000e: cleanup ops function pointersBruce Allan
2009-11-21e1000e: consolidate two dbug macros into one simpler oneBruce Allan
2009-11-21e1000e: cleanup redundant #include'sBruce Allan
2009-11-21e1000e: disable K1 on PCH LOM when in PHY loopback modeBruce Allan
2009-11-20e1000e: do not initiate autonegotiation during OEM configurationBruce Allan
2009-11-20e1000e: partial revert of 3ec2a2b8 plus FC workraround for 82577/8Bruce Allan
2009-10-29e1000e: rework disable K1 at 1000Mbps for 82577/82578Bruce Allan
2009-10-29e1000e: config PHY via software after resetsBruce Allan
2009-10-26e1000e: allow for swflag to be held over consecutive PHY accessesBruce Allan
2009-10-26e1000e: separate mutex usage between NVM and PHY/CSR register for ICHx/PCHBruce Allan
2009-10-26e1000e: 82577/82578 requires a different method to configure LPLUBruce Allan
2009-10-26e1000e: increase swflag acquisition timeout for ICHx/PCHBruce Allan
2009-10-26e1000e: clear PHY wakeup bit after LCD reset on 82577/82578Bruce Allan
2009-10-22e1000e: reset the PHY on 82577/82578 when going to SxBruce Allan
2009-08-09e1000e: fix potential NVM corruption on ICH9 with 8K bank sizeBruce Allan
2009-08-09e1000e: fix acquisition of SW/FW/HW semaphore for ICHx partsBruce Allan
2009-07-03e1000e: disable K1 at 1000Mbps for 82577/82578Bruce Allan
2009-07-03e1000e: prevent NVM corruption on sectors larger than 4KBruce Allan
2009-07-03e1000e: do not write SmartSpeed register bits on parts without supportBruce Allan
2009-07-03e1000e: delay after LCD reset and proper checks for PHY configuration doneBruce Allan
2009-06-03e1000e: workaround a Tx hang on 82577/82578Bruce Allan