summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-17intel: Update drivers to use ethtool_sprintfAlexander Duyck1-38/+17
2021-02-22ice: update the number of available RSS queuesHenry Tieman1-8/+19
2021-02-22ice: Fix state bits on LLDP mode switchDave Ertman1-0/+7
2021-02-09ice: Refactor DCB related variables out of the ice_port_info structChinh T Cao1-2/+2
2021-02-09ice: implement new LLDP filter commandDave Ertman1-5/+5
2021-02-05ice: create flash_info structure and separate NVM versionJacob Keller1-4/+4
2021-01-26ice: Don't allow more channels than LAN MSI-X availableBrett Creeley1-4/+4
2020-08-01ice: add useful statisticsJesse Brandeburg1-0/+4
2020-07-24ice: update reporting of autoneg capabilitiesPaul Greenwalt1-4/+4
2020-07-24ice: support Total Port Shutdown on devices that support itBruce Allan1-0/+12
2020-07-24ice: add link lenient and default override supportPaul Greenwalt1-200/+319
2020-07-24ice: restore PHY settings on media insertionPaul Greenwalt1-56/+64
2020-07-24ice: move auto FEC checks into ice_cfg_phy_fec()Paul Greenwalt1-28/+3
2020-07-24ice: Add advanced power mgmt for WoLAkeem G Abodunrin1-0/+56
2020-06-26net/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-23ice: cleanup unsigned loopsJesse Brandeburg1-5/+5
2020-05-23ice: fix usage of incorrect variableJesse Brandeburg1-1/+1
2020-05-23ice: Fix bad register readsAnirudh Venkataramanan1-3/+0
2020-05-23ice: Support IPv4 Flow Director filtersHenry Tieman1-0/+4
2020-05-23ice: Support displaying ntuple rulesHenry Tieman1-0/+17
2020-05-23ice: Initialize Flow Director resourcesHenry Tieman1-1/+10
2020-05-22ice: refactor filter functionsMichal Swiatkowski1-10/+3
2020-05-22ice: Fix casting issuesKarol Kolacinski1-3/+3
2020-05-22ice: Provide more meaningful error messageLihong Yang1-17/+25
2020-05-22ice: only drop link once when setting pauseparamsDave Ertman1-12/+0
2020-05-22ice: 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-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