ethtool: Add support for toggling any of the GSO offloads
authorAlexander Duyck <aduyck@mirantis.com>
Mon, 11 Apr 2016 01:44:44 +0000 (21:44 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 14 Apr 2016 20:23:40 +0000 (16:23 -0400)
commit518f213dddb3375e8cf0fcb791dda4c7d1ce4c74
treeb639743e47b0a547346dc5143a8fddddabf92798
parentcb689269acc8cf911a2b28d22da155ee83f8dbdc
ethtool: Add support for toggling any of the GSO offloads

The strings were missing for several of the GSO offloads that are
available.  This patch provides the missing strings so that we can toggle
or query any of them via the ethtool command.

Signed-off-by: Alexander Duyck <aduyck@mirantis.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/ethtool.c