summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/google/gve/gve_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-11gve: Use ethtool_sprintf/puts() to fill stats stringsSimon Horman1-25/+17
2024-05-05gve: Alloc and free QPLs with the ringsShailend Chand1-5/+2
2024-05-05gve: Account for stopped queues when reading NIC statsShailend Chand1-6/+35
2024-04-19gve: Remove qpl_cfg struct since qpl_ids map with queues respectivelyZiwei Xiao1-9/+0
2024-04-15gve: Correctly report software timestamping capabilitiesJohn Fraker1-1/+2
2024-04-03gve: add support to change ring size via ethtoolHarshitha Ramamurthy1-6/+79
2024-03-29gve: Add counter adminq_get_ptype_map_cnt to stats reportJohn Fraker1-1/+2
2024-03-04gve: Add header split ethtool statsJeroen de Borst1-11/+25
2024-03-04gve: Add header split data pathJeroen de Borst1-1/+25
2023-11-29gve: Remove dependency on 4k page size.John Fraker1-1/+1
2023-07-10gve: unify driver name usageJunfeng Guo1-1/+1
2023-07-07gve: Set default duplex configuration to fullJunfeng Guo1-0/+3
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2023-03-23gve: Cache link_speed value from deviceJoshua Washington1-1/+4
2023-03-17gve: Add AF_XDP zero-copy support for GQI-QPL formatPraveen Kaligineedi1-5/+9
2023-03-17gve: Add XDP REDIRECT support for GQI-QPL formatPraveen Kaligineedi1-8/+18
2023-03-17gve: Add XDP DROP and TX support for GQI-QPL formatPraveen Kaligineedi1-6/+31
2023-03-17gve: XDP support GQI-QPL: helper function changesPraveen Kaligineedi1-9/+17
2022-11-02gve: Reduce alloc and copy costs in the GQ rx pathShailend Chand1-0/+2
2022-10-29net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner1-8/+8
2022-08-29net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior1-8/+8
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-12gve: 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-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