summaryrefslogtreecommitdiff
path: root/src/network/networkd-address-label.h
Commit message (Expand)AuthorAgeFilesLines
* network: re-design request queueYu Watanabe2022-03-111-2/+0
* network: make request_process_address() and friends take Link and correspondi...Yu Watanabe2022-03-111-1/+1
* network: rename NetworkConfigSection -> ConfigSectionYu Watanabe2022-01-191-1/+1
* network: verify [IPv6AddressLabel] sectionYu Watanabe2021-10-281-2/+3
* network: address label: use request queue to configure address labelsYu Watanabe2021-06-081-2/+4
* network: address label: use struct in6_addr insteadYu Watanabe2021-06-081-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* network: rename network_verify_xxx() -> network_drop_invalid_xxx()Yu Watanabe2020-10-071-1/+1
* network: cleanup networkd-address-label.hYu Watanabe2020-10-071-12/+2
* network: introduce link_set_address_labels()Yu Watanabe2020-10-071-1/+1
* network: introduce network_verify_address_labels()Yu Watanabe2020-10-071-0/+2
* network: make address_label_free() return NULLYu Watanabe2020-10-071-1/+1
* network: drop list of static address labelsYu Watanabe2020-10-071-2/+0
* network: drop sections contain invalid settings in network_verify()Yu Watanabe2019-03-131-1/+2
* network: use typesafe netlink_call_async() macro where applicableYu Watanabe2018-12-021-1/+1
* network: fixes related to NetworkConfigSectionYu Watanabe2018-11-121-1/+0
* networkd: drop unused element from AddressLabel structYu Watanabe2018-10-101-1/+0
* 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-2/+3
* 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
* 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-1/+0
* networkd: add support for address labelSusant Sahani2017-04-261-0/+59