Age | Commit message (Expand) | Author |
2020-03-23 | ethtool: fix reference leak in some *_SET handlers | Michal Kubecek |
2020-03-16 | ethtool: reject unrecognized request flags | Michal Kubecek |
2020-02-26 | ethtool: limit bitset size | Michal Kubecek |
2020-02-16 | ethtool: fix application of verbose no_mask bitset | Michal Kubecek |
2020-01-27 | net/core: Replace driver version to be kernel version | Leon Romanovsky |
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 |
2020-01-27 | ethtool: add DEBUG_NTF notification | Michal Kubecek |
2020-01-27 | ethtool: set message mask with DEBUG_SET request | Michal Kubecek |
2020-01-27 | ethtool: provide message mask with DEBUG_GET request | Michal Kubecek |
2020-01-27 | ethtool: fix kernel-doc descriptions | Michal Kubecek |
2020-01-27 | net: Add fraglist GRO/GSO feature flags | Steffen Klassert |
2020-01-08 | ethtool: potential NULL dereference in strset_prepare_data() | Dan Carpenter |
2020-01-08 | ethtool: fix ->reply_size() error handling | Dan Carpenter |
2020-01-08 | ethtool: fix a memory leak in ethnl_default_start() | Dan Carpenter |
2020-01-03 | ethtool: remove set but not used variable 'lsettings' | YueHaibing |
2019-12-27 | ethtool: provide link state with LINKSTATE_GET request | Michal Kubecek |
2019-12-27 | ethtool: add LINKMODES_NTF notification | Michal Kubecek |
2019-12-27 | ethtool: set link modes related data with LINKMODES_SET request | Michal Kubecek |
2019-12-27 | ethtool: provide link mode information with LINKMODES_GET request | Michal Kubecek |
2019-12-27 | ethtool: add LINKINFO_NTF notification | Michal Kubecek |
2019-12-27 | ethtool: add default notification handler | Michal Kubecek |
2019-12-27 | ethtool: set link settings with LINKINFO_SET request | Michal Kubecek |
2019-12-27 | ethtool: provide link settings with LINKINFO_GET request | Michal Kubecek |
2019-12-27 | ethtool: provide string sets with STRSET_GET request | Michal Kubecek |
2019-12-27 | ethtool: default handlers for GET requests | Michal Kubecek |
2019-12-27 | ethtool: support for netlink notifications | Michal Kubecek |
2019-12-27 | ethtool: netlink bitset handling | Michal Kubecek |
2019-12-27 | ethtool: helper functions for netlink interface | Michal Kubecek |
2019-12-27 | ethtool: introduce ethtool netlink interface | Michal Kubecek |
2019-12-25 | net: ethtool: Use the PHY time stamping interface. | Richard Cochran |
2019-12-12 | ethtool: provide link mode names as a string set | Michal Kubecek |
2019-12-12 | ethtool: move string arrays into common file | Michal Kubecek |
2019-12-12 | ethtool: move to its own directory | Michal Kubecek |