summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/google/gve/gve_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* 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