summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/google/gve/gve_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* gve: Add flow steering ethtool supportJeroen de Borst2024-06-251-1/+66
* gve: Add flow steering adminq commandsJeroen de Borst2024-06-251-1/+4
* gve: Use ethtool_sprintf/puts() to fill stats stringsSimon Horman2024-05-101-25/+17
* gve: Alloc and free QPLs with the ringsShailend Chand2024-05-051-5/+2
* gve: Account for stopped queues when reading NIC statsShailend Chand2024-05-051-6/+35
* gve: Remove qpl_cfg struct since qpl_ids map with queues respectivelyZiwei Xiao2024-04-181-9/+0
* gve: Correctly report software timestamping capabilitiesJohn Fraker2024-04-151-1/+2
* gve: add support to change ring size via ethtoolHarshitha Ramamurthy2024-04-031-6/+79
* gve: Add counter adminq_get_ptype_map_cnt to stats reportJohn Fraker2024-03-281-1/+2
* gve: Add header split ethtool statsJeroen de Borst2024-03-041-11/+25
* gve: Add header split data pathJeroen de Borst2024-03-041-1/+25
* gve: Remove dependency on 4k page size.John Fraker2023-11-291-1/+1
* gve: unify driver name usageJunfeng Guo2023-07-101-1/+1
* gve: Set default duplex configuration to fullJunfeng Guo2023-07-061-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-241-1/+4
|\
| * gve: Cache link_speed value from deviceJoshua Washington2023-03-221-1/+4
* | gve: Add AF_XDP zero-copy support for GQI-QPL formatPraveen Kaligineedi2023-03-171-5/+9
* | gve: Add XDP REDIRECT support for GQI-QPL formatPraveen Kaligineedi2023-03-171-8/+18
* | gve: Add XDP DROP and TX support for GQI-QPL formatPraveen Kaligineedi2023-03-171-6/+31
* | gve: XDP support GQI-QPL: helper function changesPraveen Kaligineedi2023-03-171-9/+17
|/
* gve: Reduce alloc and copy costs in the GQ rx pathShailend Chand2022-11-021-0/+2
* net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-281-8/+8
* net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior2022-08-291-8/+8
* gve: Add tx|rx-coalesce-usec for DQOTao Liu2021-12-161-0/+61
* gve: Add consumed counts to ethtool statsJordan Kim2021-12-161-9/+12
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-1/+3
* gve: Implement packet continuation for RX.David Awogbemila2021-10-251-0/+4
* gve: Do lazy cleanup in TX pathTao Liu2021-10-111-2/+1
* gve: DQO: Add core netdev featuresBailey Forrest2021-06-241-2/+10
* gve: Update adminq commands to support DQO queuesBailey Forrest2021-06-241-2/+7
* net: gve: remove duplicated allowedDaode Huang2021-03-251-1/+1
* net: gve: convert strlcpy to strscpyDaode Huang2021-03-251-3/+3
* gve: Add support for raw addressing in the tx pathCatherine Sullivan2020-12-081-0/+2
* net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-231-0/+1
* gve: Enable Link Speed Reporting in the driver.David Awogbemila2020-09-111-1/+13
* gve: NIC stats for report-stats and for ethtoolDavid Awogbemila2020-09-111-1/+83
* gve: Add Gvnic stats AQ command and ethtool show/set-priv-flags.Kuo Zhao2020-09-111-20/+93
* gve: Add stats for gve.Kuo Zhao2020-09-111-29/+119
* gve: Get and set Rx copybreak via ethtoolKuo Zhao2020-09-111-0/+34
* gve: Fix case where desc_cnt and data_cnt can get out of syncCatherine Sullivan2019-08-051-2/+2
* gve: Fix u64_stats_sync to initialize startCatherine Sullivan2019-07-031-2/+4
* gve: Add ethtool supportCatherine Sullivan2019-07-011-0/+243