aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-22ice: Implement ethtool ops for channelsHenry Tieman1-0/+185
2019-11-22ice: Add ice_pf_to_dev(pf) macroBrett Creeley1-26/+31
2019-11-22ice: Do not use devm* functions for local usesTony Nguyen1-28/+22
2019-11-22ice: Fix setting coalesce to handle DCB configurationBrett Creeley1-3/+10
2019-11-08ice: configure software LLDP in ice_init_pf_dcbPaul Greenwalt1-5/+0
2019-11-08ice: Fix to change Rx/Tx ring descriptor size via ethtool with DCBxUsha Ketineni1-7/+7
2019-11-06ice: add ethtool -m support for reading i2c eeprom modulesScott W Taylor1-0/+147
2019-11-04ice: introduce frame padding computation logicMaciej Fijalkowski1-1/+1
2019-11-04ice: introduce legacy Rx flagMaciej Fijalkowski1-0/+6
2019-11-04ice: Add support for AF_XDPKrzysztof Kazimierczak1-0/+7
2019-11-04ice: Add support for XDPMaciej Fijalkowski1-3/+47
2019-09-12ice: Enable DDP package downloadTony Nguyen1-0/+27
2019-09-12ice: Fix FW version formatting in dmesgLukasz Czapnik1-25/+0
2019-09-05ice: Allow for delayed LLDP MIB change registrationDave Ertman1-2/+8
2019-09-05ice: change work limit to a constantJesse Brandeburg1-12/+2
2019-09-03ice: Report what the user set for coalesce [tx|rx]-usecsBrett Creeley1-44/+44
2019-08-23ice: update ethtool stats on-demandBruce Allan1-2/+5
2019-08-23ice: Rename ethtool private flag for lldpDave Ertman1-3/+3
2019-08-20ice: fix set pause param autoneg checkPaul Greenwalt1-1/+26
2019-07-31ice: add lp_advertising flow control supportPaul Greenwalt1-32/+72
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