chiark / gitweb /
Update some message formats
[elogind.git] / src / udev / net /
2014-01-09 Zbigniew Jędrzejew... No need to canonicalize fixed paths
2013-12-24 Lennart Poetteringlog: log_error() and friends add a newline after each...
2013-12-22 Lennart Poetteringshared: switch our hash table implementation over to...
2013-12-17 Thomas Hindoe Paab... udev link-config: add asserts to silence scan-build
2013-12-15 Zbigniew Jędrzejew... Fix a few resource leaks in error paths
2013-12-03 Thomas Hindoe Paab... trivial coding style clean ups
2013-11-28 Tom GundersenRevert "link-config: match length for kernel commandlin...
2013-11-25 Tom Gundersenconf-parser: distinguish between multiple sections...
2013-11-25 Tom Gundersenudev: net_setup_link - don't use Description as Alias
2013-11-08 Dave Reisnerlink-config: Fix typo in log_warning
2013-11-08 Dave Reisnerlink-config: match length for kernel commandline option
2013-11-07 Michal Sekletarnet-util: call ioctl() only if necessary
2013-11-06 Lennart Poetteringutil: unify reading of /proc/cmdline
2013-11-05 Tom Gundersennet-util: don't use libudev
2013-11-04 Tom Gundersennet-config: start split out matching and parsing logic
2013-10-30 Dave Reisnerlink-config: support --enable-split-usr
2013-10-30 Tom Gundersenudev: config-link - one less log_info
2013-10-30 Tom Gundersenudev: link-config - less verbose logging
2013-10-30 Tom Gundersenudev: link-config - let udevd set the ifname
2013-10-29 Tom Gundersenrtnl: move set_link_properties to rtnl-utils
2013-10-29 Tom Gundersenudev: link-config - split connection to sockets from...
2013-10-29 Tom Gundersenrtnl: introduce default timeout
2013-10-29 Tom Gundersenudev: link-config - use safe_atou instead of strtoul
2013-10-29 Tom Gundersenudev: link-config - use zero instead of memset
2013-10-29 Tom Gundersenudev: link-config - use proper return values
2013-10-29 Tom Gundersenudev: link-config - use new0 instead of calloc
2013-10-29 Tom Gundersenudev: link-config - use _cleanup_ macro locally
2013-10-29 Tom Gundersenpath_check_timestamp: only keep the most recent timestamp
2013-10-29 Tom Gundersenudev: link-config - add proper parsing
2013-10-29 Tom Gundersennetwork: move configuration to /etc/systemd/network
2013-10-28 Tom Gundersenudev: link-config - add mac address policy
2013-10-28 Tom Gundersenudev: link-config - move naming policy from udev rules
2013-10-27 Tom Gundersenudev: link-config - sanity check the ifname and mac...
2013-10-27 Tom Gundersenudev: link-config: add rtnl support
2013-10-26 Tom Gundersenudev: link-config: add ethtool support
2013-10-26 Tom Gundersenudev: add network link configuration tool