Age | Commit message (Expand) | Author |
2014-02-21 | net-util: match on the driver as exposed by ethtool if DRIVER not set | Tom Gundersen |
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 |
2014-02-21 | udev - link-setup - expose ID_NET_DRIVER | Tom Gundersen |
2014-02-21 | .network/.netdev/.link: allow to match on architecture | Tom Gundersen |
2014-02-20 | network/link: Match - filter on kernel cmdline, host and virt | Tom Gundersen |
2014-02-20 | api: in constructor function calls, always put the returned object pointer fi... | Lennart Poettering |
2014-02-19 | udev: net-config - allow interface names to be set from the hwdb | Tom Gundersen |
2014-02-18 | net-match: fix Driver= match | Tom Gundersen |
2014-01-08 | No need to canonicalize fixed paths | Zbigniew Jędrzejewski-Szmek |
2013-12-24 | log: log_error() and friends add a newline after each line anyway, so avoid i... | Lennart Poettering |
2013-12-22 | shared: switch our hash table implementation over to SipHash | Lennart Poettering |
2013-12-17 | udev link-config: add asserts to silence scan-build | Thomas Hindoe Paaboel Andersen |
2013-12-15 | Fix a few resource leaks in error paths | Zbigniew Jędrzejewski-Szmek |
2013-12-03 | trivial coding style clean ups | Thomas Hindoe Paaboel Andersen |
2013-11-28 | Revert "link-config: match length for kernel commandline option" | Tom Gundersen |
2013-11-25 | conf-parser: distinguish between multiple sections with the same name | Tom Gundersen |
2013-11-25 | udev: net_setup_link - don't use Description as Alias | Tom Gundersen |
2013-11-08 | link-config: Fix typo in log_warning | Dave Reisner |
2013-11-08 | link-config: match length for kernel commandline option | Dave Reisner |
2013-11-07 | net-util: call ioctl() only if necessary | Michal Sekletar |
2013-11-06 | util: unify reading of /proc/cmdline | Lennart Poettering |
2013-11-05 | net-util: don't use libudev | Tom Gundersen |
2013-11-04 | net-config: start split out matching and parsing logic | Tom Gundersen |
2013-10-30 | link-config: support --enable-split-usr | Dave Reisner |
2013-10-30 | udev: config-link - one less log_info | Tom Gundersen |
2013-10-30 | udev: link-config - less verbose logging | Tom Gundersen |
2013-10-30 | udev: link-config - let udevd set the ifname | Tom Gundersen |
2013-10-29 | rtnl: move set_link_properties to rtnl-utils | Tom Gundersen |
2013-10-29 | udev: link-config - split connection to sockets from loading of configs | Tom Gundersen |
2013-10-29 | rtnl: introduce default timeout | Tom Gundersen |
2013-10-29 | udev: link-config - use safe_atou instead of strtoul | Tom Gundersen |
2013-10-29 | udev: link-config - use zero instead of memset | Tom Gundersen |
2013-10-29 | udev: link-config - use proper return values | Tom Gundersen |
2013-10-29 | udev: link-config - use new0 instead of calloc | Tom Gundersen |
2013-10-29 | udev: link-config - use _cleanup_ macro locally | Tom Gundersen |
2013-10-29 | path_check_timestamp: only keep the most recent timestamp | Tom Gundersen |
2013-10-29 | udev: link-config - add proper parsing | Tom Gundersen |
2013-10-29 | network: move configuration to /etc/systemd/network | Tom Gundersen |
2013-10-28 | udev: link-config - add mac address policy | Tom Gundersen |
2013-10-28 | udev: link-config - move naming policy from udev rules | Tom Gundersen |
2013-10-27 | udev: link-config - sanity check the ifname and mac address | Tom Gundersen |
2013-10-27 | udev: link-config: add rtnl support | Tom Gundersen |
2013-10-26 | udev: link-config: add ethtool support | Tom Gundersen |
2013-10-26 | udev: add network link configuration tool | Tom Gundersen |