diff options
Diffstat (limited to 'net/ethtool/common.c')
| -rw-r--r-- | net/ethtool/common.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ethtool/common.c b/net/ethtool/common.c index 423e640e3876..aaecfc916a4d 100644 --- a/net/ethtool/common.c +++ b/net/ethtool/common.c @@ -40,9 +40,11 @@ const char netdev_features_strings[NETDEV_FEATURE_COUNT][ETH_GSTRING_LEN] = {  	[NETIF_F_GSO_UDP_TUNNEL_BIT] =	 "tx-udp_tnl-segmentation",  	[NETIF_F_GSO_UDP_TUNNEL_CSUM_BIT] = "tx-udp_tnl-csum-segmentation",  	[NETIF_F_GSO_PARTIAL_BIT] =	 "tx-gso-partial", +	[NETIF_F_GSO_TUNNEL_REMCSUM_BIT] = "tx-tunnel-remcsum-segmentation",  	[NETIF_F_GSO_SCTP_BIT] =	 "tx-sctp-segmentation",  	[NETIF_F_GSO_ESP_BIT] =		 "tx-esp-segmentation",  	[NETIF_F_GSO_UDP_L4_BIT] =	 "tx-udp-segmentation", +	[NETIF_F_GSO_FRAGLIST_BIT] =	 "tx-gso-list",  	[NETIF_F_FCOE_CRC_BIT] =         "tx-checksum-fcoe-crc",  	[NETIF_F_SCTP_CRC_BIT] =        "tx-checksum-sctp",  | 
