summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-dhcp-prefix-delegation.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* network/route: also update source, status, and so on EEXISTYu Watanabe2024-09-011-3/+6
* network/dhcp-pd: allow to customize route type for delegated prefixYu Watanabe2024-08-051-1/+63
* network/address-generation: regenerate IPv6 prefix stable address on conflictYu Watanabe2024-04-091-0/+22
* network/address-generation: also provide used tokens when generating addressYu Watanabe2024-04-091-4/+6
* network/dhcp-pd: split out dhcp_pd_request_address_one()Yu Watanabe2024-04-091-10/+17
* network/route: introduce ref/unref functions for Route objectYu Watanabe2024-01-251-3/+3
* network/route: introduce route_remove_and_cancel()Yu Watanabe2024-01-251-5/+2
* network/route: manage all routes by Manager objectYu Watanabe2024-01-241-6/+15
* network/route: convert route before requestingYu Watanabe2024-01-191-5/+3
* network: adjust nexthops of dynamic routes before requestingYu Watanabe2024-01-191-0/+12
* network/route: also use RouteNextHop for managing gatewayYu Watanabe2024-01-151-2/+2
* network/route: update expiration timer only when we know the route existsYu Watanabe2024-01-121-3/+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
* network: use RET_GATHER() macroYu Watanabe2023-12-251-9/+4
* network/dhcp-pd: use correct flag when DHCPv4 6rd is enabledYu Watanabe2023-11-101-4/+8
* sd-dhcp6-client: rework IA_NA or IA_PD gettersYu Watanabe2023-09-201-26/+21
* sd-dhcp6-client: introduce sd_dhcp6_lease_has_pd_prefix() and friendYu Watanabe2023-09-201-17/+1
* sd-dhcp-client: introduce sd_dhcp_lease_has_6rd() helper functionYu Watanabe2023-09-051-11/+1
* dhcp: introduce sd_dhcp_lease_get_timestamp()Yu Watanabe2023-09-051-10/+4
* sd-dhcp-client: store lifetime and friends in usec_tYu Watanabe2023-09-051-6/+4
* 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: don't forget old RAs when a new one arrivesThomas Hebb2022-10-031-2/+2
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-2/+1
* tree-wide: Use correct format specifiersJan Janssen2022-08-301-1/+1
* network: NetLabel integrationTopi Miettinen2022-08-291-0/+4
* network: fix infinite lifetime handlingYu Watanabe2022-07-141-11/+7
* network: use sd_event_now()Yu Watanabe2022-07-141-4/+8
* basic/in-addr-util: add IN_ADDR_PREFIX_TO_STRINGZbigniew Jędrzejewski-Szmek2022-06-061-39/+20
* time-util: assume CLOCK_BOOTTIME always existsLennart Poettering2022-03-281-4/+4
* sd-radv: voidify sd_radv_remove_prefix()Yu Watanabe2022-03-171-2/+2
* network: introduce request_call_netlink_async()Yu Watanabe2022-03-111-17/+5
* network: dhcp-pd: allow to assign the same subnet prefix to multiple interfacesYu Watanabe2022-02-221-23/+15
* network: dhcp-pd: fix prefix length of address assigned to upstream interfaceYu Watanabe2022-02-221-62/+25
* network: dhcp-pd: fix condition in dhcp_pd_prefix_lost()Yu Watanabe2021-12-181-1/+1
* network: dhcp: logs received 6rd optionYu Watanabe2021-12-171-9/+18
* network: dhcp-pd: add 6rd supportYu Watanabe2021-12-071-12/+325
* network: dhcp-pd: rename [DHCPv6PrefixDelegation] -> [DHCPPrefixDelegation]Yu Watanabe2021-12-071-168/+185
* Merge pull request #21653 from yuwata/network-dhcp6pd-unreachable-route-cleanupsYu Watanabe2021-12-071-12/+28
|\
| * network: dhcp6pd: use the kernel's default value for priority of unreachable ...Yu Watanabe2021-12-071-1/+3
| * network: dhcp6pd: always use main route table for unreachable routeYu Watanabe2021-12-071-1/+0
| * network: dhcp6pd: set server address for unreachable routeYu Watanabe2021-12-071-2/+15
| * network: dhcp6pd: gracefully handle delegated prefix whose prefixlen is large...Yu Watanabe2021-12-071-8/+10
* | network: dhcp6pd: assign addresses in the delegated prefix instead of a subne...Yu Watanabe2021-12-071-8/+48
* | network: dhcp6pd: do not check Announce= setting when the link does not suppo...Yu Watanabe2021-12-071-2/+2
* | network: dhcp6pd: drop link_has_preferred_subnet_id() and inline conditionYu Watanabe2021-12-071-8/+2
|/
* Merge pull request #21639 from yuwata/network-dhcp6pd-use-dhcp6_pd_prefix_acq...Luca Boccassi2021-12-071-143/+55
|\
| * network: dhcp6pd: make dhcp6_pd_assign_prefixes() used also by dhcp6_pd_prefi...Yu Watanabe2021-12-061-97/+16