summaryrefslogtreecommitdiff
path: root/src/network/networkd-ipv4ll.c
AgeCommit message (Expand)Author
2016-06-15tree-wide: htonl() is weird, let's use htobe32() instead (#3538)Lennart Poettering
2016-05-26ipv4ll: change "seed" parameter to be uint64_tLennart Poettering
2016-05-26sd-network: rename "index" field of the various clients to "ifindex"Lennart Poettering
2016-05-15tree-wide: drop spurious "&"s when passing functions aroundZbigniew Jędrzejewski-Szmek
2016-04-29networkd: rework headers to avoid circular includesZbigniew Jędrzejewski-Szmek
2016-02-23tree-wide: minor formatting inconsistency cleanupsVito Caputo
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen
2015-11-16siphash24: change result argument to uint64_tMartin Pitt
2015-10-30networkd: link - (de)serialize IPv4LL and DHCPv4 addressesTom Gundersen
2015-10-30networkd: route - clean up confusion between 'metric' and 'priority'Tom Gundersen
2015-10-21networkd: route - simplify route_new()Tom Gundersen
2015-10-21networkd: address - merge _change() into _configure()Tom Gundersen
2015-10-21networkd: link - only consider configured when all addresses are readyTom Gundersen
2015-10-11networkd: make address_{establish,release}() staticTom Gundersen
2015-10-11networkd: address - process in manager.c rather than link.cTom Gundersen
2015-10-11networkd: route/address - simplify and unify creatorsTom Gundersen
2015-09-30tree-wide: remove a number of invocations of strerror() and replace by %mLennart Poettering
2015-09-22sd-ipv4ll: fix namespacingDavid Herrmann
2015-09-18sd-ipv4acd: introduce new library split out from sd-ipv4llTom Gundersen
2015-09-18sd-ipv4ll: rework callbacksTom Gundersen
2015-06-13sd-netlink: rename from sd-rtnlTom Gundersen
2015-06-09Merge pull request #113 from mezcalero/address-familyLennart Poettering
2015-06-09networkd: actually always use AddressFamilyBoolean as the bit mask it isLennart Poettering
2015-06-08tree-wide: remove spurious spaceThomas Hindoe Paaboel Andersen
2015-02-09networkd: generalize IPv4LL to LinkLocalTom Gundersen
2014-12-08networkd: manager - enumerate addresses globally, rather than per-linkTom Gundersen
2014-11-27log: rearrange log function namingLennart Poettering
2014-11-27log: add an "error" parameter to all low-level logging calls and intrdouce lo...Lennart Poettering
2014-08-12networkd: link - split out ipv4ll handlingTom Gundersen