summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/google/gve/gve_ethtool.c
AgeCommit message (Expand)Author
2024-03-04gve: Add header split ethtool statsJeroen de Borst
2024-03-04gve: Add header split data pathJeroen de Borst
2023-11-29gve: Remove dependency on 4k page size.John Fraker
2023-07-10gve: unify driver name usageJunfeng Guo
2023-07-06gve: Set default duplex configuration to fullJunfeng Guo
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-22gve: Cache link_speed value from deviceJoshua Washington
2023-03-17gve: Add AF_XDP zero-copy support for GQI-QPL formatPraveen Kaligineedi
2023-03-17gve: Add XDP REDIRECT support for GQI-QPL formatPraveen Kaligineedi
2023-03-17gve: Add XDP DROP and TX support for GQI-QPL formatPraveen Kaligineedi
2023-03-17gve: XDP support GQI-QPL: helper function changesPraveen Kaligineedi
2022-11-02gve: Reduce alloc and copy costs in the GQ rx pathShailend Chand
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner
2022-08-29net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior
2021-12-16gve: Add tx|rx-coalesce-usec for DQOTao Liu
2021-12-16gve: Add consumed counts to ethtool statsJordan Kim
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-10-25gve: Implement packet continuation for RX.David Awogbemila
2021-10-11gve: Do lazy cleanup in TX pathTao Liu
2021-06-24gve: DQO: Add core netdev featuresBailey Forrest
2021-06-24gve: Update adminq commands to support DQO queuesBailey Forrest
2021-03-25net: gve: remove duplicated allowedDaode Huang
2021-03-25net: gve: convert strlcpy to strscpyDaode Huang
2020-12-08gve: Add support for raw addressing in the tx pathCatherine Sullivan
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski
2020-09-11gve: Enable Link Speed Reporting in the driver.David Awogbemila
2020-09-11gve: NIC stats for report-stats and for ethtoolDavid Awogbemila
2020-09-11gve: Add Gvnic stats AQ command and ethtool show/set-priv-flags.Kuo Zhao
2020-09-11gve: Add stats for gve.Kuo Zhao
2020-09-11gve: Get and set Rx copybreak via ethtoolKuo Zhao
2019-08-05gve: Fix case where desc_cnt and data_cnt can get out of syncCatherine Sullivan
2019-07-03gve: Fix u64_stats_sync to initialize startCatherine Sullivan
2019-07-01gve: Add ethtool supportCatherine Sullivan