From: Alexander Lobakin <[email protected]>
Date: Tue, 23 Jun 2020 10:43:48 +0000
> Commit e585f2363637 ("udp: Changes to udp_offload to support remote
> checksum offload") added new GSO type and a corresponding netdev
> feature, but missed Ethtool's 'netdev_features_strings' table.
> Give it a name so it will be exposed to userspace and become available
> for manual configuration.
>
> v3:
> - decouple from "netdev_features_strings[] cleanup" series;
> - no functional changes.
>
> v2:
> - don't split the "Fixes:" tag across lines;
> - no functional changes.
>
> Fixes: e585f2363637 ("udp: Changes to udp_offload to support remote checksum
> offload")
> Signed-off-by: Alexander Lobakin <[email protected]>
Applied and queued up for -stable, thanks.