aboutsummaryrefslogtreecommitdiffstats
path: root/net/ethtool/features.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-18ethtool: netlink: Add missing ethnl_ops_begin/completeLudvig Pärsson1-2/+7
2023-08-15ethtool: netlink: always pass genl_info to .prepare_dataJakub Kicinski1-1/+1
2021-12-15ethtool: use ethnl_parse_header_dev_put()Eric Dumazet1-1/+1
2021-11-29ethtool: netlink: Slightly simplify 'ethnl_features_to_bitmap()'Christophe JAILLET1-1/+0
2020-11-09ethtool: netlink: add missing netdev_features_change() callAlexander Lobakin1-1/+1
2020-10-06ethtool: link up ethnl_header_policy as a nested policyJakub Kicinski1-2/+4
2020-10-06ethtool: trim policy tablesJakub Kicinski1-13/+2
2020-10-06ethtool: wire up set policies to opsJakub Kicinski1-8/+3
2020-10-06ethtool: wire up get policies to opsJakub Kicinski1-4/+2
2020-08-18ethtool: Don't omit the netlink reply if no features were changedMaxim Mikityanskiy1-7/+4
2020-08-18ethtool: Account for hw_features in netlink interfaceMaxim Mikityanskiy1-1/+2
2020-08-18ethtool: Fix preserving of wanted feature bits in netlink interfaceMaxim Mikityanskiy1-4/+7
2020-03-12ethtool: add FEATURES_NTF notificationMichal Kubecek1-0/+4
2020-03-12ethtool: set netdev features with FEATURES_SET requestMichal Kubecek1-0/+169
2020-03-12ethtool: provide netdev features with FEATURES_GET requestMichal Kubecek1-0/+131