summaryrefslogtreecommitdiff
path: root/src/network/networkd-address.h
Commit message (Expand)AuthorAgeFilesLines
* network: manage addresses in the way the kernel doesYu Watanabe2022-12-071-0/+1
* network: introduce {address,route}_remove_and_drop()Yu Watanabe2022-10-041-0/+1
* network: don't forget old RAs when a new one arrivesThomas Hebb2022-10-031-1/+1
* network: NetLabel integrationTopi Miettinen2022-08-291-1/+2
* network: fix DHCPv4 address renewal with IPv4ACDYu Watanabe2022-08-181-6/+1
* Revert "networkd: NetLabel integration"Yu Watanabe2022-06-221-4/+0
* Revert NFTSet featureYu Watanabe2022-06-221-6/+0
* network: firewall integration with NFT setsTopi Miettinen2022-06-081-0/+6
* networkd: NetLabel integrationTopi Miettinen2022-06-061-0/+4
* network: do not enable IPv4 ACD for IPv4 link-local address if ACD is disable...Yu Watanabe2022-03-231-0/+3
* network: re-design request queueYu Watanabe2022-03-111-2/+0
* network: introduce request_call_netlink_async()Yu Watanabe2022-03-111-1/+7
* network: make request_process_address() and friends take Link and correspondi...Yu Watanabe2022-03-111-1/+1
* network: address: introduce manager_get_address()Yu Watanabe2022-02-271-1/+2
* network: set broadcast address on requestYu Watanabe2022-02-241-1/+1
* network: compare addresses more strictlyYu Watanabe2022-02-241-2/+9
* network: remove only managed configs on reconfigure or carrier lostYu Watanabe2022-02-011-1/+1
* network: rename NetworkConfigSection -> ConfigSectionYu Watanabe2022-01-191-2/+2
* network: address: expose address_flags_to_string_alloc()Yu Watanabe2021-11-251-0/+2
* network: delay dropping addresses or so on reloading .network filesYu Watanabe2021-10-261-0/+1
* network: address: use usec_t for handling lifetimeYu Watanabe2021-10-211-4/+7
* network: move address generation methods to network-address-generation.[ch]Yu Watanabe2021-10-071-2/+0
* network: drop and warn duplicated Address= settingsYu Watanabe2021-10-041-1/+1
* network: make several hash_ops staticYu Watanabe2021-10-041-1/+0
* network: address_equal() is not used anymore, hence move it to test-network.cYu Watanabe2021-09-241-1/+0
* network: use NetworkConfigSource/State to manage addresses and routesYu Watanabe2021-09-241-5/+16
* network: define Address earlierYu Watanabe2021-09-111-2/+3
* networkd: fix and simplify format_lifetime()Zbigniew Jędrzejewski-Szmek2021-07-191-2/+2
* network: introduce FORMAT_LIFETIME()Yu Watanabe2021-07-151-0/+7
* network: ipv4acd: first probe address and then assign itYu Watanabe2021-07-011-6/+3
* network: introduce link_request_static_address()Yu Watanabe2021-07-011-0/+1
* network: introduce address_dup() and replace address_copy() with itYu Watanabe2021-07-011-0/+1
* network: introduces link_drop_ipv6ll_addresses()Yu Watanabe2021-06-081-0/+1
* network: drop unused "callback" arguments in route_remove() and address_remove()Yu Watanabe2021-05-191-2/+1
* network: address: introduce link_get_ipv4/ipv6_address()Yu Watanabe2021-05-181-1/+2
* network: introduce address_set_broadcast()Yu Watanabe2021-05-181-0/+1
* network: use request queue to configure addresses, routes, and nexthopsYu Watanabe2021-05-121-2/+11
* network: split out common part of route or address handlersYu Watanabe2021-05-121-0/+2
* network: introduce manager_has_address()Yu Watanabe2021-05-121-0/+1
* in-addr-util: move IPV4_ADDRESS_FMT_STR/VAL macros from networkd-address.hYu Watanabe2021-05-121-7/+0
* network: add RouteMetric= setting in [Address] sectionYu Watanabe2021-04-211-0/+2
* network: make Broadcast= accept boolean valueYu Watanabe2021-02-201-0/+1
* network: address: reuse Address:ip_masquerade_done for IPv6 caseYu Watanabe2021-02-191-1/+0
* Merge pull request #18007 from fw-strlen/ipv6_masq_and_dnatLennart Poettering2021-02-161-0/+1
|\
| * networkd: extend IPMasquerade to cover ipv6Florian Westphal2021-01-191-0/+1
* | network: automatically set NLM_F_REPLACE flagYu Watanabe2021-02-121-1/+1
|/
* network: use address_get() in address_exists()Yu Watanabe2020-12-081-1/+1
* Merge pull request #17474 from yuwata/network-drop-link-deserialization-logicYu Watanabe2020-11-271-2/+1
|\
| * network: do not serialize/deserialize addressesYu Watanabe2020-10-281-2/+0
| * network: set previous DHCP4 address in link->addresses_foreignYu Watanabe2020-10-281-0/+1