Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-09 | udev: net_setup_link - open ethtool and rtnl connections lazily | Tom Gundersen | |
2014-03-07 | Make tables for DEFINE_STRING_TABLE_LOOKUP consistent | Daniel Mack | |
Bring some arrays that are used for DEFINE_STRING_TABLE_LOOKUP() in the same order than the enums they reference. Also, pass the corresponding _MAX value to the array initalizer where appropriate. | |||
2014-02-21 | net: initialize structs when declaring | Tom Gundersen | |
2014-02-21 | net: initialize structs when declaring them/do not clobber caller variables | Lennart Poettering | |
Just two minor style fixes... | |||
2014-02-21 | udev - link-setup - expose ID_NET_DRIVER | Tom Gundersen | |
This is the same as shown by 'ethtool -i <ifname>', and is sometimes set even though DRIVER is not. | |||
2013-11-07 | net-util: call ioctl() only if necessary | Michal 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-29 | udev: link-config - use zero instead of memset | Tom Gundersen | |
2013-10-29 | udev: link-config - add proper parsing | Tom Gundersen | |
2013-10-26 | udev: link-config: add ethtool support | Tom Gundersen | |
This adds support for setting the link speed, duplex and WakeOnLan settings. Example: [Link] SpeedMBytes=100 Duplex=half WakeOnLan=magic |