aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000e/phy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-10intel: Move the Intel wired LAN driversJeff Kirsher1-3377/+0
2011-08-04intel drivers: repair missing flush operationsJesse Brandeburg1-0/+2
2011-06-09e1000e: access multiple PHY registers on same page at the same timeBruce Allan1-123/+229
2011-04-13e1000e: convert short duration msleep() to usleep_range()Bruce Allan1-2/+2
2011-01-24e1000e: reduce scope of some variables, remove unnecessary onesBruce Allan1-4/+4
2011-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+2
2011-01-14e1000e: consistent use of Rx/Tx vs. RX/TX/rx/tx in comments/logsBruce Allan1-1/+1
2011-01-14e1000e: update Copyright for 2011Bruce Allan1-1/+1
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-01-09e1000e: convert calls of ops.[read|write]_reg to e1e_[r|w]phyBruce Allan1-23/+17
2010-12-24e1000e: checkpatch warnings - bracesBruce Allan1-2/+1
2010-12-24e1000e: checkpatch error - open bracesBruce Allan1-11/+11
2010-12-10e1000e: 82579 PHY incorrectly identified during initBruce Allan1-0/+14
2010-12-10Intel Wired LAN drivers: Use static constJeff Kirsher1-5/+6
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-06-18e1000e: update copyright informationBruce Allan1-1/+1
2010-06-18e1000e: initial support for 82579 LOMsBruce Allan1-0/+3
2010-05-12e1000e: Incorrect function pointer set for force_speed_duplex on 82577Bruce Allan1-20/+1
2010-01-13e1000e: MDIO slow mode should always be done for 82577Bruce Allan1-85/+0
2009-12-02e1000e: correct ICH/PCH PHY operations function pointersBruce Allan1-14/+177
2009-12-02e1000e: refactor PHY ID detection workaroundBruce Allan1-10/+16
2009-12-02e1000e: PHY type cleanups in e1000e_check_downshift()Bruce Allan1-1/+1
2009-12-02e1000e: add debug messagesBruce Allan1-6/+20
2009-12-02e1000e: comment correctionsBruce Allan1-7/+7
2009-12-02e1000e: provide family-specific PHY power up/down operationsBruce Allan1-0/+37
2009-12-02e1000e: guard against buffer overflow in cable length tablesBruce Allan1-3/+11
2009-11-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-34/+22
2009-11-21e1000e: set bools to true/false instead of 1/0Bruce Allan1-3/+3
2009-11-21e1000e: update copyright informationBruce Allan1-1/+1
2009-11-21e1000e: cleanup ops function pointersBruce Allan1-55/+55
2009-11-21e1000e: consolidate two dbug macros into one simpler oneBruce Allan1-46/+46
2009-11-21e1000e: improper return code signageBruce Allan1-1/+1
2009-11-20e1000e: remove unnecessary 82577 workaround causing link issuesBruce Allan1-10/+0
2009-11-20e1000e: read of PHY register may access wrong page on 82578Bruce Allan1-24/+22
2009-10-29e1000e: rework disable K1 at 1000Mbps for 82577/82578Bruce Allan1-11/+4
2009-10-26e1000e: allow for swflag to be held over consecutive PHY accessesBruce Allan1-141/+328
2009-07-03e1000e: delay second read of PHY_STATUS register on failure of first readBruce Allan1-1/+6
2009-07-03e1000e: PHY loopback broken on 82578Bruce Allan1-0/+5
2009-06-03e1000e: add support for 82577/82578 GbE LOM partsBruce Allan1-17/+682
2008-11-21e1000e: sync change flow control variables with ixgbeBruce Allan1-2/+2
2008-11-21e1000e: commit speed/duplex changes for m88 PHYBruce Allan1-4/+4
2008-09-03e1000e: add support for new 82574L partBruce Allan1-1/+108
2008-09-03e1000e: add support for 82567LM-3 and 82567LF-3 (ICH10D) partsBruce Allan1-0/+85
2008-05-06e1000e: Add support for BM PHYs on ICH9Bruce Allan1-0/+278
2008-04-25e1000e: Fix HW Error on es2lan, ARP capture issue by BMCDavid Graham1-33/+40
2008-03-28e1000e: reorganize PHY and flow control interfaceJeff Kirsher1-6/+6
2008-03-28e1000e: reformat comment blocks, cosmetic changes onlyBruce Allan1-55/+97
2008-02-24e1000e: fix spelling errors in commentsAuke Kok1-5/+5
2008-01-28netdev: ARRAY_SIZE() cleanupsAlejandro Martinez Ruiz1-2/+1
2007-10-10[E1000E]: New pci-express e1000 driver (currently for ICH9 devices only)Auke Kok1-0/+1773