summaryrefslogtreecommitdiff
path: root/Documentation/networking/ethtool-netlink.rst
AgeCommit message (Expand)AuthorFilesLines
2021-08-24ethtool: add two coalesce attributes for CQE modeYufeng Mo1-0/+15
2021-08-17docs: ethtool: Add two link extended substates of bad signal integrityGuangbin Huang1-0/+8
2021-07-01ethtool: add a new command for getting PHC virtual clocksYangbo Lu1-0/+22
2021-06-22ethtool: Document behavior when module EEPROM bank attribute is omittedIdo Schimmel1-0/+2
2021-06-22ethtool: Document correct attribute typeIdo Schimmel1-1/+1
2021-06-22ethtool: Use correct command name in titleIdo Schimmel1-2/+2
2021-04-20ethtool: add missing EEPROM to list of messagesJakub Kicinski1-34/+36
2021-04-17docs: ethtool: document standard statisticsJakub Kicinski1-0/+82
2021-04-16ethtool: add FEC statisticsJakub Kicinski1-0/+21
2021-04-12ethtool: Allow network drivers to dump arbitrary EEPROM dataVladyslav Tarasiuk1-2/+34
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+5
2021-04-07docs: ethtool: correct quotesJakub Kicinski1-2/+2
2021-04-07docs: ethtool: fix some copy-paste errorsJakub Kicinski1-5/+5
2021-04-01ethtool: support FEC settings over netlinkJakub Kicinski1-2/+60
2021-02-04ethtool: Extend link modes settings uAPI with lanesDanielle Ratson1-5/+6
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+3
2020-09-18ethtool: add and use message type for tunnel info replyMichal Kubecek1-0/+3
2020-09-15ethtool: add standard pause statsJakub Kicinski1-0/+11
2020-08-03udp_tunnel: add the ability to hard-code IANA VXLANJakub Kicinski1-0/+3
2020-07-10ethtool: add tunnel info interfaceJakub Kicinski1-0/+33
2020-07-08Documentation: networking: fix ethtool-netlink table formatsRandy Dunlap1-9/+9
2020-06-30Documentation: networking: ethtool-netlink: Add link extended stateAmit Cohen1-4/+124
2020-06-11docs: networking: fix extra spaces in ethtool-netlinkJakub Kicinski1-6/+6
2020-05-27net: ethtool: Allow PHY cable test TDR data to configuredAndrew Lunn1-3/+19
2020-05-27net: ethtool: Add attributes for cable test TDR dataAndrew Lunn1-0/+81
2020-05-22ethtool: provide UAPI for PHY Signal Quality Index (SQI)Oleksij Rempel1-2/+4
2020-05-10net: ethtool: Add attributes for cable test reportsAndrew Lunn1-0/+41
2020-05-10net: ethtool: netlink: Add support for triggering a cable testAndrew Lunn1-1/+15
2020-05-07ethtool: provide UAPI for PHY master/slave configuration.Oleksij Rempel1-16/+19
2020-03-30ethtool: provide timestamping information with TSINFO_GET requestMichal Kubecek1-1/+29
2020-03-30ethtool: add EEE_NTF notificationMichal Kubecek1-0/+1
2020-03-30ethtool: set EEE settings with EEE_SET requestMichal Kubecek1-1/+24
2020-03-30ethtool: provide EEE settings with EEE_GET requestMichal Kubecek1-1/+33
2020-03-30ethtool: add PAUSE_NTF notificationMichal Kubecek1-0/+1
2020-03-30ethtool: set pause parameters with PAUSE_SET requestMichal Kubecek1-1/+2
2020-03-30ethtool: provide pause parameters with PAUSE_GET requestMichal Kubecek1-1/+39
2020-03-30ethtool: add COALESCE_NTF notificationMichal Kubecek1-0/+1
2020-03-30ethtool: set coalescing parameters with COALESCE_SET requestMichal Kubecek1-1/+41
2020-03-30ethtool: provide coalescing parameters with COALESCE_GET requestMichal Kubecek1-1/+47
2020-03-13ethtool: add CHANNELS_NTF notificationMichal Kubecek1-0/+1
2020-03-13ethtool: set device channel counts with CHANNELS_SET requestMichal Kubecek1-1/+22
2020-03-13ethtool: provide channel counts with CHANNELS_GET requestMichal Kubecek1-1/+29
2020-03-13ethtool: add RINGS_NTF notificationMichal Kubecek1-0/+1
2020-03-13ethtool: set device ring sizes with RINGS_SET requestMichal Kubecek1-1/+22
2020-03-13ethtool: provide ring sizes with RINGS_GET requestMichal Kubecek1-1/+29
2020-03-13ethtool: set device private flags with PRIVFLAGS_SET requestMichal Kubecek1-1/+20
2020-03-13ethtool: provide private flags with PRIVFLAGS_GET requestMichal Kubecek1-1/+29
2020-03-13ethtool: add FEATURES_NTF notificationMichal Kubecek1-0/+6
2020-03-13ethtool: set netdev features with FEATURES_SET requestMichal Kubecek1-9/+47
2020-03-13ethtool: provide netdev features with FEATURES_GET requestMichal Kubecek1-9/+42