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