summaryrefslogtreecommitdiff
path: root/src/network/networkd-dhcp4.c
Commit message (Expand)AuthorAgeFilesLines
* network: tighten variable scope used in loop (#18277)Susant Sahani2021-01-171-2/+2
* dhcp: length of each user class field must be positiveYu Watanabe2021-01-131-1/+1
* Move hostname setup logic to new shared/hostname-setup.[ch]Zbigniew Jędrzejewski-Szmek2020-12-161-0/+1
* network: do not set broadcast if prefixlen is 31 or 32Yu Watanabe2020-12-031-1/+2
* network: add debug log about requesting DHCP addressYu Watanabe2020-12-021-0/+2
* network: simplify the condition about ipv4ll is enabled or notYu Watanabe2020-11-301-12/+6
* network: stop IPv4LL engine when DHCPv4 address is successfully acquiredYu Watanabe2020-11-301-0/+4
* networkd: start ipv4ll when dhcp has trouble getting a leaseZbigniew Jędrzejewski-Szmek2020-11-301-0/+15
* networkd: merge ll addressing fallback modes into normal "boolean" valuesZbigniew Jędrzejewski-Szmek2020-11-301-2/+1
* Merge pull request #17474 from yuwata/network-drop-link-deserialization-logicYu Watanabe2020-11-271-132/+62
|\
| * network: downgrade log level in dhcp4_configure()Yu Watanabe2020-10-281-44/+39
| * network: always enable sysctl property promote_secondariesYu Watanabe2020-10-281-55/+0
| * network: mention that the error will be ignoredYu Watanabe2020-10-281-1/+1
| * network: drop dhcp4_init()Yu Watanabe2020-10-281-22/+9
| * network: set previous DHCP4 address in link->addresses_foreignYu Watanabe2020-10-281-24/+27
* | Merge pull request #17478 from yuwata/split-network-internalYu Watanabe2020-11-271-1/+1
|\ \
| * | net-condition: move net_match_config() and related conf parsersYu Watanabe2020-10-291-1/+1
| |/
* | license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* | dhcp4: fix DHCP on InfiniBand interfacesTimo Rothenpieler2020-10-281-6/+19
* | network: store full hardware address in Link structTimo Rothenpieler2020-10-281-7/+7
|/
* Merge pull request #17357 from yuwata/network-dhcp6-pd-announce-17353Yu Watanabe2020-10-231-2/+2
|\
| * network: sort and rename elements in Network objectYu Watanabe2020-10-191-2/+2
* | Merge pull request #17356 from yuwata/sd-xxx-stopLennart Poettering2020-10-211-2/+1
|\ \ | |/ |/|
| * network: drop conditions to check existence of each engineYu Watanabe2020-10-151-2/+1
* | network: when Gateway=_dhcp4, set several properties based on lease if they a...Yu Watanabe2020-10-151-0/+8
* | network: determine a [Route] section will be used or not by gateway family in...Yu Watanabe2020-10-151-2/+1
* | network: rename gateway_from_dhcp -> gateway_from_dhcp_or_raYu Watanabe2020-10-151-1/+1
|/
* Merge pull request #17342 from yuwata/network-dhcp-ipv4-acd-fixesYu Watanabe2020-10-141-15/+55
|\
| * network: update MAC address in IPv4ACD client for DHCP4Yu Watanabe2020-10-141-0/+32
| * network: stop IPv4ACD client for DHCPv4 when lease is expriredYu Watanabe2020-10-141-0/+3
| * network: move IPv4ACD client for DHCPv4 from Network to Link objectYu Watanabe2020-10-141-19/+24
* | network: drop unused conditionYu Watanabe2020-10-141-4/+0
|/
* network: introduce IPV4_ADDRESS_FMT_STR macroYu Watanabe2020-10-081-12/+12
* network: support IPv4 route with IPv6 gatewayYu Watanabe2020-10-081-0/+3
* network: also manage routes without RTA_OIF attributeYu Watanabe2020-10-071-2/+2
* network: do not update Address::flags in address_configure()Yu Watanabe2020-10-071-1/+1
* network: use sd_event stored in ManagerYu Watanabe2020-10-071-1/+1
* network: check feature is enabled in xxx_configure()Yu Watanabe2020-10-071-4/+8
* network: introduce dhcp4_update_mac()Yu Watanabe2020-10-071-1/+20
* network: introduce link_deserialize_dhcp4()Yu Watanabe2020-10-071-11/+46
* network: header cleanupYu Watanabe2020-10-071-0/+1
* network: drop list of static routesYu Watanabe2020-10-071-1/+1
* network: move link_request_set_routes()Yu Watanabe2020-10-071-4/+4
* tree-wide: fix typos found by codespellFrantisek Sumsal2020-09-141-1/+1
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-8/+5
* Merge pull request #16880 from yuwata/network-dhcp4-cleanupsLennart Poettering2020-09-041-43/+48
|\
| * network: configure DHCP routes after DHCP address is readyYu Watanabe2020-09-041-41/+39
| * network: dhcp4: reset counter only when the lease address is newYu Watanabe2020-09-041-1/+6
| * network: dhcp4: stop IPv4ACD before assigning new addressYu Watanabe2020-09-041-0/+2
| * network: voidify return value of sd_ipv4acd_stop()Yu Watanabe2020-09-041-1/+1