summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-dhcp4.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* network: implement RFC4039 DHCP Rapid CommitRonan Pigott2023-10-271-0/+4
* network,dhcp: restart client with 'networkctl renew' when delayed by IPv6 onl...Yu Watanabe2023-10-201-0/+19
* network/dhcp4: support IPv6 only mode (RFC 8925)Yu Watanabe2023-10-111-2/+49
* network: introduce [DHCPv4] RequestAddress= settingYu Watanabe2023-10-041-6/+24
* network: skip to set request address when anonymizedYu Watanabe2023-10-041-4/+4
* network: drop duplicated address_set_broadcast()Yu Watanabe2023-09-071-1/+0
* sd-dhcp-client: introduce sd_dhcp_lease_has_6rd() helper functionYu Watanabe2023-09-051-4/+4
* dhcp: introduce sd_dhcp_lease_get_timestamp()Yu Watanabe2023-09-051-7/+2
* sd-dhcp-client: store lifetime and friends in usec_tYu Watanabe2023-09-051-7/+6
* Adding dhcp client and dhcp6 client dbus status interfacepelaufer2023-09-021-0/+5
* network: introduce per DUID type settersYu Watanabe2023-08-241-11/+33
* 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
* Merge pull request #28508 from yuwata/network-next-dhcp4Luca Boccassi2023-07-291-197/+281
|\
| * network/dhcp4: drop unused logic of finding default gatewayYu Watanabe2023-07-271-83/+21
| * network/dhcp4: always honor specified gateway addressYu Watanabe2023-07-271-29/+19
| * network/dhcp4: always find suitable gateway for destination addressYu Watanabe2023-07-271-20/+132
| * network/dhcp4: introduce dhcp4_prefix_covers() helper functionYu Watanabe2023-07-271-7/+27
| * network/dhcp4: introduce dhcp4_get_router() helper functionYu Watanabe2023-07-271-13/+33
| * network/dhcp4: introduce dhcp4_get_classless_static_or_static_routes() helperYu Watanabe2023-07-271-38/+47
| * network/dhcp4: drop unnecessary assignmentYu Watanabe2023-07-271-2/+0
| * network/dhcp4: use FOREACH_ARRAY() macroYu Watanabe2023-07-271-14/+14
| * network/dhcp4: honor received broadcast addressYu Watanabe2023-07-271-0/+3
| * network/dhcp4: use sd_dhcp_lease_get_prefix()Yu Watanabe2023-07-271-14/+8
* | network,dhcp: drop support of ClientIdentifier=duid-onlyYu Watanabe2023-07-291-19/+3
* | network: DHCP4 allow to set InitialCongestionWindow and InitialAdvertisedRece...Susant Sahani2023-07-151-0/+4
|/
* network/dhcp4: do not ignore the gateway even if the destination is in the sa...Yu Watanabe2023-07-061-4/+8
* network: Introduce UseCaptivePortal DHCPv4 optionRonan Pigott2023-07-021-0/+5
* network/dhcp4: accept local subnet routes from DHCPTuetuopay2023-02-011-8/+11
* network: introduce QuickAck= for [DHCPv4] and [IPv6AcceptRA]Yu Watanabe2023-01-161-0/+3
* optionally set socket priority on DHCPv4 raw socketchris2023-01-121-0/+42
* 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-8/+4
* network: NetLabel integrationTopi Miettinen2022-08-291-0/+4
* dhcp4: stop client before updating MAC addressYu Watanabe2022-08-051-2/+20
* network: check link state with link_is_ready_to_configure() before configurin...Yu Watanabe2022-08-051-1/+1
* network: drop doubled semicolonYu Watanabe2022-08-011-2/+2
* network: rename Link.sd_device -> Link.devYu Watanabe2022-07-231-1/+1
* Merge pull request #24001 from yuwata/network-lifetime-fixLuca Boccassi2022-07-181-1/+4
|\
| * network: fix infinite lifetime handlingYu Watanabe2022-07-141-1/+1
| * network: use sd_event_now()Yu Watanabe2022-07-141-1/+4
* | Merge pull request #23927 from AndreKalb/feature/ipv4-link-local-start-addressYu Watanabe2022-07-141-0/+12
|\ \
| * | sd-ipv4ll/networkd: Try to select an IPv4 link-local start addressAndre Kalb2022-07-141-0/+12
| |/
* / Revert "network: configure DHCP clients after MAC address is assigned"Yu Watanabe2022-07-131-5/+0
|/
* network: drop support for old kernels which cannot set prefix route with non-...Yu Watanabe2022-05-211-44/+2
* network: shorten code a bitYu Watanabe2022-03-311-11/+1
* time-util: assume CLOCK_BOOTTIME always existsLennart Poettering2022-03-281-1/+1
* Merge pull request #22631 from yuwata/network-redesign-request-queueLuca Boccassi2022-03-111-21/+7
|\
| * network: re-design request queueYu Watanabe2022-03-111-2/+2