From: Eric Dumazet <redacted>
Date: Sun, 16 Sep 2012 21:17:26 +0200
From: Eric Dumazet <edumazet@google.com>
...
[PATCH v2 net-next] net: provide a default dev->ethtool_ops
Instead of forcing device drivers to provide empty ethtool_ops or tweak
net/core/ethtool.c again, we could provide a generic ethtool_ops.
This occurred to me when I wanted to add GSO support to GRE tunnels.
ethtool -k support should be generic for all drivers.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Ben Hutchings <redacted>
Cc: Maciej Żenczykowski <redacted>
Great work, applied, thanks Eric.