summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-15ice: tighter control over VSI_DOWN stateJesse Brandeburg1-2/+4
2021-12-14ice: Propagate error codesTony Nguyen1-25/+12
2021-12-14ice: Remove excess error variablesTony Nguyen1-42/+37
2021-12-14ice: Cleanup after ice_status removalTony Nguyen1-20/+15
2021-12-14ice: Use int for ice_statusTony Nguyen1-12/+12
2021-12-14ice: Remove string printing for ice_statusTony Nguyen1-14/+14
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-10-29ice: Hide bus-info in ethtool for PRs in switchdev modeMarcin Szycik1-3/+4
2021-10-21ice: enable ndo_setup_tc support for mqprio_qdiscKiran Patil1-0/+10
2021-10-19ice: Refactor PR ethtool opsWojciech Drewek1-25/+74
2021-10-19ice: fix rate limit update after coalesce changeJesse Brandeburg1-6/+11
2021-10-15ice: make use of ice_for_each_* macrosMaciej Fijalkowski1-5/+5
2021-10-15ice: split ice_ring onto Tx/Rx separate structsMaciej Fijalkowski1-23/+26
2021-10-15ice: move ice_container_type onto ice_ring_containerMaciej Fijalkowski1-23/+15
2021-10-07ice: add port representor ethtool ops and statsWojciech Drewek1-5/+50
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/...David 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-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