summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
...
* ice: introduce frame padding computation logicMaciej Fijalkowski2019-11-041-1/+1
* ice: introduce legacy Rx flagMaciej Fijalkowski2019-11-041-0/+6
* ice: Add support for AF_XDPKrzysztof Kazimierczak2019-11-041-0/+7
* ice: Add support for XDPMaciej Fijalkowski2019-11-041-3/+47
* ice: Enable DDP package downloadTony Nguyen2019-09-121-0/+27
* ice: Fix FW version formatting in dmesgLukasz Czapnik2019-09-121-25/+0
* ice: Allow for delayed LLDP MIB change registrationDave Ertman2019-09-051-2/+8
* ice: change work limit to a constantJesse Brandeburg2019-09-051-12/+2
* ice: Report what the user set for coalesce [tx|rx]-usecsBrett Creeley2019-09-031-44/+44
* ice: update ethtool stats on-demandBruce Allan2019-08-231-2/+5
* ice: Rename ethtool private flag for lldpDave Ertman2019-08-231-3/+3
* ice: fix set pause param autoneg checkPaul Greenwalt2019-08-201-1/+26
* ice: add lp_advertising flow control supportPaul Greenwalt2019-07-311-32/+72
* ice: Trivial cosmetic changesAnirudh Venkataramanan2019-05-301-1/+1
* ice: Add switch rules to handle LLDP packetsDave Ertman2019-05-301-0/+11
* ice: Add support for Forward Error Correction (FEC)Paul Greenwalt2019-05-291-0/+216
* ice: Remove redundant and premature event configDave Ertman2019-05-291-6/+0
* ice: Refactor interrupt trackingBrett Creeley2019-05-291-3/+2
* ice: Add handler for ethtool selftestAnirudh Venkataramanan2019-05-291-0/+592
* ice: Format ethtool reported statsRichard Rodriguez2019-05-231-54/+54
* ice: Advertise supported link modes if none requestedTony Nguyen2019-05-231-25/+50
* ice: Fix hang when ethtool disables FW LLDPDave Ertman2019-05-231-2/+2
* ice: Implement LLDP persistenceAnirudh Venkataramanan2019-05-231-5/+5
* ice: Remove __always_unused attributeTony Nguyen2019-05-041-1/+1
* ice: Refactor getting/setting coalesceBrett Creeley2019-05-041-59/+93
* ice: Add missing PHY type to link settingsTony Nguyen2019-05-021-0/+1
* ice: Add ability to update rx-usecs-highBrett Creeley2019-05-021-1/+30
* ice: Add code to control FW LLDP and DCBXAnirudh Venkataramanan2019-04-181-1/+95
* ice: Add code to get DCB related statisticsAnirudh Venkataramanan2019-04-181-2/+34
* ice: Fix incorrect use of abbreviationsAnirudh Venkataramanan2019-04-181-10/+10
* ice: fix some function prototype and signature style issuesBruce Allan2019-03-221-10/+15
* ice: use ice_for_each_vsi macro when possibleBrett Creeley2019-03-191-2/+1
* ice: fix overlong string, update stats outputJesse Brandeburg2019-02-251-40/+40
* ice: Fix for FC get rx/tx pause paramsLukasz Czapnik2019-02-251-11/+26
* ice: sizeof(<type>) should be avoidedBruce Allan2019-02-251-8/+7
* ice: Add support for new PHY typesAnirudh Venkataramanan2019-01-151-10/+252
* ice: Allow for software timestampingTony Nguyen2019-01-151-0/+1
* ice: Implement getting and setting ethtool coalesceBrett Creeley2019-01-151-0/+256
* ice: Add ethtool private flag to make forcing link down optionalBruce Allan2019-01-151-0/+86
* ice: Implement support for normal get_eeprom[_len] ethtool opsBruce Allan2019-01-151-0/+51
* ice: Add ethtool set_phys_id handlerAnirudh Venkataramanan2019-01-151-0/+24
* ice: Use Tx|Rx in commentsAnirudh Venkataramanan2018-11-201-6/+6
* ice: Constify global structures that can/should beBruce Allan2018-11-201-2/+2
* ice: Do autoneg based on VSI stateAkeem G Abodunrin2018-11-201-5/+5
* ice: Fix dead device link issue with flow controlAkeem G Abodunrin2018-11-061-1/+6
* ice: fix changing of ring descriptor size (ethtool -G)Bruce Allan2018-09-271-3/+14
* ice: Implement handlers for ethtool PHY/link operationsChinh Cao2018-08-281-40/+761
* ice: Report stats for allocated queues via ethtool statsJacob Keller2018-08-231-13/+39
* ice: Bug fixes in ethtool codeAnirudh Venkataramanan2018-04-061-2/+2
* ice: Add stats and ethtool supportAnirudh Venkataramanan2018-03-261-0/+940