summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-01ice: add useful statisticsJesse Brandeburg1-0/+4
2020-07-23ice: update reporting of autoneg capabilitiesPaul Greenwalt1-4/+4
2020-07-23ice: support Total Port Shutdown on devices that support itBruce Allan1-0/+12
2020-07-23ice: add link lenient and default override supportPaul Greenwalt1-200/+319
2020-07-23ice: restore PHY settings on media insertionPaul Greenwalt1-56/+64
2020-07-23ice: move auto FEC checks into ice_cfg_phy_fec()Paul Greenwalt1-28/+3
2020-07-23ice: Add advanced power mgmt for WoLAkeem G Abodunrin1-0/+56
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher1-1/+0
2020-05-31ice: Fix inability to set channels when downJesse Brandeburg1-4/+0
2020-05-22ice: cleanup unsigned loopsJesse Brandeburg1-5/+5
2020-05-22ice: fix usage of incorrect variableJesse Brandeburg1-1/+1
2020-05-22ice: Fix bad register readsAnirudh Venkataramanan1-3/+0
2020-05-22ice: Support IPv4 Flow Director filtersHenry Tieman1-0/+4
2020-05-22ice: Support displaying ntuple rulesHenry Tieman1-0/+17
2020-05-22ice: Initialize Flow Director resourcesHenry Tieman1-1/+10
2020-05-21ice: refactor filter functionsMichal Swiatkowski1-10/+3
2020-05-21ice: Fix casting issuesKarol Kolacinski1-3/+3
2020-05-21ice: Provide more meaningful error messageLihong Yang1-17/+25
2020-05-21ice: only drop link once when setting pauseparamsDave Ertman1-12/+0
2020-05-21ice: Add VF promiscuous supportBrett Creeley1-0/+12
2020-03-21ice: implement full NVM read from ETHTOOL_GEEPROMJesse Brandeburg1-13/+20
2020-03-21ice: store NVM version info in extracted formatJacob Keller1-6/+7
2020-03-10ice: fix use of deprecated strlcpy()Bruce Allan1-3/+3
2020-03-10ice: renegotiate link after FW DCB onDave Ertman1-24/+29
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-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-18/+38
2020-02-19ice: 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-15ice: remove unnecessary fallthrough commentsBruce Allan1-2/+0
2020-02-15ice: 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-25ice: Implement ethtool get/set rx-flow-hashMd Fahad Iqbal Polash1-0/+243
2020-01-03ice: Return error on not supported ethtool -C parametersMichal Swiatkowski1-0/+50
2020-01-03ice: Add ice_for_each_vf() macroBrett Creeley1-2/+5
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-5/+5
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