diff options
Diffstat (limited to 'net/core/ethtool.c')
-rw-r--r-- | net/core/ethtool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/core/ethtool.c b/net/core/ethtool.c index 3e9b2c3e30f0..adc1351e6873 100644 --- a/net/core/ethtool.c +++ b/net/core/ethtool.c | |||
@@ -78,6 +78,7 @@ static const char netdev_features_strings[NETDEV_FEATURE_COUNT][ETH_GSTRING_LEN] | |||
78 | [NETIF_F_TSO6_BIT] = "tx-tcp6-segmentation", | 78 | [NETIF_F_TSO6_BIT] = "tx-tcp6-segmentation", |
79 | [NETIF_F_FSO_BIT] = "tx-fcoe-segmentation", | 79 | [NETIF_F_FSO_BIT] = "tx-fcoe-segmentation", |
80 | [NETIF_F_GSO_GRE_BIT] = "tx-gre-segmentation", | 80 | [NETIF_F_GSO_GRE_BIT] = "tx-gre-segmentation", |
81 | [NETIF_F_GSO_UDP_TUNNEL_BIT] = "tx-udp_tnl-segmentation", | ||
81 | 82 | ||
82 | [NETIF_F_FCOE_CRC_BIT] = "tx-checksum-fcoe-crc", | 83 | [NETIF_F_FCOE_CRC_BIT] = "tx-checksum-fcoe-crc", |
83 | [NETIF_F_SCTP_CSUM_BIT] = "tx-checksum-sctp", | 84 | [NETIF_F_SCTP_CSUM_BIT] = "tx-checksum-sctp", |