aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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