From a39f92d391ac1ce06b3618874ff4211ecb11f549 Mon Sep 17 00:00:00 2001 From: Susant Sahani Date: Fri, 4 Nov 2016 15:25:07 +0530 Subject: Link: port to new ethtool ETHTOOL_xLINKSETTINGS Link: port to new ethtool ETHTOOL_xLINKSETTINGS This patch defines a new ETHTOOL_GLINKSETTINGS/SLINKSETTINGS API, handled by the new get_link_ksettings/set_link_ksettings . This is a WIP version based on this [kernel patch](https://patchwork.kernel.org/patch/8411401/). commit 0527f1c http://github.com/torvalds/linux/commit/3f1ac7a700d039c61d8d8b99f28d605d489a60cfommit 35afb33 --- man/systemd.link.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'man/systemd.link.xml') diff --git a/man/systemd.link.xml b/man/systemd.link.xml index 8edbe758d9..023e24eeb3 100644 --- a/man/systemd.link.xml +++ b/man/systemd.link.xml @@ -358,6 +358,20 @@ full. + + AutoNegotiation= + + Enables or disables automatic negotiation of transmission parameters. + Autonegotiation is a procedure by which two connected ethernet devices choose + common transmission parameters, such as speed, duplex mode, and flow control. + Takes a boolean value. Unset by default, which means that the kernel default + will be used. + + Note that if autonegotiation is enabled, speed and duplex settings are + read-only. If autonegotation is disabled, speed and duplex settings are writable + if the driver supports multiple link modes. + + WakeOnLan= -- cgit v1.2.3-54-g00ecf