summaryrefslogtreecommitdiffstats
path: root/net/ethtool/eee.c
AgeCommit message (Expand)AuthorLines
2024-02-28net: ethtool: eee: Remove legacy _u32 from keeeAndrew Lunn-27/+4
2024-01-31ethtool: add linkmode bitmap support to struct ethtool_keeeHeiner Kallweit-14/+35
2024-01-31ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit-8/+8
2024-01-31ethtool: adjust struct ethtool_keee to kernel needsHeiner Kallweit-6/+6
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit-5/+5
2023-08-15ethtool: netlink: always pass genl_info to .prepare_dataJakub Kicinski-1/+1
2023-01-27ethtool: netlink: convert commands to common SETJakub Kicinski-47/+31
2021-12-15ethtool: use ethnl_parse_header_dev_put()Eric Dumazet-1/+1
2021-04-06ethtool: fix incorrect datatype in set_eee opsWong Vee Khee-2/+2
2020-10-06ethtool: link up ethnl_header_policy as a nested policyJakub Kicinski-2/+4
2020-10-06ethtool: trim policy tablesJakub Kicinski-12/+2
2020-10-06ethtool: wire up set policies to opsJakub Kicinski-8/+3
2020-10-06ethtool: wire up get policies to opsJakub Kicinski-4/+1
2020-03-29ethtool: add EEE_NTF notificationMichal Kubecek-0/+3
2020-03-29ethtool: set EEE settings with EEE_SET requestMichal Kubecek-0/+73
2020-03-29ethtool: provide EEE settings with EEE_GET requestMichal Kubecek-0/+130