summaryrefslogtreecommitdiffstats
path: root/net/ethtool (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | ethtool: set netdev features with FEATURES_SET requestMichal Kubecek2020-03-123-0/+175
* | ethtool: add ethnl_parse_bitset() helperMichal Kubecek2020-03-122-0/+98
* | ethtool: provide netdev features with FEATURES_GET requestMichal Kubecek2020-03-126-3/+143
* | ethtool: update mapping of features to legacy ioctl requestsMichal Kubecek2020-03-121-2/+3
* | ethtool: rename ethnl_parse_header() to ethnl_parse_header_dev_get()Michal Kubecek2020-03-126-17/+25
* | ethtool: add infrastructure for centralized checking of coalescing parametersJakub Kicinski2020-03-051-0/+66
* | ethtool: Factored out similar ethtool link settings for virtual devices to coreCris Forno2020-03-011-0/+39
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-282-1/+4
|\|
| * ethtool: limit bitset sizeMichal Kubecek2020-02-262-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-211-0/+3
|\|
| * ethtool: fix application of verbose no_mask bitsetMichal Kubecek2020-02-171-0/+3
* | ethtool: Add support for low latency RS FECAya Levin2020-02-192-0/+2
|/
* net/core: Replace driver version to be kernel versionLeon Romanovsky2020-01-271-0/+2
* ethtool: add WOL_NTF notificationMichal Kubecek2020-01-273-1/+6
* ethtool: set wake-on-lan settings with WOL_SET requestMichal Kubecek2020-01-273-0/+82
* ethtool: provide WoL settings with WOL_GET requestMichal Kubecek2020-01-277-1/+128
* ethtool: add DEBUG_NTF notificationMichal Kubecek2020-01-273-0/+5
* ethtool: set message mask with DEBUG_SET requestMichal Kubecek2020-01-273-0/+59
* ethtool: provide message mask with DEBUG_GET requestMichal Kubecek2020-01-277-1/+115
* ethtool: fix kernel-doc descriptionsMichal Kubecek2020-01-272-12/+15
* net: Add fraglist GRO/GSO feature flagsSteffen Klassert2020-01-271-0/+1
* ethtool: potential NULL dereference in strset_prepare_data()Dan Carpenter2020-01-091-0/+1
* ethtool: fix ->reply_size() error handlingDan Carpenter2020-01-091-2/+4
* ethtool: fix a memory leak in ethnl_default_start()Dan Carpenter2020-01-091-3/+10
* ethtool: remove set but not used variable 'lsettings'YueHaibing2020-01-031-2/+0
* ethtool: provide link state with LINKSTATE_GET requestMichal Kubecek2019-12-287-5/+100
* ethtool: add LINKMODES_NTF notificationMichal Kubecek2019-12-283-2/+10
* ethtool: set link modes related data with LINKMODES_SET requestMichal Kubecek2019-12-283-0/+241
* ethtool: provide link mode information with LINKMODES_GET requestMichal Kubecek2019-12-284-1/+150
* ethtool: add LINKINFO_NTF notificationMichal Kubecek2019-12-283-2/+14
* ethtool: add default notification handlerMichal Kubecek2019-12-282-1/+92
* ethtool: set link settings with LINKINFO_SET requestMichal Kubecek2019-12-283-0/+78
* ethtool: provide link settings with LINKINFO_GET requestMichal Kubecek2019-12-287-49/+156
* ethtool: provide string sets with STRSET_GET requestMichal Kubecek2019-12-284-1/+438
* ethtool: default handlers for GET requestsMichal Kubecek2019-12-282-1/+436
* ethtool: support for netlink notificationsMichal Kubecek2019-12-281-0/+32
* ethtool: netlink bitset handlingMichal Kubecek2019-12-283-1/+764
* ethtool: helper functions for netlink interfaceMichal Kubecek2019-12-282-0/+371
* ethtool: introduce ethtool netlink interfaceMichal Kubecek2019-12-283-1/+48
* net: ethtool: Use the PHY time stamping interface.Richard Cochran2019-12-261-2/+2
* ethtool: provide link mode names as a string setMichal Kubecek2019-12-133-0/+97
* ethtool: move string arrays into common fileMichal Kubecek2019-12-134-83/+105
* ethtool: move to its own directoryMichal Kubecek2019-12-132-0/+3119