aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000e/phy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-20/+1
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1
2017-10-10e1000e: Fix error path in link detectionBenjamin Poirier1-3/+4
2016-05-13e1000e: use BIT() macro for bit definesJacob Keller1-2/+2
2015-06-03e1000e: Bump the version to 3.2.5Yanir Lubetkin1-1/+1
2014-04-23e1000e: Cleanup to fix checkpatch missing blank linesDavid Ertman1-0/+1
2014-03-07e1000e: Cleanup - Update GPL header and CopyrightDavid Ertman1-27/+20
2013-12-17e1000e: fix compiler warningsDavid Ertman1-3/+7
2013-05-21e1000e: cleanup whitespaceBruce Allan1-11/+11
2013-03-28e1000e: fix scheduling while atomic bugsBruce Allan1-4/+4
2013-03-27e1000e: additional error handling on PHY register accessesBruce Allan1-0/+12
2013-03-08e1000e: cleanup USLEEP_RANGE checkpatch checksBruce Allan1-6/+6
2013-03-08e1000e: cleanup unnecessary line breaksBruce Allan1-4/+2
2013-03-08e1000e: cleanup formatting of static structsBruce Allan1-2/+4
2013-03-08e1000e: cleanup (add/remove) blank lines where appropriateBruce Allan1-0/+2
2013-03-08e1000e: cleanup SPACING checkpatch checksBruce Allan1-1/+1
2013-03-08e1000e: cleanup PARENTHESIS_ALIGNMENT checkpatch checksBruce Allan1-5/+4
2013-03-08e1000e: cleanup LEADING_SPACE checkpatch warningsBruce Allan1-5/+5
2013-03-08e1000e: cleanup SPACING checkpatch errors and warningsBruce Allan1-1/+1
2013-03-08e1000e: cleanup CODE_INDENT checkpatch errorsBruce Allan1-41/+40
2013-02-05e1000e: cleanup checkpatch braces checksBruce Allan1-1/+0
2013-02-04e1000e: cosmetic move of #defines and function prototypes to the new phy.hBruce Allan1-38/+0
2013-02-04e1000e: cosmetic move of #defines and prototypes to the new ich8lan.hBruce Allan1-4/+0
2013-01-31e1000e: use generic IEEE MII definitionsBruce Allan1-92/+87
2013-01-31e1000e: resolve -Wunused-parameter compile warningsBruce Allan1-1/+1
2013-01-31e1000e: cleanup: group OR'ed bit settings with parensBruce Allan1-2/+3
2013-01-27e1000e: cleanup: remove e1000e_commit_phy()Bruce Allan1-23/+12
2013-01-27e1000e: cleanup: remove e1000_get_cable_length()Bruce Allan1-2/+2
2013-01-27e1000e: cleanup: remove e1000_get_phy_cfg_done()Bruce Allan1-19/+1
2013-01-27e1000e: cleanup: rename e1000_get_cfg_done()Bruce Allan1-2/+2
2013-01-27e1000e: cleanup: remove e1000_force_speed_duplex()Bruce Allan1-17/+1
2013-01-27e1000e: cleanup: remove e1000_set_d0_lplu_state()Bruce Allan1-27/+6
2013-01-27e1000e: cleanup: do not assign a variable a value when not necessaryBruce Allan1-3/+3
2013-01-27e1000e: do not ignore variables which get set a valueBruce Allan1-1/+1
2013-01-27e1000e: cleanup: remove unnecessary function prototypesBruce Allan1-2/+1
2013-01-27e1000e: update copyright dateBruce Allan1-1/+1
2012-12-01e1000e: cosmetic cleanup of commentsBruce Allan1-94/+47
2012-08-21e1000e: implement 82577/579 MDI setting supportBruce W Allan1-2/+29
2012-06-05e1000e: test for valid check_reset_block function pointerBruce Allan1-3/+5
2012-05-05e1000e: enable forced master/slave on 82577Bruce Allan1-26/+45
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-02-29e1000e: use msleep instead of mdelayBruce Allan1-3/+1
2012-02-29e1000e: cleanup whitespace and indentationBruce Allan1-37/+22
2012-02-24e1000e: rename e1000e_config_collision_dist() and call as function pointerBruce Allan1-2/+2
2012-02-24e1000e: cleanup use of check_reset_block function pointerBruce Allan1-1/+1
2012-02-13e1000e: cleanup goto statements to exit points without common workBruce Allan1-122/+88
2012-02-13e1000e: cleanup: remove unnecessary test and returnBruce Allan1-2/+0
2012-02-13e1000e: cleanup: always return 0Bruce Allan1-1/+1