mbox series

[net,v2,0/3] ethtool-netlink bug fixes

Message ID 20200817133407.22687-1-maximmi@mellanox.com
Headers show
Series ethtool-netlink bug fixes | expand

Message

Maxim Mikityanskiy Aug. 17, 2020, 1:34 p.m. UTC
This series contains a few bug fixes for ethtool-netlink. These bugs are
specific for the netlink interface, and the legacy ioctl interface is
not affected. These patches aim to have the same behavior in
ethtool-netlink as in the legacy ethtool.

Please also see the sibling series for the userspace tool.

v2 changes: Added Fixes tags.

Maxim Mikityanskiy (3):
  ethtool: Fix preserving of wanted feature bits in netlink interface
  ethtool: Account for hw_features in netlink interface
  ethtool: Don't omit the netlink reply if no features were changed

 net/ethtool/features.c | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)