summaryrefslogtreecommitdiff
path: root/src/network/networkd-dhcp-common.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tree-wide: assorted coccinelle fixesFrantisek Sumsal2020-10-091-2/+1
* network: move DUID related functionsYu Watanabe2020-10-071-0/+189
* network: unify link_dhcp{4,6}_enabled()Yu Watanabe2020-10-071-0/+27
* network: downgrade log level in conf parsersYu Watanabe2020-07-171-48/+44
* tree-wide: use set_ensure_put()Zbigniew Jędrzejewski-Szmek2020-06-221-11/+2
* network: drop an unused functionYu Watanabe2020-06-021-32/+0
* network: move DHCPv6 related conf parsers to networkd-dhcp6.cYu Watanabe2020-06-021-77/+0
* network: set both dhcp_route_metric and dhcp6_route_metric by DHCP.RouteMetri...Yu Watanabe2020-06-021-4/+68
* network: Inroduce DHCP6- send vendor optionsSusant Sahani2020-05-291-4/+23
* network: Fix crash when SendOption= is invalidSusant Sahani2020-05-221-1/+1