summaryrefslogtreecommitdiffstats
path: root/src/libsystemd-network (follow)
Commit message (Expand)AuthorAgeFilesLines
* network: implement RFC4039 DHCP Rapid CommitRonan Pigott2023-10-274-20/+85
* network: cleanup unreachable condition in dhcp client pathRonan Pigott2023-10-271-7/+1
* fd-uitl: rename PIPE_EBADF → EBADF_PAIR, and add EBADF_TRIPLETLennart Poettering2023-10-265-5/+5
* network: ENOTSUP → EOPNOTSUPPFrantisek Sumsal2023-10-251-1/+1
* network,dhcp: restart client with 'networkctl renew' when delayed by IPv6 onl...Yu Watanabe2023-10-201-0/+12
* sd-dhcp-client: always use sd_dhcp_client.timeout_ipv6_only_mode for delaying...Yu Watanabe2023-10-201-11/+37
* sd-dhcp-client: add a short comment about IPv6 only modeYu Watanabe2023-10-201-0/+7
* sd-dhcp-client: only send RENEW message when the client is in bound stateYu Watanabe2023-10-201-1/+3
* sd-dhcp-client: simplify the condition in sd_dhcp_client_get_lease()Yu Watanabe2023-10-201-1/+1
* dhcp: split dhcp-internal.h into twoYu Watanabe2023-10-2014-67/+97
* dhcp: move DHCP client specific definitions to dhcp-client-internal.hYu Watanabe2023-10-202-20/+20
* dhcp: split out dhcp-network.h from dhcp-internal.hYu Watanabe2023-10-208-22/+42
* dhcp: move DHCPState to dhcp-client-internal.hYu Watanabe2023-10-205-37/+35
* fuzz: include library headers firstYu Watanabe2023-10-203-7/+6
* io-util: split out "struct iovec" related calls into their own .c/.h filesLennart Poettering2023-10-205-5/+5
* fuzz: unify logging setupFrantisek Sumsal2023-10-196-4/+10
* sd-dhcp-server: make sd_dhcp_server_is_running() silently work with NULLYu Watanabe2023-10-121-1/+2
* sd-dhcp-client: support IPv6 only modeYu Watanabe2023-10-113-5/+105
* sd-dhcp-server: support IPv6 only modeSusant Sahani2023-10-113-0/+49
* fuzz: suppress log messagesYu Watanabe2023-10-061-0/+3
* libsystemd-network: introduce $SYSTEMD_NETWORK_TEST_MODE environment variableYu Watanabe2023-10-0612-34/+44
* sd-dhcp-client: reject NAKs from servers that we did not send an offer to (#2...Alexandre Peixoto Ferreira2023-09-251-1/+6
* Merge pull request #29254 from yuwata/sd-ndisc-use-usec_tLuca Boccassi2023-09-224-64/+99
|\
| * sd-ndisc: make sd_ndisc return time values in usecYu Watanabe2023-09-224-36/+70
| * sd-ndisc: rename function arguments for storing resultsYu Watanabe2023-09-211-32/+33
* | sd-dhcp-client: split out client_parse_message()Yu Watanabe2023-09-222-51/+70
* | sd-dhcp-client: introduce dhcp_lease_unref_and_replace()Yu Watanabe2023-09-222-14/+12
* | sd-dhcp-client: do not set fallback subnet mask if it is already setYu Watanabe2023-09-222-14/+11
* | sd-dhcp-client: split out client_enter_requesting()Yu Watanabe2023-09-221-8/+15
* | sd-dhcp-client: split out client_enter_bound()Yu Watanabe2023-09-221-39/+41
* | Merge pull request #29224 from keszybz/netdev-config-parsingZbigniew Jędrzejewski-Szmek2023-09-222-39/+29
|\ \ | |/ |/|
| * sd-network: modernize log error messagesZbigniew Jędrzejewski-Szmek2023-09-192-39/+29
* | Merge pull request #29253 from yuwata/sd-radv-use-usec_tLuca Boccassi2023-09-213-31/+110
|\ \
| * | test-ndisc-ra: add tests for recently added functionsYu Watanabe2023-09-201-2/+66
| * | sd-radv: make sd_radv always take timespan in usecYu Watanabe2023-09-203-29/+44
* | | Merge pull request #29252 from yuwata/sd-dhcp6-client-use-usec_tLuca Boccassi2023-09-215-124/+250
|\ \ \
| * | | sd-dhcp6-client: introduce sd_dhcp6_lease_get_t1() and friendsYu Watanabe2023-09-203-15/+49
| * | | sd-dhcp6-client: use be32_sec_to_usec() at more placesYu Watanabe2023-09-202-34/+34
| * | | sd-dhcp6-client: rework IA_NA or IA_PD gettersYu Watanabe2023-09-203-74/+155
| * | | sd-dhcp6-client: introduce sd_dhcp6_lease_has_pd_prefix() and friendYu Watanabe2023-09-202-0/+11
| |/ /
* / / sd-dhcp-client: use unaligned_be32_sec_to_usec()Yu Watanabe2023-09-211-27/+5
|/ /
* | sd-dhcp-server: store lifetime and friends in usec_tYu Watanabe2023-09-192-18/+13
* | libsystemd-network: introduce several helper functions to handle time valuesYu Watanabe2023-09-193-12/+91
|/
* Revert "tree-wide: Mount file descriptors via /proc/<pid>/fd"Lennart Poettering2023-09-081-3/+2
* sd-dhcp-client: introduce sd_dhcp_lease_has_6rd() helper functionYu Watanabe2023-09-051-0/+4
* dhcp: introduce sd_dhcp_lease_get_timestamp()Yu Watanabe2023-09-053-12/+45
* sd-dhcp-client: store lifetime and friends in usec_tYu Watanabe2023-09-053-37/+60
* Merge pull request #29023 from pelaufer/dhcp-prefix-dbusYu Watanabe2023-09-041-0/+12
|\
| * Add dhcp client prefix lease information to networkd json outputpelaufer2023-09-021-0/+12
* | Merge pull request #29052 from yuwata/icmp6-util-cleanupsYu Watanabe2023-09-0410-105/+110
|\ \