summaryrefslogtreecommitdiff
path: root/src/network/networkd-address-label.c
Commit message (Expand)AuthorAgeFilesLines
* network: re-design request queueYu Watanabe2022-03-111-3/+6
* network: introduce request_call_netlink_async()Yu Watanabe2022-03-111-16/+8
* network: make request_process_address() and friends take Link and correspondi...Yu Watanabe2022-03-111-7/+4
* network: make address_configure() and friends take Request objectYu Watanabe2022-03-111-4/+4
* network: move functionsYu Watanabe2022-02-251-20/+20
* network: drop detailed log messagesYu Watanabe2022-02-251-16/+23
* network: rename NetworkConfigSection -> ConfigSectionYu Watanabe2022-01-191-5/+5
* network: verify [IPv6AddressLabel] sectionYu Watanabe2021-10-281-4/+28
* network: address label: use request queue to configure address labelsYu Watanabe2021-06-081-22/+48
* network: address label: use struct in6_addr insteadYu Watanabe2021-06-081-2/+2
* network: address label: refuse IPv4 mapped address with large prefix lengthYu Watanabe2021-06-081-2/+15
* network: drop unnecessary call of manager_rtnl_process_address()Yu Watanabe2021-05-191-2/+1
* network: use UINT32_C() macroYu Watanabe2021-05-181-1/+1
* Merge pull request #18243 from ssahani/ensure-put-useYu Watanabe2021-01-171-5/+1
|\
| * network: address label - use hashmap_ensure_putSusant Sahani2021-01-151-5/+1
* | network: address label - use TAKE_PTRSusant Sahani2021-01-151-3/+2
|/
* 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-3/+5
* network: introduce link_set_address_labels()Yu Watanabe2020-10-071-7/+20
* network: introduce network_verify_address_labels()Yu Watanabe2020-10-071-0/+10
* network: make address_label_free() return NULLYu Watanabe2020-10-071-3/+3
* network: drop list of static address labelsYu Watanabe2020-10-071-33/+19
* network: downgrade log level in conf parsersYu Watanabe2020-07-171-5/+5
* network: append INTERFACE= attributes for logs corresponds to a netifYu Watanabe2020-01-071-5/+5
* network: include NLMSGERR_ATTR_MSG attribute in error messageYu Watanabe2019-11-301-1/+1
* 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