summaryrefslogtreecommitdiffstats
path: root/net/ethtool
Commit message (Expand)AuthorAgeFilesLines
* ethtool: count header size in reply size estimateMichal Kubecek2020-05-212-3/+2
* ethtool: provide timestamping information with TSINFO_GET requestMichal Kubecek2020-03-297-20/+179
* ethtool: add timestamping related string setsMichal Kubecek2020-03-293-0/+69
* ethtool: add EEE_NTF notificationMichal Kubecek2020-03-293-1/+10
* ethtool: set EEE settings with EEE_SET requestMichal Kubecek2020-03-293-0/+79
* ethtool: provide EEE settings with EEE_GET requestMichal Kubecek2020-03-294-1/+140
* ethtool: add PAUSE_NTF notificationMichal Kubecek2020-03-293-1/+10
* ethtool: set pause parameters with PAUSE_SET requestMichal Kubecek2020-03-293-0/+67
* ethtool: provide pause parameters with PAUSE_GET requestMichal Kubecek2020-03-294-1/+91
* ethtool: add COALESCE_NTF notificationMichal Kubecek2020-03-293-1/+10
* ethtool: set coalescing parameters with COALESCE_SET requestMichal Kubecek2020-03-293-0/+142
* ethtool: provide coalescing parameters with COALESCE_GET requestMichal Kubecek2020-03-294-1/+224
* ethtool: fix reference leak in ethnl_set_privflags()Michal Kubecek2020-03-291-1/+3
* net: introduce the MACSEC netdev featureAntoine Tenart2020-03-261-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-255-8/+24
|\
| * ethtool: fix reference leak in some *_SET handlersMichal Kubecek2020-03-234-4/+12
| * ethtool: reject unrecognized request flagsMichal Kubecek2020-03-161-4/+12
* | ethtool: fix incorrect tx-checksumming settings reportingVladyslav Tarasiuk2020-03-241-1/+1
* | net: ethtool: require drivers to set supported_coalesce_paramsJakub Kicinski2020-03-172-3/+11
* | ethtool: fix spelling mistake "exceeeds" -> "exceeds"Colin Ian King2020-03-132-2/+2
* | ethtool: add CHANNELS_NTF notificationMichal Kubecek2020-03-123-1/+10
* | ethtool: set device channel counts with CHANNELS_SET requestMichal Kubecek2020-03-126-31/+154
* | ethtool: provide channel counts with CHANNELS_GET requestMichal Kubecek2020-03-124-1/+119
* | ethtool: add RINGS_NTF notificationMichal Kubecek2020-03-123-1/+10
* | ethtool: set device ring sizes with RINGS_SET requestMichal Kubecek2020-03-123-0/+95
* | ethtool: provide ring sizes with RINGS_GET requestMichal Kubecek2020-03-124-1/+118
* | ethtool: add PRIVFLAGS_NTF notificationMichal Kubecek2020-03-123-0/+7
* | ethtool: set device private flags with PRIVFLAGS_SET requestMichal Kubecek2020-03-123-0/+76
* | ethtool: provide private flags with PRIVFLAGS_GET requestMichal Kubecek2020-03-124-1/+146
* | ethtool: add FEATURES_NTF notificationMichal Kubecek2020-03-122-1/+32
* | 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-02-291-0/+39
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-272-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-161-0/+3
* | ethtool: Add support for low latency RS FECAya Levin2020-02-182-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