开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
google
/
gve
/
gve_ethtool.c
Age
Commit message (
Expand
)
Author
2024-08-13
gve: Add RSS adminq commands and ethtool support
Jeroen de Borst
2024-08-02
gve: Fix use of netif_carrier_ok()
Praveen Kaligineedi
2024-06-25
gve: Add flow steering ethtool support
Jeroen de Borst
2024-06-25
gve: Add flow steering adminq commands
Jeroen de Borst
2024-05-10
gve: Use ethtool_sprintf/puts() to fill stats strings
Simon Horman
2024-05-05
gve: Alloc and free QPLs with the rings
Shailend Chand
2024-05-05
gve: Account for stopped queues when reading NIC stats
Shailend Chand
2024-04-18
gve: Remove qpl_cfg struct since qpl_ids map with queues respectively
Ziwei Xiao
2024-04-15
gve: Correctly report software timestamping capabilities
John Fraker
2024-04-03
gve: add support to change ring size via ethtool
Harshitha Ramamurthy
2024-03-28
gve: Add counter adminq_get_ptype_map_cnt to stats report
John Fraker
2024-03-04
gve: Add header split ethtool stats
Jeroen de Borst
2024-03-04
gve: Add header split data path
Jeroen de Borst
2023-11-29
gve: Remove dependency on 4k page size.
John Fraker
2023-07-10
gve: unify driver name usage
Junfeng Guo
2023-07-06
gve: Set default duplex configuration to full
Junfeng Guo
2023-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-22
gve: Cache link_speed value from device
Joshua Washington
2023-03-17
gve: Add AF_XDP zero-copy support for GQI-QPL format
Praveen Kaligineedi
2023-03-17
gve: Add XDP REDIRECT support for GQI-QPL format
Praveen Kaligineedi
2023-03-17
gve: Add XDP DROP and TX support for GQI-QPL format
Praveen Kaligineedi
2023-03-17
gve: XDP support GQI-QPL: helper function changes
Praveen Kaligineedi
2022-11-02
gve: Reduce alloc and copy costs in the GQ rx path
Shailend Chand
2022-10-28
net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).
Thomas Gleixner
2022-08-29
net: Use u64_stats_fetch_begin_irq() for stats fetch.
Sebastian Andrzej Siewior
2021-12-16
gve: Add tx|rx-coalesce-usec for DQO
Tao Liu
2021-12-16
gve: Add consumed counts to ethtool stats
Jordan Kim
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
2021-10-25
gve: Implement packet continuation for RX.
David Awogbemila
2021-10-11
gve: Do lazy cleanup in TX path
Tao Liu
2021-06-24
gve: DQO: Add core netdev features
Bailey Forrest
2021-06-24
gve: Update adminq commands to support DQO queues
Bailey Forrest
2021-03-25
net: gve: remove duplicated allowed
Daode Huang
2021-03-25
net: gve: convert strlcpy to strscpy
Daode Huang
2020-12-08
gve: Add support for raw addressing in the tx path
Catherine Sullivan
2020-11-23
net: don't include ethtool.h from netdevice.h
Jakub Kicinski
2020-09-11
gve: Enable Link Speed Reporting in the driver.
David Awogbemila
2020-09-11
gve: NIC stats for report-stats and for ethtool
David Awogbemila
2020-09-11
gve: Add Gvnic stats AQ command and ethtool show/set-priv-flags.
Kuo Zhao
2020-09-11
gve: Add stats for gve.
Kuo Zhao
2020-09-11
gve: Get and set Rx copybreak via ethtool
Kuo Zhao
2019-08-05
gve: Fix case where desc_cnt and data_cnt can get out of sync
Catherine Sullivan
2019-07-03
gve: Fix u64_stats_sync to initialize start
Catherine Sullivan
2019-07-01
gve: Add ethtool support
Catherine Sullivan