summaryrefslogtreecommitdiffstats
path: root/net/ethtool/linkinfo.c
Commit message (Expand)AuthorAgeFilesLines
* ethtool: netlink: always pass genl_info to .prepare_dataJakub Kicinski2023-08-151-1/+1
* ethtool: netlink: convert commands to common SETJakub Kicinski2023-01-271-45/+36
* ethtool: use ethnl_parse_header_dev_put()Eric Dumazet2021-12-151-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: linkinfo: remove an unnecessary NULL checkDan Carpenter2020-06-051-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-251-1/+3
|\
| * ethtool: fix reference leak in some *_SET handlersMichal Kubecek2020-03-231-1/+3
* | ethtool: rename ethnl_parse_header() to ethnl_parse_header_dev_get()Michal Kubecek2020-03-121-2/+4
|/
* ethtool: add LINKINFO_NTF notificationMichal Kubecek2019-12-271-0/+2
* ethtool: set link settings with LINKINFO_SET requestMichal Kubecek2019-12-271-0/+71
* ethtool: provide link settings with LINKINFO_GET requestMichal Kubecek2019-12-271-0/+94