index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
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
Files
Lines
2024-08-13
gve: Add RSS adminq commands and ethtool support
Jeroen de Borst
1
-1
/
+43
2024-08-02
gve: Fix use of netif_carrier_ok()
Praveen Kaligineedi
1
-1
/
+1
2024-06-25
gve: Add flow steering ethtool support
Jeroen de Borst
1
-1
/
+66
2024-06-25
gve: Add flow steering adminq commands
Jeroen de Borst
1
-1
/
+4
2024-05-10
gve: Use ethtool_sprintf/puts() to fill stats strings
Simon Horman
1
-25
/
+17
2024-05-05
gve: Alloc and free QPLs with the rings
Shailend Chand
1
-5
/
+2
2024-05-05
gve: Account for stopped queues when reading NIC stats
Shailend Chand
1
-6
/
+35
2024-04-18
gve: Remove qpl_cfg struct since qpl_ids map with queues respectively
Ziwei Xiao
1
-9
/
+0
2024-04-15
gve: Correctly report software timestamping capabilities
John Fraker
1
-1
/
+2
2024-04-03
gve: add support to change ring size via ethtool
Harshitha Ramamurthy
1
-6
/
+79
2024-03-28
gve: Add counter adminq_get_ptype_map_cnt to stats report
John Fraker
1
-1
/
+2
2024-03-04
gve: Add header split ethtool stats
Jeroen de Borst
1
-11
/
+25
2024-03-04
gve: Add header split data path
Jeroen de Borst
1
-1
/
+25
2023-11-29
gve: Remove dependency on 4k page size.
John Fraker
1
-1
/
+1
2023-07-10
gve: unify driver name usage
Junfeng Guo
1
-1
/
+1
2023-07-06
gve: Set default duplex configuration to full
Junfeng Guo
1
-0
/
+3
2023-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+4
2023-03-22
gve: Cache link_speed value from device
Joshua Washington
1
-1
/
+4
2023-03-17
gve: Add AF_XDP zero-copy support for GQI-QPL format
Praveen Kaligineedi
1
-5
/
+9
2023-03-17
gve: Add XDP REDIRECT support for GQI-QPL format
Praveen Kaligineedi
1
-8
/
+18
2023-03-17
gve: Add XDP DROP and TX support for GQI-QPL format
Praveen Kaligineedi
1
-6
/
+31
2023-03-17
gve: XDP support GQI-QPL: helper function changes
Praveen Kaligineedi
1
-9
/
+17
2022-11-02
gve: Reduce alloc and copy costs in the GQ rx path
Shailend Chand
1
-0
/
+2
2022-10-28
net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).
Thomas Gleixner
1
-8
/
+8
2022-08-29
net: Use u64_stats_fetch_begin_irq() for stats fetch.
Sebastian Andrzej Siewior
1
-8
/
+8
2021-12-16
gve: Add tx|rx-coalesce-usec for DQO
Tao Liu
1
-0
/
+61
2021-12-16
gve: Add consumed counts to ethtool stats
Jordan Kim
1
-9
/
+12
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
1
-1
/
+3
2021-10-25
gve: Implement packet continuation for RX.
David Awogbemila
1
-0
/
+4
2021-10-11
gve: Do lazy cleanup in TX path
Tao Liu
1
-2
/
+1
2021-06-24
gve: DQO: Add core netdev features
Bailey Forrest
1
-2
/
+10
2021-06-24
gve: Update adminq commands to support DQO queues
Bailey Forrest
1
-2
/
+7
2021-03-25
net: gve: remove duplicated allowed
Daode Huang
1
-1
/
+1
2021-03-25
net: gve: convert strlcpy to strscpy
Daode Huang
1
-3
/
+3
2020-12-08
gve: Add support for raw addressing in the tx path
Catherine Sullivan
1
-0
/
+2
2020-11-23
net: don't include ethtool.h from netdevice.h
Jakub Kicinski
1
-0
/
+1
2020-09-11
gve: Enable Link Speed Reporting in the driver.
David Awogbemila
1
-1
/
+13
2020-09-11
gve: NIC stats for report-stats and for ethtool
David Awogbemila
1
-1
/
+83
2020-09-11
gve: Add Gvnic stats AQ command and ethtool show/set-priv-flags.
Kuo Zhao
1
-20
/
+93
2020-09-11
gve: Add stats for gve.
Kuo Zhao
1
-29
/
+119
2020-09-11
gve: Get and set Rx copybreak via ethtool
Kuo Zhao
1
-0
/
+34
2019-08-05
gve: Fix case where desc_cnt and data_cnt can get out of sync
Catherine Sullivan
1
-2
/
+2
2019-07-03
gve: Fix u64_stats_sync to initialize start
Catherine Sullivan
1
-2
/
+4
2019-07-01
gve: Add ethtool support
Catherine Sullivan
1
-0
/
+243