summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/google/gve/gve_ethtool.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-071-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-231-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-291-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-121-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-261-1/+1
* net: gve: convert strlcpy to strscpyDaode Huang2021-03-261-3/+3
* gve: Add support for raw addressing in the tx pathCatherine Sullivan2020-12-091-0/+2
* net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-241-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-021-0/+243