aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_ethtool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-28ice: Add DSCP supportDave Ertman1-0/+7
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-4/+8
2021-06-11ice: enable transmit timestamps for E810 devicesJacob Keller1-2/+4
2021-06-11ice: enable receive hardware timestampingJacob Keller1-2/+5
2021-06-11ice: report the PTP clock index in ethtool .get_ts_infoJacob Keller1-1/+21
2021-06-07Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueDavid S. Miller1-5/+1
2021-06-07ice: fix clang warning regarding deadcode.DeadStoresPaul M Stillwell Jr1-5/+1
2021-06-04ice: report supported and advertised autoneg using PHY capabilitiesPaul Greenwalt1-45/+6
2021-04-14ice: Reimplement module reads used by ethtoolScott W Taylor1-10/+39
2021-04-14ice: refactor ITR data structuresJesse Brandeburg1-8/+7
2021-04-14ice: replace custom AIM algorithm with kernel's DIM libraryJacob Keller1-0/+6
2021-04-14ice: refactor interrupt moderation writesJesse Brandeburg1-7/+10
2021-04-14ice: Drop leading underscores in enum ice_pf_stateAnirudh Venkataramanan1-9/+9
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-04-07ice: Remove rx_gro_dropped statAnirudh Venkataramanan1-1/+0
2021-04-07ice: Use default configuration mode for PHY configurationAnirudh Venkataramanan1-24/+35
2021-04-07ice: Replace some memsets and memcpys with assignmentAnirudh Venkataramanan1-7/+3
2021-04-07ice: Fix error return codes in ice_set_link_ksettingsAnirudh Venkataramanan1-7/+7
2021-04-07ice: Rename a couple of variablesAnirudh Venkataramanan1-25/+25
2021-04-07ice: Remove unnecessary checker loopAnirudh Venkataramanan1-9/+1
2021-04-07ice: Ignore EMODE return for opcode 0x0605Anirudh Venkataramanan1-13/+4
2021-04-07ice: Align macro names to the specificationAnirudh Venkataramanan1-6/+6
2021-03-31ice: Consolidate VSI state and flagsAnirudh Venkataramanan1-1/+1
2021-03-31ice: Refactor ice_set/get_rss into LUT and key specific functionsBrett Creeley1-23/+20
2021-03-31ice: Refactor get/set RSS LUT to use struct parameterBrett Creeley1-2/+7
2021-03-31ice: 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-08ice: Refactor DCB related variables out of the ice_port_info structChinh T Cao1-2/+2
2021-02-08ice: 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-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