summaryrefslogtreecommitdiff
path: root/src/network/networkd-address.c
Commit message (Expand)AuthorAgeFilesLines
* networkd-address: Use DIV_ROUND_UP for consistencyPatrik Flykt2017-06-161-2/+2
* networkd: Fix commentPatrik Flykt2017-06-161-2/+1
* networkd: Add Router Advertisement variablesPatrik Flykt2017-05-151-0/+30
* networkd: Add IPv6Prefix sections to the network configuration filesPatrik Flykt2017-05-151-0/+139
* networkd: Add initial prefix handling for network configurationPatrik Flykt2017-05-151-0/+80
* networkd: use address_label_valid for label validationSusant Sahani2017-02-281-2/+2
* networkd: address config add error checkingSusant Sahani2017-02-221-1/+3
* networkd: Do not set config to NULL immediately.Susant Sahani2017-02-221-2/+3
* network: change condition in if testing section presenceZbigniew Jędrzejewski-Szmek2017-02-171-2/+3
* networkd: fix drop-in conf directory configs overwriting each otherSusant Sahani2017-02-161-15/+23
* networkd: Allow ':' in labelSusant Sahani2017-01-251-2/+2
* networkd: clean up main header file a bitTom Gundersen2016-11-141-1/+1
* networkd: address add support to configure flags (#4201)Susant Sahani2016-10-081-0/+59
* networkd: constify more thingsLennart Poettering2016-06-031-1/+6
* networkd: also enforce limit on total number of address/routesLennart Poettering2016-06-031-15/+33
* networkd: enforce a limit on the number of statically assigned addresses/rout...Lennart Poettering2016-06-031-4/+13
* networkd: Drop IPv6LL address when link is downSusant Sahani2016-05-181-0/+3
* networkd: do not update state or IPv6LL address if link is failed or lingeringSusant Sahani2016-05-171-13/+16
* tree-wide: drop spurious "&"s when passing functions aroundZbigniew Jędrzejewski-Szmek2016-05-151-2/+5
* tree-wide: port more code to use ifname_valid()Lennart Poettering2016-05-091-17/+10
* networkd: Add support to configure IPv6 preferred lifetime (#3102)Susant Sahani2016-05-031-0/+48
* networkd: Address- initialize the node before adding to list.Susant Sahani2016-04-251-4/+3
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-2/+2
* sd-dhcp6-client: bind to link-local addressTom Gundersen2015-11-171-3/+3
* networkd: link - track state of IPv6LL addressTom Gundersen2015-11-111-1/+11
* networkd: address - drop the 'added' flagTom Gundersen2015-11-111-2/+3
* networkd: link - deserializeTom Gundersen2015-10-301-1/+1
* networkd: address - properly take over a foreign addressTom Gundersen2015-10-301-5/+29
* networkd: address - update link operstate when address is updatedTom Gundersen2015-10-301-2/+6
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-2/+2
* networkd: manager/link - only serialize once per event-loop iterationTom Gundersen2015-10-211-2/+4
* networkd: link - serialize addressesTom Gundersen2015-10-211-1/+10
* networkd: address - distinguish between addresses added by us and by othersTom Gundersen2015-10-211-9/+35
* networkd: address - rework firewall rules lifetimeTom Gundersen2015-10-211-16/+14
* networkd: address - merge _change() into _configure()Tom Gundersen2015-10-211-72/+7
* networkd: address - factor out address_update()Tom Gundersen2015-10-211-1/+19
* networkd: link - only consider configured when all addresses are readyTom Gundersen2015-10-211-0/+9
* networkd: address - introduce address_is_ready()Tom Gundersen2015-10-111-0/+6
* networkd: make address_{establish,release}() staticTom Gundersen2015-10-111-45/+58
* networkd: manager - avoid unnecessary memory allocationTom Gundersen2015-10-111-2/+15
* networkd: address - store active addresses in a Set rather than a ListTom Gundersen2015-10-111-0/+42
* networkd: address - add hash helpers for Address objectsTom Gundersen2015-10-111-49/+100
* networkd: route/address - simplify and unify creatorsTom Gundersen2015-10-111-23/+16
* tree-wide: clean up log_syntax() usageLennart Poettering2015-09-301-15/+8
* networkd: split up networkd.h into per-object header filesLennart Poettering2015-08-271-1/+3
* firewall: rename fw-util.[ch] → firewall-util.[ch]Daniel Mack2015-06-151-1/+1
* sd-netlink: rename from sd-rtnlTom Gundersen2015-06-131-25/+25