1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/net/ethernet/google/gve
Junfeng Guo 9d0aba9831 gve: unify driver name usage
Current codebase contained the usage of two different names for this
driver (i.e., `gvnic` and `gve`), which is quite unfriendly for users
to use, especially when trying to bind or unbind the driver manually.
The corresponding kernel module is registered with the name of `gve`.
It's more reasonable to align the name of the driver with the module.

Fixes: 893ce44df5 ("gve: Add basic driver framework for Compute Engine Virtual NIC")
Cc: csully@google.com
Signed-off-by: Junfeng Guo <junfeng.guo@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2023-07-10 08:29:55 +01:00
..
gve.h gve: unify driver name usage 2023-07-10 08:29:55 +01:00
gve_adminq.c gve: Changes to add new TX queues 2023-03-17 08:29:20 +00:00
gve_adminq.h gve: Changes to add new TX queues 2023-03-17 08:29:20 +00:00
gve_desc.h gve: Add optional metadata descriptor type GVE_TXD_MTD 2021-12-16 10:41:54 +00:00
gve_desc_dqo.h gve: Handle alternate miss completions 2022-11-21 10:52:14 +00:00
gve_dqo.h gve: Add tx|rx-coalesce-usec for DQO 2021-12-16 10:41:54 +00:00
gve_ethtool.c gve: unify driver name usage 2023-07-10 08:29:55 +01:00
gve_main.c gve: unify driver name usage 2023-07-10 08:29:55 +01:00
gve_register.h gve: Add Gvnic stats AQ command and ethtool show/set-priv-flags. 2020-09-11 14:31:54 -07:00
gve_rx.c gve: Add AF_XDP zero-copy support for GQI-QPL format 2023-03-17 08:29:21 +00:00
gve_rx_dqo.c gve: XDP support GQI-QPL: helper function changes 2023-03-17 08:29:20 +00:00
gve_tx.c gve: use vmalloc_array and vcalloc 2023-06-27 09:30:23 -07:00
gve_tx_dqo.c gve: Support IPv6 Big TCP on DQ 2023-05-23 21:11:35 -07:00
gve_utils.c gve: XDP support GQI-QPL: helper function changes 2023-03-17 08:29:20 +00:00
gve_utils.h gve: XDP support GQI-QPL: helper function changes 2023-03-17 08:29:20 +00:00
Makefile gve: DQO: Add core netdev features 2021-06-24 12:47:38 -07:00