summaryrefslogtreecommitdiff
path: root/src/udev/net/ethtool-util.c
AgeCommit message (Collapse)Author
2013-11-07net-util: call ioctl() only if necessaryMichal Sekletar
In case when update of current values is not necessary we still might end up calling ioctl(), because need_update variable is not explicitly initialized.
2013-10-29udev: link-config - use zero instead of memsetTom Gundersen
2013-10-29udev: link-config - add proper parsingTom Gundersen
2013-10-26udev: link-config: add ethtool supportTom Gundersen
This adds support for setting the link speed, duplex and WakeOnLan settings. Example: [Link] SpeedMBytes=100 Duplex=half WakeOnLan=magic