summaryrefslogtreecommitdiff
path: root/include/uapi/linux/ethtool_netlink.h
AgeCommit message (Expand)AuthorFilesLines
2021-02-04ethtool: Extend link modes settings uAPI with lanesDanielle Ratson1-0/+1
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-09-18ethtool: add and use message type for tunnel info replyMichal Kubecek1-0/+1
2020-09-15ethtool: add standard pause statsJakub Kicinski1-1/+17
2020-07-10ethtool: add tunnel info interfaceJakub Kicinski1-0/+55
2020-06-30ethtool: Add link extended stateAmit Cohen1-0/+2
2020-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+151
2020-05-27net: ethtool: Allow PHY cable test TDR data to configuredAndrew Lunn1-0/+13
2020-05-27net: ethtool: Add attributes for cable test TDR dataAndrew Lunn1-0/+63
2020-05-22ethtool: provide UAPI for PHY Signal Quality Index (SQI)Oleksij Rempel1-0/+2
2020-05-10net: ethtool: Add attributes for cable test reportsAndrew Lunn1-0/+59
2020-05-10net: ethtool: netlink: Add support for triggering a cable testAndrew Lunn1-0/+12
2020-05-07ethtool: provide UAPI for PHY master/slave configuration.Oleksij Rempel1-0/+2
2020-04-21docs: fix broken references to text filesMauro Carvalho Chehab1-1/+1
2020-03-30ethtool: provide timestamping information with TSINFO_GET requestMichal Kubecek1-0/+17
2020-03-30ethtool: add EEE_NTF notificationMichal Kubecek1-0/+1
2020-03-30ethtool: set EEE settings with EEE_SET requestMichal Kubecek1-0/+1
2020-03-30ethtool: provide EEE settings with EEE_GET requestMichal Kubecek1-0/+19
2020-03-30ethtool: add PAUSE_NTF notificationMichal Kubecek1-0/+1
2020-03-30ethtool: set pause parameters with PAUSE_SET requestMichal Kubecek1-0/+1
2020-03-30ethtool: provide pause parameters with PAUSE_GET requestMichal Kubecek1-0/+16
2020-03-30ethtool: add COALESCE_NTF notificationMichal Kubecek1-0/+1
2020-03-30ethtool: set coalescing parameters with COALESCE_SET requestMichal Kubecek1-0/+1
2020-03-30ethtool: provide coalescing parameters with COALESCE_GET requestMichal Kubecek1-0/+35
2020-03-13ethtool: add CHANNELS_NTF notificationMichal Kubecek1-0/+1
2020-03-13ethtool: set device channel counts with CHANNELS_SET requestMichal Kubecek1-0/+1
2020-03-13ethtool: provide channel counts with CHANNELS_GET requestMichal Kubecek1-0/+21
2020-03-13ethtool: add RINGS_NTF notificationMichal Kubecek1-0/+1
2020-03-13ethtool: set device ring sizes with RINGS_SET requestMichal Kubecek1-0/+1
2020-03-13ethtool: provide ring sizes with RINGS_GET requestMichal Kubecek1-0/+21
2020-03-13ethtool: add PRIVFLAGS_NTF notificationMichal Kubecek1-0/+1
2020-03-13ethtool: set device private flags with PRIVFLAGS_SET requestMichal Kubecek1-0/+1
2020-03-13ethtool: provide private flags with PRIVFLAGS_GET requestMichal Kubecek1-0/+14
2020-03-13ethtool: add FEATURES_NTF notificationMichal Kubecek1-0/+1
2020-03-13ethtool: set netdev features with FEATURES_SET requestMichal Kubecek1-0/+2
2020-03-13ethtool: provide netdev features with FEATURES_GET requestMichal Kubecek1-0/+17
2020-01-27ethtool: add WOL_NTF notificationMichal Kubecek1-0/+1
2020-01-27ethtool: set wake-on-lan settings with WOL_SET requestMichal Kubecek1-0/+1
2020-01-27ethtool: provide WoL settings with WOL_GET requestMichal Kubecek1-0/+15
2020-01-27ethtool: add DEBUG_NTF notificationMichal Kubecek1-0/+1
2020-01-27ethtool: set message mask with DEBUG_SET requestMichal Kubecek1-0/+1
2020-01-27ethtool: provide message mask with DEBUG_GET requestMichal Kubecek1-0/+14
2019-12-28ethtool: provide link state with LINKSTATE_GET requestMichal Kubecek1-0/+14
2019-12-28ethtool: add LINKMODES_NTF notificationMichal Kubecek1-0/+1
2019-12-28ethtool: set link modes related data with LINKMODES_SET requestMichal Kubecek1-0/+1
2019-12-28ethtool: provide link mode information with LINKMODES_GET requestMichal Kubecek1-0/+18
2019-12-28ethtool: add LINKINFO_NTF notificationMichal Kubecek1-0/+1
2019-12-28ethtool: set link settings with LINKINFO_SET requestMichal Kubecek1-0/+1
2019-12-28ethtool: provide link settings with LINKINFO_GET requestMichal Kubecek1-0/+18
2019-12-28ethtool: provide string sets with STRSET_GET requestMichal Kubecek1-0/+56