aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30ice: Trivial cosmetic changesAnirudh Venkataramanan1-1/+1
2019-05-30ice: Add switch rules to handle LLDP packetsDave Ertman1-0/+11
2019-05-29ice: Add support for Forward Error Correction (FEC)Paul Greenwalt1-0/+216
2019-05-29ice: Remove redundant and premature event configDave Ertman1-6/+0
2019-05-29ice: Refactor interrupt trackingBrett Creeley1-3/+2
2019-05-29ice: Add handler for ethtool selftestAnirudh Venkataramanan1-0/+592
2019-05-23ice: Format ethtool reported statsRichard Rodriguez1-54/+54
2019-05-23ice: Advertise supported link modes if none requestedTony Nguyen1-25/+50
2019-05-23ice: Fix hang when ethtool disables FW LLDPDave Ertman1-2/+2
2019-05-23ice: Implement LLDP persistenceAnirudh Venkataramanan1-5/+5
2019-05-04ice: Remove __always_unused attributeTony Nguyen1-1/+1
2019-05-04ice: Refactor getting/setting coalesceBrett Creeley1-59/+93
2019-05-02ice: Add missing PHY type to link settingsTony Nguyen1-0/+1
2019-05-02ice: Add ability to update rx-usecs-highBrett Creeley1-1/+30
2019-04-18ice: Add code to control FW LLDP and DCBXAnirudh Venkataramanan1-1/+95
2019-04-18ice: Add code to get DCB related statisticsAnirudh Venkataramanan1-2/+34
2019-04-18ice: Fix incorrect use of abbreviationsAnirudh Venkataramanan1-10/+10
2019-03-22ice: fix some function prototype and signature style issuesBruce Allan1-10/+15
2019-03-19ice: use ice_for_each_vsi macro when possibleBrett Creeley1-2/+1
2019-02-25ice: fix overlong string, update stats outputJesse Brandeburg1-40/+40
2019-02-25ice: Fix for FC get rx/tx pause paramsLukasz Czapnik1-11/+26
2019-02-25ice: sizeof(<type>) should be avoidedBruce Allan1-8/+7
2019-01-15ice: Add support for new PHY typesAnirudh Venkataramanan1-10/+252
2019-01-15ice: Allow for software timestampingTony Nguyen1-0/+1
2019-01-15ice: Implement getting and setting ethtool coalesceBrett Creeley1-0/+256
2019-01-15ice: Add ethtool private flag to make forcing link down optionalBruce Allan1-0/+86
2019-01-15ice: Implement support for normal get_eeprom[_len] ethtool opsBruce Allan1-0/+51
2019-01-15ice: Add ethtool set_phys_id handlerAnirudh Venkataramanan1-0/+24
2018-11-20ice: Use Tx|Rx in commentsAnirudh Venkataramanan1-6/+6
2018-11-20ice: Constify global structures that can/should beBruce Allan1-2/+2
2018-11-20ice: Do autoneg based on VSI stateAkeem G Abodunrin1-5/+5
2018-11-06ice: Fix dead device link issue with flow controlAkeem G Abodunrin1-1/+6
2018-09-27ice: fix changing of ring descriptor size (ethtool -G)Bruce Allan1-3/+14
2018-08-28ice: Implement handlers for ethtool PHY/link operationsChinh Cao1-40/+761
2018-08-23ice: Report stats for allocated queues via ethtool statsJacob Keller1-13/+39
2018-04-06ice: Bug fixes in ethtool codeAnirudh Venkataramanan1-2/+2
2018-03-26ice: Add stats and ethtool supportAnirudh Venkataramanan1-0/+940