summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/google/gve/gve_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
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-26net: gve: remove duplicated allowedDaode Huang1-1/+1
2021-03-26net: gve: convert strlcpy to strscpyDaode Huang1-3/+3
2020-12-09gve: Add support for raw addressing in the tx pathCatherine Sullivan1-0/+2
2020-11-24net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-09-12gve: Enable Link Speed Reporting in the driver.David Awogbemila1-1/+13
2020-09-12gve: NIC stats for report-stats and for ethtoolDavid Awogbemila1-1/+83
2020-09-12gve: Add Gvnic stats AQ command and ethtool show/set-priv-flags.Kuo Zhao1-20/+93
2020-09-12gve: Add stats for gve.Kuo Zhao1-29/+119
2020-09-12gve: 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-02gve: Add ethtool supportCatherine Sullivan1-0/+243