summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-27ice: Add 200G speed/phy type useAlice Michael1-2/+24
2023-10-19intel: fix format warningsJesse Brandeburg1-3/+4
2023-10-18ice: Refactor finding advertised link speedPawel Chmielewski1-65/+128
2023-09-20ice: PTP: add clock domain number to auxiliary interfaceMichal Michalik1-1/+1
2023-07-14ice: prevent NULL pointer deref during reloadMichal Swiatkowski1-2/+11
2023-05-17ice: refactor PHY type to ethtool link modePaul Greenwalt1-274/+35
2023-05-16ice: add individual interrupt allocationPiotr Raczynski1-1/+1
2023-03-03ice: copy last block omitted in ice_get_module_eeprom()Petr Oros1-2/+4
2023-02-11Daniel Borkmann says:Jakub Kicinski1-3/+1
2023-02-03ice: cleanup in VSI config/deconfig codeMichal Swiatkowski1-1/+1
2023-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+24
2023-02-02ice: Remove next_{dd,rs} fields from ice_tx_ringMaciej Fijalkowski1-2/+0
2023-02-02ice: Add support for XDP multi-buffer on Rx sideMaciej Fijalkowski1-1/+1
2023-01-27ice: Prevent set_channel from changing queues while RDMA activeDave Ertman1-4/+24
2023-01-19ice: Explicitly return 0Tony Nguyen1-1/+1
2023-01-19ice: combine cases in ice_ksettings_find_adv_link_speed()Przemek Kitszel1-12/+8
2023-01-19ice: Add support for 100G KR2/CR2/SR2 link reportingAnirudh Venkataramanan1-9/+32
2022-11-23ice: Accumulate ring statistics over resetBenjamin Mikailenko1-6/+6
2022-10-29ice: Add additional CSR registers to ETHTOOL_GREGSLukasz Czapnik1-0/+169
2022-08-18ice: Allow 100M speeds for some devicesAnirudh Venkataramanan1-4/+7
2022-08-18ice: Implement control of FCS/CRC strippingJesse Brandeburg1-4/+1
2022-08-16ice: track and warn when PHC update is lateJacob Keller1-0/+2
2022-08-16ice: track Tx timestamp stats similar to other Intel driversJacob Keller1-0/+3
2022-08-16ice: initialize cached_phctime when creating Rx ringsJacob Keller1-0/+1
2022-08-16ice: set tx_tstamps when creating new Tx rings via ethtoolJacob Keller1-0/+1
2022-07-30Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-1/+1
2022-07-28ice: Introduce enabling promiscuous mode on multiple VF'sMichal Wilczynski1-1/+1
2022-07-26ice: check (DD | EOF) bits on Rx descriptor rather than (EOP | RS)Maciej Fijalkowski1-1/+2
2022-06-22ice: ethtool: Prohibit improper channel config for DCBAnatolii Gerasymenko1-0/+10
2022-06-21ice: ethtool: advertise 1000M speeds properlyAnatolii Gerasymenko1-1/+38
2022-05-14ice: Expose RSS indirection tables for queue groups via ethtoolSridhar Samudrala1-18/+51
2022-05-06Revert "ice: Hide bus-info in ethtool for PRs in switchdev mode"Marcin Szycik1-5/+3
2022-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-03-09ice: Fix curr_link_speed advertised speedJedrzej Jagielski1-1/+1
2022-03-03ice: convert VF storage to hash table with krefs and RCUJacob Keller1-4/+9
2022-03-03ice: introduce VF accessor functionsJacob Keller1-1/+1
2022-03-03ice: factor VF variables to separate structureJacob Keller1-1/+1
2022-03-03ice: convert ice_for_each_vf to include VF entry iteratorJacob Keller1-4/+3
2022-02-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller1-0/+9
2022-02-09ice: Add ability for PF admin to enable VF VLAN pruningBrett Creeley1-0/+9
2022-01-27ice: Make Tx threshold dependent on ring lengthMaciej Fijalkowski1-0/+2
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