aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000e/phy.c
Commit message (Expand)AuthorAgeFilesLines
* e1000e: convert short duration msleep() to usleep_range()Bruce Allan2011-04-131-2/+2
* e1000e: reduce scope of some variables, remove unnecessary onesBruce Allan2011-01-241-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-01-141-2/+2
|\
| * e1000e: consistent use of Rx/Tx vs. RX/TX/rx/tx in comments/logsBruce Allan2011-01-141-1/+1
| * e1000e: update Copyright for 2011Bruce Allan2011-01-141-1/+1
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\ \ | |/ |/|
| * tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* | e1000e: convert calls of ops.[read|write]_reg to e1e_[r|w]phyBruce Allan2011-01-091-23/+17
* | e1000e: checkpatch warnings - bracesBruce Allan2010-12-241-2/+1
* | e1000e: checkpatch error - open bracesBruce Allan2010-12-241-11/+11
* | e1000e: 82579 PHY incorrectly identified during initBruce Allan2010-12-101-0/+14
* | Intel Wired LAN drivers: Use static constJeff Kirsher2010-12-101-5/+6
|/
* e1000e: update copyright informationBruce Allan2010-06-181-1/+1
* e1000e: initial support for 82579 LOMsBruce Allan2010-06-181-0/+3
* e1000e: Incorrect function pointer set for force_speed_duplex on 82577Bruce Allan2010-05-121-20/+1
* e1000e: MDIO slow mode should always be done for 82577Bruce Allan2010-01-131-85/+0
* e1000e: correct ICH/PCH PHY operations function pointersBruce Allan2009-12-021-14/+177
* e1000e: refactor PHY ID detection workaroundBruce Allan2009-12-021-10/+16
* e1000e: PHY type cleanups in e1000e_check_downshift()Bruce Allan2009-12-021-1/+1
* e1000e: add debug messagesBruce Allan2009-12-021-6/+20
* e1000e: comment correctionsBruce Allan2009-12-021-7/+7
* e1000e: provide family-specific PHY power up/down operationsBruce Allan2009-12-021-0/+37
* e1000e: guard against buffer overflow in cable length tablesBruce Allan2009-12-021-3/+11
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-291-34/+22
|\
| * e1000e: remove unnecessary 82577 workaround causing link issuesBruce Allan2009-11-201-10/+0
| * e1000e: read of PHY register may access wrong page on 82578Bruce Allan2009-11-201-24/+22
* | e1000e: set bools to true/false instead of 1/0Bruce Allan2009-11-211-3/+3
* | e1000e: update copyright informationBruce Allan2009-11-211-1/+1
* | e1000e: cleanup ops function pointersBruce Allan2009-11-211-55/+55
* | e1000e: consolidate two dbug macros into one simpler oneBruce Allan2009-11-211-46/+46
* | e1000e: improper return code signageBruce Allan2009-11-211-1/+1
|/
* e1000e: rework disable K1 at 1000Mbps for 82577/82578Bruce Allan2009-10-291-11/+4
* e1000e: allow for swflag to be held over consecutive PHY accessesBruce Allan2009-10-261-141/+328
* e1000e: delay second read of PHY_STATUS register on failure of first readBruce Allan2009-07-031-1/+6
* e1000e: PHY loopback broken on 82578Bruce Allan2009-07-031-0/+5
* e1000e: add support for 82577/82578 GbE LOM partsBruce Allan2009-06-031-17/+682
* e1000e: sync change flow control variables with ixgbeBruce Allan2008-11-211-2/+2
* e1000e: commit speed/duplex changes for m88 PHYBruce Allan2008-11-211-4/+4
* e1000e: add support for new 82574L partBruce Allan2008-09-031-1/+108
* e1000e: add support for 82567LM-3 and 82567LF-3 (ICH10D) partsBruce Allan2008-09-031-0/+85
* e1000e: Add support for BM PHYs on ICH9Bruce Allan2008-05-061-0/+278
* e1000e: Fix HW Error on es2lan, ARP capture issue by BMCDavid Graham2008-04-251-33/+40
* e1000e: reorganize PHY and flow control interfaceJeff Kirsher2008-03-281-6/+6
* e1000e: reformat comment blocks, cosmetic changes onlyBruce Allan2008-03-281-55/+97
* e1000e: fix spelling errors in commentsAuke Kok2008-02-241-5/+5
* netdev: ARRAY_SIZE() cleanupsAlejandro Martinez Ruiz2008-01-281-2/+1
* [E1000E]: New pci-express e1000 driver (currently for ICH9 devices only)Auke Kok2007-10-101-0/+1773