summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/e1000e/phy.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-04e1000e: initial support for i217Bruce Allan1-0/+3
2012-05-03e1000e: Resolve intermittent negotiation issue on 82574/82583.Matthew Vick1-1/+17
2012-04-14e1000e: cleanup boolean logicBruce Allan1-12/+11
2012-03-01e1000e: use msleep instead of mdelayBruce Allan1-3/+1
2012-03-01e1000e: cleanup whitespace and indentationBruce Allan1-37/+22
2012-02-25e1000e: rename e1000e_config_collision_dist() and call as function pointerBruce Allan1-2/+2
2012-02-25e1000e: cleanup use of check_reset_block function pointerBruce Allan1-1/+1
2012-02-14e1000e: cleanup goto statements to exit points without common workBruce Allan1-122/+88
2012-02-14e1000e: cleanup: remove unnecessary test and returnBruce Allan1-2/+0
2012-02-14e1000e: cleanup: always return 0Bruce Allan1-1/+1
2012-02-14e1000e: cleanup: remove unnecessary assignments just before returningBruce Allan1-2/+1
2012-02-14e1000e: cleanup: rename goto labels to be more meaningfulBruce Allan1-12/+12
2012-02-10e1000e: replace '1' with 'true' for boolean get_link_statusBruce Allan1-1/+1
2012-02-10e1000e: remove unnecessary parenthesesBruce Allan1-5/+5
2012-01-27e1000e: update copyright yearBruce Allan1-1/+1
2012-01-27e1000e: concatenate long debug strings which span multiple linesBruce Allan1-2/+1
2011-08-11intel: Move the Intel wired LAN driversJeff Kirsher1-0/+3377