summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_ethtool.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ice: Fix incorrect assigns of FEC countsMateusz Polchlopek2024-08-071-4/+4
* Merge branch 'net-make-timestamping-selectable'Jakub Kicinski2024-07-151-1/+1
|\
| * net: Add struct kernel_ethtool_ts_infoKory Maincent2024-07-151-1/+1
* | ice: Implement driver functionality to dump serdes equalizer valuesAnil Samal2024-07-111-2/+136
* | ice: Implement driver functionality to dump fec statisticsAnil Samal2024-07-111-0/+304
|/
* ice: Interpret .set_channels() input differentlyLarysa Zaremba2024-05-231-17/+2
* ice: Fix freeing uninitialized pointersDan Carpenter2024-04-031-1/+1
* ice: Implement RSS settings for GTP using ethtoolTakeru Hayasaka2024-03-061-0/+82
* ice: avoid unnecessary devm_ usageMaciej Fijalkowski2024-03-041-7/+3
* ice: Add a new counter for Rx EIPE errorsAniruddha Paul2024-02-021-0/+1
* ice: introduce PTP state machineJacob Keller2024-01-301-1/+1
* ice: remove rx_len_errors statisticJan Sokolowski2024-01-021-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-12-211-2/+2
|\
| * ice: fix theoretical out-of-bounds access in ethtool link modesMichal Schmidt2023-12-131-2/+2
* | ice: enable symmetric-xor RSS for Toeplitz hash functionJeff Guo2023-12-141-17/+22
* | ice: refactor RSS configurationQi Zhang2023-12-141-1/+5
* | net: ethtool: get rid of get/set_rxfh_context functionsAhmed Zaki2023-12-141-16/+13
* | net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki2023-12-141-23/+21
* | net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com2023-12-081-6/+3
|/
* ice: Add 200G speed/phy type useAlice Michael2023-10-271-2/+24
* intel: fix format warningsJesse Brandeburg2023-10-191-3/+4
* ice: Refactor finding advertised link speedPawel Chmielewski2023-10-181-65/+128
* ice: PTP: add clock domain number to auxiliary interfaceMichal Michalik2023-09-201-1/+1
* ice: prevent NULL pointer deref during reloadMichal Swiatkowski2023-07-141-2/+11
* ice: refactor PHY type to ethtool link modePaul Greenwalt2023-05-171-274/+35
* ice: add individual interrupt allocationPiotr Raczynski2023-05-161-1/+1
* ice: copy last block omitted in ice_get_module_eeprom()Petr Oros2023-03-031-2/+4
* Daniel Borkmann says:Jakub Kicinski2023-02-111-3/+1
|\
| * ice: Remove next_{dd,rs} fields from ice_tx_ringMaciej Fijalkowski2023-02-011-2/+0
| * ice: Add support for XDP multi-buffer on Rx sideMaciej Fijalkowski2023-02-011-1/+1
* | ice: cleanup in VSI config/deconfig codeMichal Swiatkowski2023-02-031-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-021-4/+24
|\ \ | |/ |/|
| * ice: Prevent set_channel from changing queues while RDMA activeDave Ertman2023-01-271-4/+24
* | ice: Explicitly return 0Tony Nguyen2023-01-191-1/+1
* | ice: combine cases in ice_ksettings_find_adv_link_speed()Przemek Kitszel2023-01-191-12/+8
* | ice: Add support for 100G KR2/CR2/SR2 link reportingAnirudh Venkataramanan2023-01-191-9/+32
|/
* ice: Accumulate ring statistics over resetBenjamin Mikailenko2022-11-231-6/+6
* ice: Add additional CSR registers to ETHTOOL_GREGSLukasz Czapnik2022-10-291-0/+169
* ice: Allow 100M speeds for some devicesAnirudh Venkataramanan2022-08-181-4/+7
* ice: Implement control of FCS/CRC strippingJesse Brandeburg2022-08-181-4/+1
* ice: track and warn when PHC update is lateJacob Keller2022-08-161-0/+2
* ice: track Tx timestamp stats similar to other Intel driversJacob Keller2022-08-161-0/+3
* ice: initialize cached_phctime when creating Rx ringsJacob Keller2022-08-161-0/+1
* ice: set tx_tstamps when creating new Tx rings via ethtoolJacob Keller2022-08-161-0/+1
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2022-07-301-1/+1
|\
| * ice: Introduce enabling promiscuous mode on multiple VF'sMichal Wilczynski2022-07-281-1/+1
* | ice: check (DD | EOF) bits on Rx descriptor rather than (EOP | RS)Maciej Fijalkowski2022-07-261-1/+2
|/
* ice: ethtool: Prohibit improper channel config for DCBAnatolii Gerasymenko2022-06-221-0/+10
* ice: ethtool: advertise 1000M speeds properlyAnatolii Gerasymenko2022-06-211-1/+38
* ice: Expose RSS indirection tables for queue groups via ethtoolSridhar Samudrala2022-05-141-18/+51