summaryrefslogtreecommitdiffstats
path: root/src/libsystemd-network (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #28918 from yuwata/network-dhcp-custom-duidZbigniew Jędrzejewski-Szmek2023-08-245-172/+215
|\
| * network/dhcp: make DUIDType= take an arbitrary integerYu Watanabe2023-08-241-0/+1
| * dhcp: DUID-EN identifier has variable lengthYu Watanabe2023-08-242-5/+5
| * network/dhcp: fix maximal DUID data sizeYu Watanabe2023-08-242-2/+3
| * network: introduce per DUID type settersYu Watanabe2023-08-245-155/+202
| * Revert "network: DHCP6 client- Allow to send manual DUID"Yu Watanabe2023-08-243-14/+8
* | alloc-util: add free_many() helperLennart Poettering2023-08-241-2/+1
|/
* networkd: Add T1 and T2 DHCPv6 options to expose in dbus APINandakumar Raghavan2023-08-231-0/+1
* network/radv: allow to configure the time between retransmitted Neighbor Sol...Susant Sahani2023-08-232-0/+13
* tree-wide: drop "static inline" use in .c filesLennart Poettering2023-08-211-1/+1
* network: ndisc - Allow to use ICMP6 rate limit from received RASusant Sahani2023-08-212-0/+10
* network: DHCP6 client- Allow to send manual DUIDSusant Sahani2023-08-173-8/+14
* tree-wide: use LIST_POP()David Tardon2023-08-171-5/+3
* tree-wide: use LIST_CLEAR()David Tardon2023-08-171-13/+2
* libsystemd-network: use _NEG_ macros to reduce indentationZbigniew Jędrzejewski-Szmek2023-08-166-52/+34
* tree-wide: Always include <net/if.h> before related linux headersDaan De Meyer2023-08-141-2/+3
* network: ndisc - Ignore route information if reserved (10) value isSusant Sahani2023-08-141-3/+3
* sd-dhcp-server: propagate error on parsing DHCP packetYu Watanabe2023-08-082-2/+2
* dhcp: rename function argumentYu Watanabe2023-08-082-4/+4
* meson: also merge declarations of fuzzers with other executablesYu Watanabe2023-08-031-19/+13
* meson: merge declarations of normal and test executablesYu Watanabe2023-08-031-25/+18
* sd-ipv4acd: introduce sd_ipv4acd_is_bound()Yu Watanabe2023-07-301-0/+6
* Merge pull request #28508 from yuwata/network-next-dhcp4Luca Boccassi2023-07-291-0/+28
|\
| * sd-dhcp: introduce sd_dhcp_lease_get_prefix()Yu Watanabe2023-07-271-0/+28
* | network,dhcp: drop support of ClientIdentifier=duid-onlyYu Watanabe2023-07-291-29/+11
* | various: use RET_GATHERZbigniew Jędrzejewski-Szmek2023-07-131-8/+5
|/
* dhcp6: relax data assert in dhcp6_option_parse_stringRonan Pigott2023-07-031-1/+1
* Merge pull request #28132 from rpigott/dhcp-captive-portalYu Watanabe2023-07-037-0/+135
|\