summaryrefslogtreecommitdiff
path: root/src/udev/net/link-config.c
AgeCommit message (Expand)Author
2014-04-20udev: link-config - treat any non-random mac address as persistentTom Gundersen
2014-04-19network: implement masking of .link, .network and .netdev filesTom Gundersen
2014-04-19networkd: tie links to rtnl rather than udevTom Gundersen
2014-04-05Fix a few return codes in error pathsZbigniew Jędrzejewski-Szmek
2014-03-21libsystemd-network: move network-utils from src/sharedTom Gundersen
2014-03-21sd-ipv4ll/networkd: generate predictable addressesUmut Tezduyar Lindskog
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering
2014-03-07Make tables for DEFINE_STRING_TABLE_LOOKUP consistentDaniel Mack
2014-02-22udev: net - allow MTU and Speed to be specified with unitsTom Gundersen
2014-02-21net-util: match on the driver as exposed by ethtool if DRIVER not setTom Gundersen
2014-02-21udev - link-setup - expose ID_NET_DRIVERTom Gundersen
2014-02-21.network/.netdev/.link: allow to match on architectureTom Gundersen
2014-02-20network/link: Match - filter on kernel cmdline, host and virtTom Gundersen
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering
2014-02-19udev: net-config - allow interface names to be set from the hwdbTom Gundersen
2014-02-18net-match: fix Driver= matchTom Gundersen
2014-01-08No need to canonicalize fixed pathsZbigniew Jędrzejewski-Szmek
2013-12-24log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering
2013-12-22shared: switch our hash table implementation over to SipHashLennart Poettering
2013-12-17udev link-config: add asserts to silence scan-buildThomas Hindoe Paaboel Andersen
2013-12-15Fix a few resource leaks in error pathsZbigniew Jędrzejewski-Szmek
2013-12-03trivial coding style clean upsThomas Hindoe Paaboel Andersen
2013-11-28Revert "link-config: match length for kernel commandline option"Tom Gundersen
2013-11-25udev: net_setup_link - don't use Description as AliasTom Gundersen
2013-11-08link-config: Fix typo in log_warningDave Reisner
2013-11-08link-config: match length for kernel commandline optionDave Reisner
2013-11-06util: unify reading of /proc/cmdlineLennart Poettering
2013-11-05net-util: don't use libudevTom Gundersen
2013-11-04net-config: start split out matching and parsing logicTom Gundersen
2013-10-30link-config: support --enable-split-usrDave Reisner
2013-10-30udev: config-link - one less log_infoTom Gundersen
2013-10-30udev: link-config - less verbose loggingTom Gundersen
2013-10-30udev: link-config - let udevd set the ifnameTom Gundersen
2013-10-29rtnl: move set_link_properties to rtnl-utilsTom Gundersen
2013-10-29udev: link-config - split connection to sockets from loading of configsTom Gundersen
2013-10-29rtnl: introduce default timeoutTom Gundersen
2013-10-29udev: link-config - use safe_atou instead of strtoulTom Gundersen
2013-10-29udev: link-config - use proper return valuesTom Gundersen
2013-10-29udev: link-config - use _cleanup_ macro locallyTom Gundersen
2013-10-29path_check_timestamp: only keep the most recent timestampTom Gundersen
2013-10-29udev: link-config - add proper parsingTom Gundersen
2013-10-29network: move configuration to /etc/systemd/networkTom Gundersen
2013-10-28udev: link-config - add mac address policyTom Gundersen
2013-10-28udev: link-config - move naming policy from udev rulesTom Gundersen
2013-10-27udev: link-config - sanity check the ifname and mac addressTom Gundersen
2013-10-27udev: link-config: add rtnl supportTom Gundersen
2013-10-26udev: link-config: add ethtool supportTom Gundersen
2013-10-26udev: add network link configuration toolTom Gundersen