summaryrefslogtreecommitdiff
path: root/src/network/networkd-address.h
Commit message (Expand)AuthorAgeFilesLines
* network: Introduce method to generate EUI-64 addressesSusant Sahani2020-03-011-0/+2
* network: assume Scope=host when Address= is loopback addressYu Watanabe2020-02-281-0/+1
* network: Make address_hash_ops available outside of networkd-address.cKevin P. Fleming2020-02-101-0/+2
* network: introduce DAD for static addressSusant Sahani2019-12-061-5/+11
* network: drop sections contain invalid settings in network_verify()Yu Watanabe2019-03-131-1/+3
* network: make all xxx_new_static() staticYu Watanabe2019-03-131-1/+0
* network: use typesafe netlink_call_async() macro where applicableYu Watanabe2018-12-021-2/+2
* tree-wide: drop double newlineYu Watanabe2018-06-291-1/+0
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: port over all code to the new CONFIG_PARSER_PROTOTYPE() macroLennart Poettering2018-05-221-6/+7
* tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-251-1/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* networkd: Move Router Advertisement functionality to a single filePatrik Flykt2018-01-041-22/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* networkd: add scope to address section (#6449)Susant Sahani2017-08-011-0/+1
* networkd: Add Router Advertisement variablesPatrik Flykt2017-05-151-0/+1
* networkd: Add IPv6Prefix sections to the network configuration filesPatrik Flykt2017-05-151-0/+5
* networkd: Add initial prefix handling for network configurationPatrik Flykt2017-05-151-0/+16
* networkd: fix drop-in conf directory configs overwriting each otherSusant Sahani2017-02-161-2/+3
* networkd: address add support to configure flags (#4201)Susant Sahani2016-10-081-0/+6
* networkd: constify more thingsLennart Poettering2016-06-031-1/+1
* Merge pull request #3156 from keszybz/duid-settingsLennart Poettering2016-05-041-1/+3
|\
| * networkd: rework headers to avoid circular includesZbigniew Jędrzejewski-Szmek2016-04-291-1/+3
* | networkd: Add support to configure IPv6 preferred lifetime (#3102)Susant Sahani2016-05-031-0/+1
|/
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: sort includes in *.hThomas Hindoe Paaboel Andersen2015-11-181-2/+2
* networkd: address - drop the 'added' flagTom Gundersen2015-11-111-1/+0
* networkd: link - deserializeTom Gundersen2015-10-301-0/+1
* networkd: address - distinguish between addresses added by us and by othersTom Gundersen2015-10-211-2/+3
* networkd: address - merge _change() into _configure()Tom Gundersen2015-10-211-2/+1
* networkd: address - factor out address_update()Tom Gundersen2015-10-211-1/+2
* networkd: address - introduce address_is_ready()Tom Gundersen2015-10-111-0/+1
* networkd: make address_{establish,release}() staticTom Gundersen2015-10-111-3/+2
* networkd: manager - avoid unnecessary memory allocationTom Gundersen2015-10-111-1/+1
* networkd: address - store active addresses in a Set rather than a ListTom Gundersen2015-10-111-0/+4
* networkd: route/address - simplify and unify creatorsTom Gundersen2015-10-111-1/+1
* networkd: split up networkd.h into per-object header filesLennart Poettering2015-08-271-0/+73