summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/e1000e/phy.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-27e1000e: Workaround for sporadic MDI error on Meteor Lake systemsVitaly Lifshits1-69/+113
2023-12-18intel: legacy: field get conversionJesse Brandeburg1-11/+6
2023-12-18intel: legacy: field prep conversionJesse Brandeburg1-4/+3
2023-01-10e1000e: Enable Link Partner Advertised SupportJamie Gloudon1-0/+9
2022-09-08drivers/net/ethernet/e1000e: check return value of e1e_rphy()Li Zhong1-3/+17
2022-03-10e1000e: Print PHY register address when MDI read/write failsChen Yu1-4/+4
2021-05-19net: e1000e: fix misspell word "retreived"Hao Chen1-1/+1
2021-03-23e1000e: Fix prototype warningSasha Neftin1-1/+1
2020-09-26intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg1-0/+3
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher1-1/+1
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-14e1000e: 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-08e1000e: Cleanup - Update GPL header and CopyrightDavid Ertman1-27/+20
2013-12-18e1000e: 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-28e1000e: 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-05e1000e: cosmetic move of #defines and function prototypes to the new phy.hBruce Allan1-38/+0
2013-02-05e1000e: cosmetic move of #defines and prototypes to the new ich8lan.hBruce Allan1-4/+0
2013-02-01e1000e: use generic IEEE MII definitionsBruce Allan1-92/+87
2013-02-01e1000e: resolve -Wunused-parameter compile warningsBruce Allan1-1/+1
2013-02-01e1000e: cleanup: group OR'ed bit settings with parensBruce Allan1-2/+3
2013-01-28e1000e: cleanup: remove e1000e_commit_phy()Bruce Allan1-23/+12
2013-01-28e1000e: cleanup: remove e1000_get_cable_length()Bruce Allan1-2/+2
2013-01-28e1000e: cleanup: remove e1000_get_phy_cfg_done()Bruce Allan1-19/+1
2013-01-28e1000e: cleanup: rename e1000_get_cfg_done()Bruce Allan1-2/+2
2013-01-28e1000e: cleanup: remove e1000_force_speed_duplex()Bruce Allan1-17/+1
2013-01-28e1000e: 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-06e1000e: test for valid check_reset_block function pointerBruce Allan1-3/+5
2012-05-05e1000e: enable forced master/slave on 82577Bruce Allan1-26/+45