aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* ice: Fix curr_link_speed advertised speedJedrzej Jagielski2022-03-081-1/+1
* ice: tighter control over VSI_DOWN stateJesse Brandeburg2021-12-151-2/+4
* ice: Propagate error codesTony Nguyen2021-12-141-25/+12
* ice: Remove excess error variablesTony Nguyen2021-12-141-42/+37
* ice: Cleanup after ice_status removalTony Nguyen2021-12-141-20/+15
* ice: Use int for ice_statusTony Nguyen2021-12-141-12/+12
* ice: Remove string printing for ice_statusTony Nguyen2021-12-141-14/+14
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* ice: Hide bus-info in ethtool for PRs in switchdev modeMarcin Szycik2021-10-291-3/+4
* ice: enable ndo_setup_tc support for mqprio_qdiscKiran Patil2021-10-201-0/+10
* ice: Refactor PR ethtool opsWojciech Drewek2021-10-191-25/+74
* ice: fix rate limit update after coalesce changeJesse Brandeburg2021-10-191-6/+11
* ice: make use of ice_for_each_* macrosMaciej Fijalkowski2021-10-151-5/+5
* ice: split ice_ring onto Tx/Rx separate structsMaciej Fijalkowski2021-10-151-23/+26
* ice: move ice_container_type onto ice_ring_containerMaciej Fijalkowski2021-10-151-23/+15
* ice: add port representor ethtool ops and statsWojciech Drewek2021-10-071-5/+50
* ice: Add DSCP supportDave Ertman2021-09-281-0/+7
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-4/+8
* ice: enable transmit timestamps for E810 devicesJacob Keller2021-06-111-2/+4
* ice: enable receive hardware timestampingJacob Keller2021-06-111-2/+5
* ice: report the PTP clock index in ethtool .get_ts_infoJacob Keller2021-06-111-1/+21
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2021-06-071-5/+1
|\
| * ice: fix clang warning regarding deadcode.DeadStoresPaul M Stillwell Jr2021-06-071-5/+1
* | ice: report supported and advertised autoneg using PHY capabilitiesPaul Greenwalt2021-06-041-45/+6
|/
* ice: Reimplement module reads used by ethtoolScott W Taylor2021-04-141-10/+39
* ice: refactor ITR data structuresJesse Brandeburg2021-04-141-8/+7
* ice: replace custom AIM algorithm with kernel's DIM libraryJacob Keller2021-04-141-0/+6
* ice: refactor interrupt moderation writesJesse Brandeburg2021-04-141-7/+10
* ice: Drop leading underscores in enum ice_pf_stateAnirudh Venkataramanan2021-04-141-9/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-091-2/+2
|\
| * ice: Use port number instead of PF ID for WoLAnirudh Venkataramanan2021-03-291-2/+2
* | ice: Remove rx_gro_dropped statAnirudh Venkataramanan2021-04-071-1/+0
* | ice: Use default configuration mode for PHY configurationAnirudh Venkataramanan2021-04-071-24/+35
* | ice: Replace some memsets and memcpys with assignmentAnirudh Venkataramanan2021-04-071-7/+3
* | ice: Fix error return codes in ice_set_link_ksettingsAnirudh Venkataramanan2021-04-071-7/+7
* | ice: Rename a couple of variablesAnirudh Venkataramanan2021-04-071-25/+25
* | ice: Remove unnecessary checker loopAnirudh Venkataramanan2021-04-071-9/+1
* | ice: Ignore EMODE return for opcode 0x0605Anirudh Venkataramanan2021-04-071-13/+4
* | ice: Align macro names to the specificationAnirudh Venkataramanan2021-04-071-6/+6
* | ice: Consolidate VSI state and flagsAnirudh Venkataramanan2021-03-311-1/+1
* | ice: Refactor ice_set/get_rss into LUT and key specific functionsBrett Creeley2021-03-311-23/+20
* | ice: Refactor get/set RSS LUT to use struct parameterBrett Creeley2021-03-311-2/+7
* | ice: Check for bail out condition earlyAnirudh Venkataramanan2021-03-311-5/+5
* | intel: Update drivers to use ethtool_sprintfAlexander Duyck2021-03-171-38/+17
|/
* ice: update the number of available RSS queuesHenry Tieman2021-02-221-8/+19
* ice: Fix state bits on LLDP mode switchDave Ertman2021-02-221-0/+7
* ice: Refactor DCB related variables out of the ice_port_info structChinh T Cao2021-02-081-2/+2
* ice: implement new LLDP filter commandDave Ertman2021-02-081-5/+5
* ice: create flash_info structure and separate NVM versionJacob Keller2021-02-051-4/+4
* ice: Don't allow more channels than LAN MSI-X availableBrett Creeley2021-01-261-4/+4