summaryrefslogtreecommitdiffstats
path: root/src/libsystemd-network (follow)
Commit message (Expand)AuthorAgeFilesLines
* string-util: add common implementation of function that converts sized charac...Lennart Poettering2023-01-212-13/+9
* Merge pull request #26115 from yuwata/test-fix-memleak-fdleakLuca Boccassi2023-01-202-27/+14
|\
| * test-ndisc: fix memleak and fd leakYu Watanabe2023-01-202-27/+14
* | tree-wide: fix typoYu Watanabe2023-01-201-1/+1
|/
* send dhcpv6 release when stoppingchris2023-01-175-16/+152
* sd-dhcp-client: gracefully handle invalid ether type client IDYu Watanabe2023-01-161-20/+18
* sd-dhcp6: always append the default status message generated from status codeYu Watanabe2023-01-162-13/+18
* optionally set socket priority on DHCPv4 raw socketchris2023-01-125-9/+41
* libsystemd-network: FTBS in c2x modeCristian Rodríguez2023-01-031-4/+4
* tree-wide: use -EBADF moreYu Watanabe2022-12-204-5/+5
* tree-wide: introduce PIPE_EBADF macroYu Watanabe2022-12-205-5/+6
* fuzz: sort headersYu Watanabe2022-12-201-3/+4
* tree-wide: use -EBADF also in pipe initializersZbigniew Jędrzejewski-Szmek2022-12-195-5/+5
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-199-11/+11
* all: avoid various "-Wcast-align=strict" warningsThomas Haller2022-12-092-2/+2
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-087-7/+0
* dhcp: use the attached sd_device object when generating IAIDYu Watanabe2022-10-276-50/+13
* sd-dhcp6-client: introduce sd_dhcp6_client_attach_device()Yu Watanabe2022-10-262-0/+11
* sd-dhcp-client: introduce sd_dhcp_client_attach_device()Yu Watanabe2022-10-261-0/+13
* tree-wide: replace "plural(s)" by "plurals"Zbigniew Jędrzejewski-Szmek2022-10-171-1/+1
* Merge pull request #24973 from keszybz/simplify-variable-declarationsYu Watanabe2022-10-121-6/+2
|\
| * libsystemd-network: trivial simplificationZbigniew Jędrzejewski-Szmek2022-10-121-6/+2
* | Merge pull request #24867 from yuwata/sd-dhcp6-client-large-packetZbigniew Jędrzejewski-Szmek2022-10-124-199/+152
|\|
| * sd-dhcp6-client: allow to build large packetYu Watanabe2022-10-024-98/+91
| * sd-dhcp6-client: rename buf -> pYu Watanabe2022-10-021-14/+14
| * sd-dhcp6-client: use GREEDY_REALLOC() in dhcp6_option_append_vendor_class()Yu Watanabe2022-10-021-19/+10
| * sd-dhcp6-client: use GREEDY_REALLOC()Yu Watanabe2022-10-021-13/+8
| * sd-dhcp6-client: slightly shorten dhcp6_option_append_fqdn()Yu Watanabe2022-10-021-4/+2
| * sd-dhcp6-client: simplify dhcp6_option_append_ia()Yu Watanabe2022-10-021-38/+9
| * sd-dhcp6-client: make dhcp6_option_append_fqdn() or friends handle zero lengt...Yu Watanabe2022-10-023-25/+22
| * sd-dhcp6-client: use assert() in non-public functionsYu Watanabe2022-10-021-11/+19
| * sd-dhcp6-client: do not use implicit cast from integer to booleanYu Watanabe2022-10-021-1/+1
* | Merge pull request #24957 from yuwata/network-ignore-failure-in-sending-solic...Luca Boccassi2022-10-112-11/+10
|\ \
| * | sd-radv: mention that failures in sending RA are ignoredYu Watanabe2022-10-111-4/+4
| * | sd-ndisc: ignore failure in sending solicitationYu Watanabe2022-10-111-7/+6
| |/
* / tree-wide: drop () around the first argument of a ternary opZbigniew Jędrzejewski-Szmek2022-10-111-1/+1
|/
* fd-util: rename CLOSE_AND_REPLACE() -> close_and_replace()Yu Watanabe2022-09-171-1/+1
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-139-43/+18
* tree-wide: Fix format specifier warnings for %xJan Janssen2022-08-301-2/+2
* tree-wide: Use correct format specifiersJan Janssen2022-08-303-4/+4
* dhcp6: do not append ORO option when no option requestedYu Watanabe2022-08-131-0/+3
* dhcp6: gracefully handle NoBinding errorYu Watanabe2022-08-125-7/+39
* dhcp: add assertions about client stateYu Watanabe2022-08-081-5/+22
* dhcp: fix potential buffer overflowYu Watanabe2022-08-063-12/+12
* dhcp: make dhcp_network_bind_raw_socket() take struct hw_addr_dataYu Watanabe2022-08-055-69/+86
* dhcp: make dhcp_identifier_set_duid() take struct hw_addr_dataYu Watanabe2022-08-054-23/+32
* dhcp: make dhcp_identifier_set_iaid() take struct hw_addr_dataYu Watanabe2022-08-055-20/+27
* sd-dhcp6-client: use hw_addr_set()Yu Watanabe2022-08-051-2/+1
* sd-dhcp-client: use struct hw_addr_data to store MAC and broadcast addressYu Watanabe2022-08-051-35/+21
* dhcp4: stop client before updating MAC addressYu Watanabe2022-08-051-54/+4