summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-15ice: Reimplement module reads used by ethtoolScott W Taylor1-10/+39
2021-04-15ice: refactor ITR data structuresJesse Brandeburg1-8/+7
2021-04-15ice: replace custom AIM algorithm with kernel's DIM libraryJacob Keller1-0/+6
2021-04-15ice: refactor interrupt moderation writesJesse Brandeburg1-7/+10
2021-04-15ice: Drop leading underscores in enum ice_pf_stateAnirudh Venkataramanan1-9/+9
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-04-08ice: Remove rx_gro_dropped statAnirudh Venkataramanan1-1/+0
2021-04-08ice: Use default configuration mode for PHY configurationAnirudh Venkataramanan1-24/+35
2021-04-08ice: Replace some memsets and memcpys with assignmentAnirudh Venkataramanan1-7/+3
2021-04-08ice: Fix error return codes in ice_set_link_ksettingsAnirudh Venkataramanan1-7/+7
2021-04-08ice: Rename a couple of variablesAnirudh Venkataramanan1-25/+25
2021-04-08ice: Remove unnecessary checker loopAnirudh Venkataramanan1-9/+1
2021-04-08ice: Ignore EMODE return for opcode 0x0605Anirudh Venkataramanan1-13/+4
2021-04-08ice: Align macro names to the specificationAnirudh Venkataramanan1-6/+6
2021-04-01ice: Consolidate VSI state and flagsAnirudh Venkataramanan1-1/+1
2021-04-01ice: Refactor ice_set/get_rss into LUT and key specific functionsBrett Creeley1-23/+20
2021-04-01ice: Refactor get/set RSS LUT to use struct parameterBrett Creeley1-2/+7
2021-04-01ice: Check for bail out condition earlyAnirudh Venkataramanan1-5/+5
2021-03-29ice: Use port number instead of PF ID for WoLAnirudh Venkataramanan1-2/+2
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