index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ethtool
/
wol.c
Age
Commit message (
Expand
)
Author
2024-06-28
net: move ethtool-related netdev state into its own struct
Edward Cree
2023-08-15
ethtool: netlink: always pass genl_info to .prepare_data
Jakub Kicinski
2023-01-27
ethtool: netlink: convert commands to common SET
Jakub Kicinski
2021-12-15
ethtool: use ethnl_parse_header_dev_put()
Eric Dumazet
2020-10-06
ethtool: link up ethnl_header_policy as a nested policy
Jakub Kicinski
2020-10-06
ethtool: trim policy tables
Jakub Kicinski
2020-10-06
ethtool: wire up set policies to ops
Jakub Kicinski
2020-10-06
ethtool: wire up get policies to ops
Jakub Kicinski
2020-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-03-23
ethtool: fix reference leak in some *_SET handlers
Michal Kubecek
2020-03-12
ethtool: rename ethnl_parse_header() to ethnl_parse_header_dev_get()
Michal Kubecek
2020-01-27
ethtool: add WOL_NTF notification
Michal Kubecek
2020-01-27
ethtool: set wake-on-lan settings with WOL_SET request
Michal Kubecek
2020-01-27
ethtool: provide WoL settings with WOL_GET request
Michal Kubecek