summaryrefslogtreecommitdiffstats
path: root/src/libsystemd-network (follow)
Commit message (Expand)AuthorAgeFilesLines
* ndisc-option: use memcpy_safe() at one more placeYu Watanabe11 days1-1/+1
* test-dhcp-client: utilize log_info instead of printfColin Foster2024-11-041-11/+11
* network: Restrict the valid charset of DNR namesRonan Pigott2024-10-293-0/+16
* network: add missing else in dhcp_lease_loadRonan Pigott2024-10-291-1/+2
* tree-wide: replace for loop with FOREACH_ELEMENT or FOREACH_ARRAY macros (#34...Integral2024-10-261-4/+3
* Merge pull request #34848 from yuwata/network-dhcpv6-do-not-request-ia-pd-on-...Lennart Poettering2024-10-223-42/+11
|\
| * network/dhcp6: do not request IA_PD when running in the other-information modeYu Watanabe2024-10-213-42/+11
* | Merge pull request #30952 from rpigott/resolved-dnrLennart Poettering2024-10-2216-80/+1210
|\ \ | |/ |/|
| * resolve: move sd-* api into libsystemd-networkRonan Pigott2024-10-214-0/+492
| * ndisc: implement ndisc_option_build_encrypted_dnsRonan Pigott2024-10-211-0/+140
| * network: add dnr resolvers to networkctl status json outputRonan Pigott2024-10-211-1/+1
| * ndisc: Parse RFC9463 encrypted DNS (DNR) optionRonan Pigott2024-10-213-0/+194
| * network: Introduce UseDNR DHCPv6 optionRonan Pigott2024-10-211-0/+1
| * network: Parse RFC9463 DHCPv6 DNR optionRonan Pigott2024-10-212-0/+106
| * dhcp6: use dns_name_from_wire_formatRonan Pigott2024-10-212-76/+5
| * test-dhcp6: terminate fqdn optionRonan Pigott2024-10-211-4/+4
| * network: Serialize DNR serversRonan Pigott2024-10-211-0/+17
| * network: Add serialization for DoT resolversRonan Pigott2024-10-212-0/+97
| * network: parse RFC9463 DHCPv4 DNR optionRonan Pigott2024-09-143-0/+154
* | sd-dhcp6-lease: adjust information refresh time with lifetime of IA_PDYu Watanabe2024-10-151-6/+29
* | sd-dhcp6-client: allow to request IA_PD on information requesting modeYu Watanabe2024-10-153-5/+13
* | sd-dhcp6-lease: use free_and_replace_full()Yu Watanabe2024-10-151-4/+2
* | sd-radv: drop sd_radv_prefix and friends, and use sd_ndisc_option to manage N...Yu Watanabe2024-10-143-784/+229
* | network/dhcp4: add support for ARPHRD_RAWIP and ARPHRD_NONE network interface...Darsey Litzenberger2024-10-101-0/+29
* | tree-wide: replace reallocarray() with GREEDY_REALLOC()Yu Watanabe2024-10-081-20/+12
* | tree-wide: drop doubled empty linesYu Watanabe2024-10-072-2/+0
* | tree-wide: use strv_extend_strv_consume() where appropriateMike Yuan2024-09-211-1/+1
* | sd-ipv4acd: fix assertion triggered when an ARP received in STARTED stateYu Watanabe2024-09-201-0/+1
|/
* basic: split ifname related calls from format-util.h into format-ifname.hLennart Poettering2024-09-131-1/+1
* missing_network: drop unnecessary definitionYu Watanabe2024-09-091-0/+1
* test-dhcp-server: Migrate to new assertion macrosDaan De Meyer2024-08-281-83/+86
* sd-dhcp-client: actually restart daemon after sending DECLINE messageYu Watanabe2024-08-211-8/+6
* sd-dhcp-client: stop client without calling notification after sending RELEASEYu Watanabe2024-08-211-1/+5
* sd-dhcp-client: refuse to send RELEASE or friends gracefully when the daemon ...Yu Watanabe2024-08-211-16/+8
* sd-dhcp-client: do not call callback with SD_DHCP_CLIENT_EVENT_STOP if alread...Yu Watanabe2024-08-211-8/+14
* Merge pull request #34014 from yuwata/network-ip-masqueradeLuca Boccassi2024-08-201-0/+1
|\
| * sd-lldp-tx: insert missing empty lineYu Watanabe2024-08-161-0/+1
* | test-dhcp-server: Gracefully handle the network being downDaan De Meyer2024-08-191-1/+5
|/
* sd-dhcp-server: persist hardware addresses in leasesMary Strodl2024-07-231-1/+27
* tree-wide: port over to new builder apisLennart Poettering2024-06-192-23/+25
* various: move const ptr indicator to return valueZbigniew Jędrzejewski-Szmek2024-06-193-5/+5
* string-util: introduce string_is_safe_ascii helperMike Yuan2024-06-161-1/+1
* libsystemd: turn json.[ch] into a public APILennart Poettering2024-06-129-67/+70
* sd-dhcp-server: clear buffer before receiveYu Watanabe2024-06-121-1/+1
* sd-ndisc: do not print "(null)" in the log messageYu Watanabe2024-05-222-5/+6
* test: extend timeout for DHCP/NDisc testsYu Watanabe2024-05-203-3/+3
* Merge pull request #32818 from keszybz/libsystemd-network-size-checkLuca Boccassi2024-05-159-23/+24
|\
| * test: rename file with stub functionsZbigniew Jędrzejewski-Szmek2024-05-146-7/+7
| * libsystemd-network: use normal style for error checkingZbigniew Jędrzejewski-Szmek2024-05-141-13/+7
| * libsystemd-network: check size of icmpv6 packetsZbigniew Jędrzejewski-Szmek2024-05-142-0/+9