summaryrefslogtreecommitdiff
path: root/src/network/networkd-dhcp6.c
Commit message (Expand)AuthorAgeFilesLines
* 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-141-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-241-7/+12
* network: do not restart DHCPv6 client when it is already running in managed modeYu Watanabe2022-02-141-0/+12
* network: configure DHCP clients after MAC address is assignedYu Watanabe2022-01-311-0/+5
* network: dhcp6: do not request address if UseAddress=noYu Watanabe2022-01-111-1/+7
* network: dhcp-pd: rename [DHCPv6PrefixDelegation] -> [DHCPPrefixDelegation]Yu Watanabe2021-12-071-3/+3
* network: route: make route_cancel_request() take Link*Yu Watanabe2021-12-061-1/+1
* network: split networkd-dhcp6.cYu Watanabe2021-12-061-1040/+2
* network: dhcp6-pd: exclude all explicitly specified subnet IDs when searching...Yu Watanabe2021-12-011-18/+11
* network: dhcp6-pd: introduce dhcp6_pd_is_uplink()Yu Watanabe2021-12-011-37/+37
* network: dhcp6: make UplinkInterface=:self take effect only when DHCPv6Prefix...Yu Watanabe2021-12-011-0/+3
* network: radv: use the uplink interface used in DHCPv6-PDYu Watanabe2021-12-011-1/+1
* tree-wide: fix typoYu Watanabe2021-11-301-1/+1
* network: save server address to DHCPv6 addressesYu Watanabe2021-11-011-1/+8
* network: dhcp6: make UplinkInterface=:self imply WithoutRA=solicitYu Watanabe2021-10-271-5/+26
* network: do not restart DHCPv6 client when WithoutRA= is setYu Watanabe2021-10-271-10/+25
* network: deprecate ForceDHCPv6PDOtherInformation= settingYu Watanabe2021-10-271-15/+1
* network: dhcp6: introduce UplinkInterface= for DHCP6 prefix delegationYu Watanabe2021-10-261-0/+35
* network: dhcp6pd: do not trigger prefix reassignment for all downstreams when...Yu Watanabe2021-10-261-9/+55
* network: dhcp6: do not reconfigure/restart DHCPv6 clients when a new downstre...Yu Watanabe2021-10-261-52/+43
* network: dhcp6: introduce UseDelegatedPrefix= setting and enable by defaultYu Watanabe2021-10-261-24/+4
* network: dhcp6pd: do not assign downstream prefix when RADV is requested but ...Yu Watanabe2021-10-261-0/+9
* network: dhcp6: rename variablesYu Watanabe2021-10-261-8/+10
* network: dhcp6pd: move logic of acquiring subnet prefix into dhcp6_pd_assign_...Yu Watanabe2021-10-261-43/+55
* network: dhcp6pd: introduce a simplified and unified method to calculate subn...Yu Watanabe2021-10-261-33/+42
* network: dhcp6pd: check link state earlier before assigning prefixes to downs...Yu Watanabe2021-10-221-5/+5
* network: dhcp6pd: also call dhcp6_pd_prepare() and dhcp6_pd_finalize() for up...Yu Watanabe2021-10-221-8/+14
* network: dhcp6pd: not necessary to drop routes when Assign=yesYu Watanabe2021-10-221-30/+34
* Merge pull request #21072 from yuwata/network-address-lifetimeYu Watanabe2021-10-221-42/+49
|\
| * network: address: use usec_t for handling lifetimeYu Watanabe2021-10-211-42/+49
| * network: route: rename lifetime -> lifetime_usecYu Watanabe2021-10-211-2/+2
* | network: drop unnecessary header inclusionYu Watanabe2021-10-211-1/+0
|/
* network: dhcp6: explicitly specify metric for unreachable routeYu Watanabe2021-10-201-0/+1