summaryrefslogtreecommitdiff
path: root/src/network/networkd-dhcp-common.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #25166 from yuwata/network-router-preferenceLuca Boccassi2022-10-311-8/+65
|\
| * network: adjust route priority based on preferenceYu Watanabe2022-10-281-8/+65
* | network: make RouteTable= also accept route table nameYu Watanabe2022-10-281-1/+2
|/
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-30/+13
* network: replace usage of sd_bus_call_method_async() to bus_call_method_async...williamsumendap2022-08-131-4/+3
* network: dhcp4: disable DHCPv4 client on interfaces with non-supported typesYu Watanabe2022-07-141-0/+4
* Revert "network: configure DHCP clients after MAC address is assigned"Yu Watanabe2022-07-141-7/+0
* Fix "link-local" language inconsistenciesSebastian Pucilowski2022-03-311-1/+1
* network: coding style fixesYu Watanabe2022-02-091-6/+6
* network: configure DHCP clients after MAC address is assignedYu Watanabe2022-01-311-0/+7
* network: dhcp-pd: rename [DHCPv6PrefixDelegation] -> [DHCPPrefixDelegation]Yu Watanabe2021-12-071-3/+3
* network: dhcp6pd: always use main route table for unreachable routeYu Watanabe2021-12-071-34/+4
* network: dhcp6pd: fix copy-and-paste errorYu Watanabe2021-12-061-1/+1
* network: dhcp6: introduce UplinkInterface= for DHCP6 prefix delegationYu Watanabe2021-10-261-1/+13
* network: move config_parse_uplink() to networkd-dhcp-common.[ch]Yu Watanabe2021-10-261-0/+66
* tree-wide: mark set-but-not-used variables as unused to make LLVM happyFrantisek Sumsal2021-09-151-2/+4
* network: replace config_parse_address_filter() with config_parse_in_addr_pref...Yu Watanabe2021-09-141-66/+0
* in-addr-prefix-util: introduce several utilities for address prefixYu Watanabe2021-09-141-1/+1
* network: do not use RouteTable= in [DHCPv4] section for DHCPv6 routesYu Watanabe2021-09-141-3/+68
* network: use ltype to distinguish DHCPv4 and DHCPv6Yu Watanabe2021-09-141-13/+45
* network: dhcp4,ndisc: make addresses in Allow/DenyList= optionally take prefi...Yu Watanabe2021-08-231-0/+90
* network: rebreak conf parser argumentsYu Watanabe2021-08-161-10/+11
* network: DHCP[46] -> DHCPv[46] in log messagesYu Watanabe2021-08-101-6/+6
* network: use request queue to configure DHCP{4,6} clientsYu Watanabe2021-08-101-72/+19
* network: do not request UUID frequently on failureYu Watanabe2021-08-101-0/+2
* network: downgrade log level in dhcp6_configure()Yu Watanabe2021-08-101-1/+1
* network: downgrade log level in dhcp4_configure()Yu Watanabe2021-08-101-1/+1
* network: do not process requests which conditionalized with link flags while ...Yu Watanabe2021-06-091-0/+3
* network: dhcp: constify link_get_duid()Yu Watanabe2021-04-211-11/+13
* network: dhcp: introduce duid_needs_product_uuid() helper functionYu Watanabe2021-04-211-1/+7
* network: configure non-dhcp configs earlier even DUID-UUID is used by DHCP cl...Yu Watanabe2021-04-211-83/+43
* network: make IAID and DUID for DHCPv6 configurable explicitlyYu Watanabe2021-04-211-56/+209
* network: move dhcp related conf parsers to networkd-dhcp-common.cYu Watanabe2021-04-211-0/+146
* network: move RouteMetric= from [DHCPv6] to [IPv6AcceptRA]Yu Watanabe2021-04-211-5/+5
* network: move and rename network_apply_anonymize_if_set()Yu Watanabe2021-04-141-0/+2
* networkd: simplify sd_bus_is_ready() checksZbigniew Jędrzejewski-Szmek2021-04-081-1/+1
* network: also introduce UseDomains= for [DHCPv6] sectionYu Watanabe2021-03-141-3/+43
* network: use userdata instead data in conf parsersYu Watanabe2021-03-141-6/+6
* network: DHCP option- use correct byteorderSusant Sahani2021-02-171-2/+8
* network: dhcp: use string tableYu Watanabe2021-02-121-10/+3
* tree-wide: use error codes in xxx_from_string()Yu Watanabe2021-02-121-1/+1
* man: use ellipses for ranges in range descriptionsZbigniew Jędrzejewski-Szmek2021-01-291-2/+2
* network: tighten variable scope used in loop (#18277)Susant Sahani2021-01-171-2/+1
* network: merge config_parse_dhcp_user_class() and _vendor_class()Yu Watanabe2021-01-131-52/+2
* network: refuse zero length dhcp user classYu Watanabe2021-01-131-5/+5
* network: use bus_error_message()Yu Watanabe2020-12-021-5/+8
* network: use IN_SET() macroYu Watanabe2020-11-301-5/+3
* networkd/dhcp6: allow layer3 devices without MACJörg Thalheim2020-11-231-0/+7
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* network: introduce network_adjust_dhcp()Yu Watanabe2020-10-151-5/+25