summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-10ice: Display Link detected via Ethtool in safe modeBrett Creeley1-0/+1
2020-03-05ice: let core reject the unsupported coalescing parametersJakub Kicinski1-56/+3
2020-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-18/+38
2020-02-20ice: add backslash-n to stringsJesse Brandeburg1-4/+4
2020-02-19ice: update malicious driver detection event handlingPaul Greenwalt1-0/+1
2020-02-19ice: Don't tell the OS that link is going downMichal Swiatkowski1-7/+0
2020-02-19ice: Don't reject odd values of usecs set by userBrett Creeley1-11/+38
2020-02-16ice: remove unnecessary fallthrough commentsBruce Allan1-2/+0
2020-02-16ice: Add support to enable/disable all Rx queues before waitingBrett Creeley1-2/+2
2020-02-12ice: Trivial fixesTony Nguyen1-7/+7
2020-02-12ice: Make print statements more compactAnirudh Venkataramanan1-28/+14
2020-02-12ice: Use ice_pf_to_devAnirudh Venkataramanan1-1/+1
2020-02-12ice: fix and consolidate logging of NVM/firmware version informationBruce Allan1-2/+13
2020-02-12ice: display supported and advertised link modesPaul Greenwalt1-280/+2
2020-01-26ice: Implement ethtool get/set rx-flow-hashMd Fahad Iqbal Polash1-0/+243
2020-01-04ice: Return error on not supported ethtool -C parametersMichal Swiatkowski1-0/+50
2020-01-04ice: Add ice_for_each_vf() macroBrett Creeley1-2/+5
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-5/+5
2019-11-23ice: Implement ethtool ops for channelsHenry Tieman1-0/+185
2019-11-23ice: Add ice_pf_to_dev(pf) macroBrett Creeley1-26/+31
2019-11-23ice: Do not use devm* functions for local usesTony Nguyen1-28/+22
2019-11-23ice: 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-07ice: add ethtool -m support for reading i2c eeprom modulesScott W Taylor1-0/+147
2019-11-05ice: introduce frame padding computation logicMaciej Fijalkowski1-1/+1
2019-11-05ice: 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-04ice: 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-30ice: 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-05ice: Remove __always_unused attributeTony Nguyen1-1/+1
2019-05-05ice: Refactor getting/setting coalesceBrett Creeley1-59/+93