summaryrefslogtreecommitdiff
path: root/src/network/networkd-ipv4ll.c
Commit message (Expand)AuthorAgeFilesLines
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* networkd: trivial style cleanupZbigniew Jędrzejewski-Szmek2017-07-081-1/+1
* libsystemd-network: sd-ipv4ll: acquire new address after claimed address conf...Jason Reeder2017-03-311-0/+10
* networkd: clean up main header file a bitTom Gundersen2016-11-141-2/+3
* tree-wide: htonl() is weird, let's use htobe32() instead (#3538)Lennart Poettering2016-06-151-1/+1
* ipv4ll: change "seed" parameter to be uint64_tLennart Poettering2016-05-261-3/+1
* sd-network: rename "index" field of the various clients to "ifindex"Lennart Poettering2016-05-261-1/+1
* tree-wide: drop spurious "&"s when passing functions aroundZbigniew Jędrzejewski-Szmek2016-05-151-2/+2
* networkd: rework headers to avoid circular includesZbigniew Jędrzejewski-Szmek2016-04-291-1/+1
* tree-wide: minor formatting inconsistency cleanupsVito Caputo2016-02-231-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-1/+1
* siphash24: change result argument to uint64_tMartin Pitt2015-11-161-3/+3
* networkd: link - (de)serialize IPv4LL and DHCPv4 addressesTom Gundersen2015-10-301-3/+5
* networkd: route - clean up confusion between 'metric' and 'priority'Tom Gundersen2015-10-301-2/+2
* networkd: route - simplify route_new()Tom Gundersen2015-10-211-2/+3
* networkd: address - merge _change() into _configure()Tom Gundersen2015-10-211-1/+1
* networkd: link - only consider configured when all addresses are readyTom Gundersen2015-10-211-3/+3
* networkd: make address_{establish,release}() staticTom Gundersen2015-10-111-2/+2
* networkd: address - process in manager.c rather than link.cTom Gundersen2015-10-111-1/+1
* networkd: route/address - simplify and unify creatorsTom Gundersen2015-10-111-4/+4
* tree-wide: remove a number of invocations of strerror() and replace by %mLennart Poettering2015-09-301-5/+4
* sd-ipv4ll: fix namespacingDavid Herrmann2015-09-221-3/+3
* sd-ipv4acd: introduce new library split out from sd-ipv4llTom Gundersen2015-09-181-1/+3
* sd-ipv4ll: rework callbacksTom Gundersen2015-09-181-4/+1
* sd-netlink: rename from sd-rtnlTom Gundersen2015-06-131-4/+4
* Merge pull request #113 from mezcalero/address-familyLennart Poettering2015-06-091-1/+1
|\
| * networkd: actually always use AddressFamilyBoolean as the bit mask it isLennart Poettering2015-06-091-1/+1
* | tree-wide: remove spurious spaceThomas Hindoe Paaboel Andersen2015-06-081-1/+1
|/
* networkd: generalize IPv4LL to LinkLocalTom Gundersen2015-02-091-1/+1
* networkd: manager - enumerate addresses globally, rather than per-linkTom Gundersen2014-12-081-5/+2
* log: rearrange log function namingLennart Poettering2014-11-271-8/+8
* log: add an "error" parameter to all low-level logging calls and intrdouce lo...Lennart Poettering2014-11-271-2/+1
* networkd: link - split out ipv4ll handlingTom Gundersen2014-08-121-0/+248