summaryrefslogtreecommitdiff
path: root/src/network/networkd-address-label.c
Commit message (Expand)AuthorAgeFilesLines
* network: make link enter failed state when a configuration failsYu Watanabe2019-07-151-3/+5
* network: drop sections contain invalid settings in network_verify()Yu Watanabe2019-03-131-2/+2
* network: use typesafe netlink_call_async() macro where applicableYu Watanabe2018-12-021-6/+5
* network: move address_label_handler() to networkd-address-label.cYu Watanabe2018-12-021-1/+29
* network: allocate hashmap objects when they are requiredYu Watanabe2018-11-121-0/+4
* network: fixes related to NetworkConfigSectionYu Watanabe2018-11-121-28/+23
* sd-netlink: make sd_netlink_slot take its descriptionYu Watanabe2018-10-161-1/+1
* sd-netlink: introduce sd_netlink_slotYu Watanabe2018-10-151-2/+2
* network: add destroy callbacks for asynchronous netlink callsYu Watanabe2018-10-101-1/+2
* sd-netlink: add destroy_callback argument to sd_netlink_call_async()Yu Watanabe2018-10-101-1/+1
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-3/+0
* Correct a number of trivial typos.Chris Lamb2018-06-181-1/+1
* 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: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-251-5/+5
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-8/+4
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* socket-util: add parse_ip_prefix (#5867)Susant Sahani2017-05-051-38/+4
* networkd: add support for address labelSusant Sahani2017-04-261-0/+257