summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_ethtool.c
AgeCommit message (Expand)Author
2022-08-18ice: Allow 100M speeds for some devicesAnirudh Venkataramanan
2022-08-18ice: Implement control of FCS/CRC strippingJesse Brandeburg
2022-08-16ice: track and warn when PHC update is lateJacob Keller
2022-08-16ice: track Tx timestamp stats similar to other Intel driversJacob Keller
2022-08-16ice: initialize cached_phctime when creating Rx ringsJacob Keller
2022-08-16ice: set tx_tstamps when creating new Tx rings via ethtoolJacob Keller
2022-07-29Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2022-07-28ice: Introduce enabling promiscuous mode on multiple VF'sMichal Wilczynski
2022-07-26ice: check (DD | EOF) bits on Rx descriptor rather than (EOP | RS)Maciej Fijalkowski
2022-06-21ice: ethtool: Prohibit improper channel config for DCBAnatolii Gerasymenko
2022-06-21ice: ethtool: advertise 1000M speeds properlyAnatolii Gerasymenko
2022-05-13ice: Expose RSS indirection tables for queue groups via ethtoolSridhar Samudrala
2022-05-06Revert "ice: Hide bus-info in ethtool for PRs in switchdev mode"Marcin Szycik
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-08ice: Fix curr_link_speed advertised speedJedrzej Jagielski
2022-03-03ice: convert VF storage to hash table with krefs and RCUJacob Keller
2022-03-03ice: introduce VF accessor functionsJacob Keller
2022-03-03ice: factor VF variables to separate structureJacob Keller
2022-03-03ice: convert ice_for_each_vf to include VF entry iteratorJacob Keller
2022-02-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2022-02-09ice: Add ability for PF admin to enable VF VLAN pruningBrett Creeley
2022-01-27ice: Make Tx threshold dependent on ring lengthMaciej Fijalkowski
2021-12-15ice: tighter control over VSI_DOWN stateJesse Brandeburg
2021-12-14ice: Propagate error codesTony Nguyen
2021-12-14ice: Remove excess error variablesTony Nguyen
2021-12-14ice: Cleanup after ice_status removalTony Nguyen
2021-12-14ice: Use int for ice_statusTony Nguyen
2021-12-14ice: Remove string printing for ice_statusTony Nguyen
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-10-29ice: Hide bus-info in ethtool for PRs in switchdev modeMarcin Szycik
2021-10-20ice: enable ndo_setup_tc support for mqprio_qdiscKiran Patil
2021-10-19ice: Refactor PR ethtool opsWojciech Drewek
2021-10-19ice: fix rate limit update after coalesce changeJesse Brandeburg
2021-10-15ice: make use of ice_for_each_* macrosMaciej Fijalkowski
2021-10-15ice: split ice_ring onto Tx/Rx separate structsMaciej Fijalkowski
2021-10-15ice: move ice_container_type onto ice_ring_containerMaciej Fijalkowski
2021-10-07ice: add port representor ethtool ops and statsWojciech Drewek
2021-09-28ice: Add DSCP supportDave Ertman
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-06-11ice: enable transmit timestamps for E810 devicesJacob Keller
2021-06-11ice: enable receive hardware timestampingJacob Keller
2021-06-11ice: report the PTP clock index in ethtool .get_ts_infoJacob Keller
2021-06-07Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2021-06-07ice: fix clang warning regarding deadcode.DeadStoresPaul M Stillwell Jr
2021-06-04ice: report supported and advertised autoneg using PHY capabilitiesPaul Greenwalt
2021-04-14ice: Reimplement module reads used by ethtoolScott W Taylor
2021-04-14ice: refactor ITR data structuresJesse Brandeburg
2021-04-14ice: replace custom AIM algorithm with kernel's DIM libraryJacob Keller
2021-04-14ice: refactor interrupt moderation writesJesse Brandeburg
2021-04-14ice: Drop leading underscores in enum ice_pf_stateAnirudh Venkataramanan