summaryrefslogtreecommitdiff
path: root/net/ethtool/ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-30ethtool: provide timestamping information with TSINFO_GET requestMichal Kubecek1-19/+4
2020-03-30ethtool: add EEE_NTF notificationMichal Kubecek1-1/+5
2020-03-30ethtool: add PAUSE_NTF notificationMichal Kubecek1-1/+5
2020-03-30ethtool: add COALESCE_NTF notificationMichal Kubecek1-1/+5
2020-03-25ethtool: fix incorrect tx-checksumming settings reportingVladyslav Tarasiuk1-1/+1
2020-03-18net: ethtool: require drivers to set supported_coalesce_paramsJakub Kicinski1-3/+0
2020-03-13ethtool: add CHANNELS_NTF notificationMichal Kubecek1-1/+5
2020-03-13ethtool: set device channel counts with CHANNELS_SET requestMichal Kubecek1-31/+0
2020-03-13ethtool: add RINGS_NTF notificationMichal Kubecek1-1/+5
2020-03-13ethtool: add PRIVFLAGS_NTF notificationMichal Kubecek1-0/+2
2020-03-13ethtool: provide netdev features with FEATURES_GET requestMichal Kubecek1-2/+0
2020-03-13ethtool: update mapping of features to legacy ioctl requestsMichal Kubecek1-2/+3
2020-03-05ethtool: add infrastructure for centralized checking of coalescing parametersJakub Kicinski1-0/+66
2020-03-01ethtool: Factored out similar ethtool link settings for virtual devices to coreCris Forno1-0/+39
2020-01-27net/core: Replace driver version to be kernel versionLeon Romanovsky1-0/+2
2020-01-27ethtool: add WOL_NTF notificationMichal Kubecek1-0/+1
2020-01-27ethtool: add DEBUG_NTF notificationMichal Kubecek1-0/+2
2019-12-28ethtool: provide link state with LINKSTATE_GET requestMichal Kubecek1-4/+4
2019-12-28ethtool: add LINKMODES_NTF notificationMichal Kubecek1-2/+6
2019-12-28ethtool: add LINKINFO_NTF notificationMichal Kubecek1-2/+10
2019-12-28ethtool: provide link settings with LINKINFO_GET requestMichal Kubecek1-48/+0
2019-12-26net: ethtool: Use the PHY time stamping interface.Richard Cochran1-2/+2
2019-12-13ethtool: provide link mode names as a string setMichal Kubecek1-0/+6
2019-12-13ethtool: move string arrays into common fileMichal Kubecek1-82/+2
2019-12-13ethtool: move to its own directoryMichal Kubecek1-0/+3116