summaryrefslogtreecommitdiffstats
path: root/src/libsystemd-network (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | test: extract dummy icmp6 utils for testsYu Watanabe2023-09-046-126/+77
| * | icmp6-util: make icmp6_receive() accept the null source addressYu Watanabe2023-09-045-4/+33
| * | icmp6-util: several cleanups for icmp6_receive()Yu Watanabe2023-09-045-20/+47
| * | sd-ndisc,sd-radv: fix use of uninitialized valueYu Watanabe2023-09-042-4/+2
| |/
* | network: ndisc - Allow to parse PREF64 prefixSusant Sahani2023-09-046-38/+185
* | network: sd-radv - Allow to configure Mobile IPv6 Home AgentSusant Sahani2023-09-042-0/+54
* | Adding dhcp client and dhcp6 client state interfacepelaufer2023-09-026-2/+68
* | Adding dhcp_state_to_string and dhcp client state change loggingpelaufer2023-09-024-9/+37
* | Adding client_set_state to sd-dhcp-client.c to support a client state change ...pelaufer2023-09-011-11/+19
|/
* Revert "test-dhcp-client: add temporary workaround for assertion failure"Yu Watanabe2023-08-301-3/+1
* sd-dhcp-client: ensure IAID and DUID being set on startYu Watanabe2023-08-301-7/+7
* sd-radv: fix memory leakSusant Sahani2023-08-281-0/+1
* test-dhcp-client: add temporary workaround for assertion failureLuca Boccassi2023-08-281-1/+3
* sd-dhcp-client: make client initially in stopped stateYu Watanabe2023-08-282-15/+17
* network: sd-radv - Introduce pref64 support (RFC8781)Susant Sahani2023-08-252-0/+184