summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000e/80003es2lan.c
Commit message (Expand)AuthorAgeFilesLines
* intel: legacy: field get conversionJesse Brandeburg2023-12-181-2/+1
* intel: legacy: field prep conversionJesse Brandeburg2023-12-181-4/+3
* e1000e: make lost bits explicitJesse Brandeburg2023-12-181-6/+7
* intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg2020-09-251-1/+0
* e1000e: Reduce boot time by tightening sleep rangesArjan van de Ven2019-06-281-1/+1
* e1000e: fix a missing check for return valueJeff Kirsher2019-02-051-10/+23
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-20/+1
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-231-0/+1
* e1000e: use BIT() macro for bit definesJacob Keller2016-05-131-6/+6
* e1000e: Bump the version to 3.2.5Yanir Lubetkin2015-06-031-1/+1
* e1000e: Failure to write SHRA turns on PROMISC modeDavid Ertman2014-05-261-0/+1
* e1000e: Cleanup - Update GPL header and CopyrightDavid Ertman2014-03-071-27/+20
* e1000e: fix compiler warning (maybe-unitialized variable)David Ertman2013-12-171-2/+5
* e1000e: cleanup whitespaceBruce Allan2013-05-211-12/+12
* e1000e: cleanup USLEEP_RANGE checkpatch checksBruce Allan2013-03-081-6/+6
* e1000e: cleanup formatting of static structsBruce Allan2013-03-081-1/+2
* e1000e: cleanup unusually placed commentsBruce Allan2013-03-081-1/+1
* e1000e: cleanup (add/remove) blank lines where appropriateBruce Allan2013-03-081-1/+1
* e1000e: cleanup PARENTHESIS_ALIGNMENT checkpatch checksBruce Allan2013-03-081-22/+17
* e1000e: cleanup CODE_INDENT checkpatch errorsBruce Allan2013-03-081-35/+38
* e1000e: cosmetic move of #defines to the new 80003es2lan.hBruce Allan2013-02-041-63/+0
* e1000e: use generic IEEE MII definitionsBruce Allan2013-01-311-3/+3
* e1000e: cleanup some whitespace and indentation issuesBruce Allan2013-01-311-11/+11
* e1000e: cleanup: remove e1000e_commit_phy()Bruce Allan2013-01-271-1/+1
* e1000e: cleanup: do not assign a variable a value when not necessaryBruce Allan2013-01-271-4/+4
* e1000e: do not ignore variables which get set a valueBruce Allan2013-01-271-0/+5
* e1000e: cleanup: remove unnecessary function prototypesBruce Allan2013-01-271-5/+4
* e1000e: update copyright dateBruce Allan2013-01-271-1/+1
* e1000e: cosmetic cleanup of commentsBruce Allan2012-12-011-43/+23
* e1000e: Driver workaround for IPv6 Header Extension Erratum.Matthew Vick2012-05-031-0/+8
* e1000e: fix .ndo_set_rx_mode for 82579Bruce Allan2012-05-021-0/+1
* e1000e: Disable Far-End LoopBack following reset on 80003ES2LAN.Matthew Vick2012-04-271-0/+8
* e1000e: cleanup boolean logicBruce Allan2012-04-141-3/+1
* e1000e: rename e1000e_reload_nvm() and call as function pointerBruce Allan2012-02-241-0/+1
* e1000e: rename e1000e_config_collision_dist() and call as function pointerBruce Allan2012-02-241-0/+1
* e1000e: cleanup use of check_mng_mode function pointerBruce Allan2012-02-241-1/+1
* e1000e: cleanup: rename e1000e_setup_link() and call as function pointerBruce Allan2012-02-241-2/+2
* e1000e: cleanup: rename e1000e_id_led_init() and call as function pointerBruce Allan2012-02-241-2/+2
* e1000e: cosmetic comment changes to make lines less than 80 charactersBruce Allan2012-02-241-2/+2
* e1000e: cosmetic change to boolean comparisonsBruce Allan2012-02-241-2/+2
* e1000e: cleanup goto statements to exit points without common workBruce Allan2012-02-131-12/+6
* e1000e: cleanup: remove unnecessary assignments just before returningBruce Allan2012-02-131-7/+3
* e1000e: potential incorrect return for e1000_setup_copper_link_80003es2lanBruce Allan2012-02-131-3/+1
* e1000e: potentially incorrect return for e1000_cfg_kmrn_10_100_80003es2lanBruce Allan2012-02-131-3/+1
* e1000e: pass pointer to hw struct for e1000_init_mac_params_XXX()Bruce Allan2012-02-101-4/+3
* e1000e: cleanup e1000_init_mac_params_80003es2lan()Bruce Allan2012-02-071-21/+7
* e1000e: update copyright yearBruce Allan2012-01-261-1/+1
* e1000e: concatenate long debug strings which span multiple linesBruce Allan2012-01-261-2/+1
* e1000e: use default settings for Tx Inter Packet Gap timerBruce Allan2012-01-251-2/+1
* e1000e: make function tables constJeff Kirsher2011-10-051-4/+4