summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/google/gve/gve_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-16gve: Add tx|rx-coalesce-usec for DQOTao Liu1-0/+61
2021-12-16gve: Add consumed counts to ethtool statsJordan Kim1-9/+12
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-1/+3
2021-10-25gve: Implement packet continuation for RX.David Awogbemila1-0/+4
2021-10-11gve: Do lazy cleanup in TX pathTao Liu1-2/+1
2021-06-24gve: DQO: Add core netdev featuresBailey Forrest1-2/+10
2021-06-24gve: Update adminq commands to support DQO queuesBailey Forrest1-2/+7
2021-03-25net: gve: remove duplicated allowedDaode Huang1-1/+1
2021-03-25net: gve: convert strlcpy to strscpyDaode Huang1-3/+3
2020-12-08gve: Add support for raw addressing in the tx pathCatherine Sullivan1-0/+2
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-09-11gve: Enable Link Speed Reporting in the driver.David Awogbemila1-1/+13
2020-09-11gve: NIC stats for report-stats and for ethtoolDavid Awogbemila1-1/+83
2020-09-11gve: Add Gvnic stats AQ command and ethtool show/set-priv-flags.Kuo Zhao1-20/+93
2020-09-11gve: Add stats for gve.Kuo Zhao1-29/+119
2020-09-11gve: Get and set Rx copybreak via ethtoolKuo Zhao1-0/+34
2019-08-05gve: Fix case where desc_cnt and data_cnt can get out of syncCatherine Sullivan1-2/+2
2019-07-03gve: Fix u64_stats_sync to initialize startCatherine Sullivan1-2/+4
2019-07-01gve: Add ethtool supportCatherine Sullivan1-0/+243