summaryrefslogtreecommitdiff
path: root/drivers/net/e1000e/phy.c
AgeCommit message (Expand)Author
2011-04-13e1000e: convert short duration msleep() to usleep_range()Bruce Allan
2011-01-24e1000e: reduce scope of some variables, remove unnecessary onesBruce Allan
2011-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-01-14e1000e: consistent use of Rx/Tx vs. RX/TX/rx/tx in comments/logsBruce Allan
2011-01-14e1000e: update Copyright for 2011Bruce Allan
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2011-01-09e1000e: convert calls of ops.[read|write]_reg to e1e_[r|w]phyBruce Allan
2010-12-24e1000e: checkpatch warnings - bracesBruce Allan
2010-12-24e1000e: checkpatch error - open bracesBruce Allan
2010-12-10e1000e: 82579 PHY incorrectly identified during initBruce Allan
2010-12-10Intel Wired LAN drivers: Use static constJeff Kirsher
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König
2010-06-18e1000e: update copyright informationBruce Allan
2010-06-18e1000e: initial support for 82579 LOMsBruce Allan
2010-05-12e1000e: Incorrect function pointer set for force_speed_duplex on 82577Bruce Allan
2010-01-13e1000e: MDIO slow mode should always be done for 82577Bruce Allan
2009-12-02e1000e: correct ICH/PCH PHY operations function pointersBruce Allan
2009-12-02e1000e: refactor PHY ID detection workaroundBruce Allan
2009-12-02e1000e: PHY type cleanups in e1000e_check_downshift()Bruce Allan
2009-12-02e1000e: add debug messagesBruce Allan
2009-12-02e1000e: comment correctionsBruce Allan
2009-12-02e1000e: provide family-specific PHY power up/down operationsBruce Allan
2009-12-02e1000e: guard against buffer overflow in cable length tablesBruce Allan
2009-11-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
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: improper return code signageBruce Allan
2009-11-20e1000e: remove unnecessary 82577 workaround causing link issuesBruce Allan
2009-11-20e1000e: read of PHY register may access wrong page on 82578Bruce Allan
2009-10-29e1000e: rework disable K1 at 1000Mbps for 82577/82578Bruce Allan
2009-10-26e1000e: allow for swflag to be held over consecutive PHY accessesBruce Allan
2009-07-03e1000e: delay second read of PHY_STATUS register on failure of first readBruce Allan
2009-07-03e1000e: PHY loopback broken on 82578Bruce Allan
2009-06-03e1000e: add support for 82577/82578 GbE LOM partsBruce Allan
2008-11-21e1000e: sync change flow control variables with ixgbeBruce Allan
2008-11-21e1000e: commit speed/duplex changes for m88 PHYBruce Allan
2008-09-03e1000e: add support for new 82574L partBruce Allan
2008-09-03e1000e: add support for 82567LM-3 and 82567LF-3 (ICH10D) partsBruce Allan
2008-05-06e1000e: Add support for BM PHYs on ICH9Bruce Allan
2008-04-25e1000e: Fix HW Error on es2lan, ARP capture issue by BMCDavid Graham
2008-03-28e1000e: reorganize PHY and flow control interfaceJeff Kirsher
2008-03-28e1000e: reformat comment blocks, cosmetic changes onlyBruce Allan
2008-02-24e1000e: fix spelling errors in commentsAuke Kok
2008-01-28netdev: ARRAY_SIZE() cleanupsAlejandro Martinez Ruiz
2007-10-10[E1000E]: New pci-express e1000 driver (currently for ICH9 devices only)Auke Kok