summaryrefslogtreecommitdiffstats
path: root/net/ethtool/features.c
Commit message (Expand)AuthorAgeFilesLines
* ethtool: netlink: Add missing ethnl_ops_begin/completeLudvig Pärsson2024-01-181-2/+7
* ethtool: netlink: always pass genl_info to .prepare_dataJakub Kicinski2023-08-151-1/+1
* ethtool: use ethnl_parse_header_dev_put()Eric Dumazet2021-12-151-1/+1
* ethtool: netlink: Slightly simplify 'ethnl_features_to_bitmap()'Christophe JAILLET2021-11-291-1/+0
* ethtool: netlink: add missing netdev_features_change() callAlexander Lobakin2020-11-091-1/+1
* ethtool: link up ethnl_header_policy as a nested policyJakub Kicinski2020-10-061-2/+4
* ethtool: trim policy tablesJakub Kicinski2020-10-061-13/+2
* ethtool: wire up set policies to opsJakub Kicinski2020-10-061-8/+3
* ethtool: wire up get policies to opsJakub Kicinski2020-10-061-4/+2
* ethtool: Don't omit the netlink reply if no features were changedMaxim Mikityanskiy2020-08-181-7/+4
* ethtool: Account for hw_features in netlink interfaceMaxim Mikityanskiy2020-08-181-1/+2
* ethtool: Fix preserving of wanted feature bits in netlink interfaceMaxim Mikityanskiy2020-08-181-4/+7
* ethtool: add FEATURES_NTF notificationMichal Kubecek2020-03-121-0/+4
* ethtool: set netdev features with FEATURES_SET requestMichal Kubecek2020-03-121-0/+169
* ethtool: provide netdev features with FEATURES_GET requestMichal Kubecek2020-03-121-0/+131