summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-address.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* network: firewall integration with NFT setsTopi Miettinen2023-08-261-0/+4
* network/address: drop unused functionsYu Watanabe2023-07-311-3/+0
* network/address: introduce address_get_harder() and use it where appropriateYu Watanabe2023-07-301-0/+1
* Merge pull request #28572 from yuwata/network-ipv4acdYu Watanabe2023-07-301-4/+0
|\
| * network/ipv4acd: split out sd_ipv4acd management from Address to LinkYu Watanabe2023-07-301-4/+0
* | network/address: merge address_needs_to_set_broadcast() with address_get_broa...Yu Watanabe2023-07-301-1/+5
* | network/address: free Address object by caller that passed to link_request_ad...Yu Watanabe2023-07-291-3/+2
|/
* network: make address_get() work for null addressYu Watanabe2023-07-071-0/+1
* network: rewrite dynamic addressing protocol checkers in link_check_ready()Yu Watanabe2023-05-301-0/+1
* network: manage addresses in the way the kernel doesYu Watanabe2022-12-071-0/+1
* network: introduce {address,route}_remove_and_drop()Yu Watanabe2022-10-031-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-231-1/+1
* network: compare addresses more strictlyYu Watanabe2022-02-231-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-061-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-06-301-6/+3
* network: introduce link_request_static_address()Yu Watanabe2021-06-301-0/+1
* network: introduce address_dup() and replace address_copy() with itYu Watanabe2021-06-301-0/+1
* network: introduces link_drop_ipv6ll_addresses()Yu Watanabe2021-06-071-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