summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-dhcp6.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop msg argument for DEFINE_CONFIG_PARSE() macro and friendsYu Watanabe2024-09-011-2/+1
* network: introduce link_get_use_ntp()Yu Watanabe2024-04-191-1/+2
* network: introduce link_get_use_dns()Yu Watanabe2024-04-191-1/+1
* network: introduce link_get_use_domains()Yu Watanabe2024-04-191-1/+1
* network/dhcp6: return earlier if no lease acquiredYu Watanabe2024-04-091-0/+3
* network/ndisc: rename Network.ipv6_accept_ra -> Network.ndiscYu Watanabe2024-02-261-1/+1
* network/dhcp6: deem DHCPv6 configuration to be finished even if no IA_NA is p...Yu Watanabe2024-02-171-0/+1
* network/dhcp6: use address_can_update() at one more placeYu Watanabe2024-02-141-2/+1
* network/route: introduce route_remove_and_cancel()Yu Watanabe2024-01-251-2/+1
* network/route: manage all routes by Manager objectYu Watanabe2024-01-241-2/+3
* network/address: introduce ref/unref functions for Address objectYu Watanabe2024-01-031-1/+1
* network/address: introduce address_remove_and_cancel()Yu Watanabe2024-01-021-1/+1
* Merge pull request #30593 from yuwata/sd-dhcp-duidLuca Boccassi2024-01-011-1/+1
|\
| * dhcp: introduce sd_dhcp_duid_to_string()Yu Watanabe2023-12-221-1/+1
* | network: use RET_GATHER() macroYu Watanabe2023-12-251-9/+4
|/
* network/dhcp6: skip to check existence of DHCPv6 address when UseAddress=noYu Watanabe2023-11-101-1/+3
* network/dhcp6: use link_check_address_ready() at one more placeYu Watanabe2023-11-101-11/+2
* network: introduce SendHostname/Hostname DHCPv6 optionsRonan Pigott2023-10-301-3/+3
* network: update state file when DHCPv6 reply for INFORMATION-REQUEST is receivedYu Watanabe2023-10-261-1/+5
* network/dhcp6: keep lease when running in information request modeYu Watanabe2023-10-081-1/+11
* network/dhcp6: shorten dhcp6_handler()Yu Watanabe2023-10-081-12/+5
* sd-dhcp6-client: rework IA_NA or IA_PD gettersYu Watanabe2023-09-201-13/+12
* sd-dhcp6-client: introduce sd_dhcp6_lease_has_pd_prefix() and friendYu Watanabe2023-09-201-3/+3
* Adding dhcp client and dhcp6 client dbus status interfacepelaufer2023-09-021-0/+6
* network: introduce per DUID type settersYu Watanabe2023-08-241-6/+19
* Revert "network: DHCP6 client- Allow to send manual DUID"Yu Watanabe2023-08-241-5/+0
* network: DHCP6 client- Allow to send manual DUIDSusant Sahani2023-08-171-0/+5
* network/address: introduce address_get_harder() and use it where appropriateYu Watanabe2023-07-301-1/+1
* network: use address_remove_and_drop()Yu Watanabe2023-07-291-3/+1
* network/address: free Address object by caller that passed to link_request_ad...Yu Watanabe2023-07-291-1/+1
* network: Introduce UseCaptivePortal DHCPv6 optionRonan Pigott2023-07-021-0/+6
* send dhcpv6 release when stoppingchris2023-01-171-0/+6
* network: manage addresses in the way the kernel doesYu Watanabe2022-12-071-2/+1
* network: attach device to DHCP clientsYu Watanabe2022-10-261-0/+4
* network: don't forget old RAs when a new one arrivesThomas Hebb2022-10-031-2/+2
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-4/+2
* network: NetLabel integrationTopi Miettinen2022-08-291-0/+4
* network: check link state with link_is_ready_to_configure() before configurin...Yu Watanabe2022-08-051-1/+1
* network: dhcp6: re-introduce RapidCommit= settingYu Watanabe2022-07-221-0/+6
* Merge pull request #24001 from yuwata/network-lifetime-fixLuca Boccassi2022-07-181-2/+2
|\
| * network: fix infinite lifetime handlingYu Watanabe2022-07-141-2/+2
* | Revert "network: configure DHCP clients after MAC address is assigned"Yu Watanabe2022-07-131-5/+0
|/
* basic/in-addr-util: add IN_ADDR_TO_STRINGZbigniew Jędrzejewski-Szmek2022-06-061-12/+7
* network: clarify the relationship between RA flags and DHCPv6 modesAlex Henrie2022-05-061-2/+2
* network: dhcp6: request DNS servers or friends only when they will be usedYu Watanabe2022-04-031-0/+23
* time-util: assume CLOCK_BOOTTIME always existsLennart Poettering2022-03-281-1/+1
* network: re-design request queueYu Watanabe2022-03-111-2/+2
* network: introduce request_call_netlink_async()Yu Watanabe2022-03-111-4/+1
* network: make request_process_address() and friends take Link and correspondi...Yu Watanabe2022-03-111-8/+2
* network: compare addresses more strictlyYu Watanabe2022-02-231-7/+12