summaryrefslogtreecommitdiff
path: root/src/libsystemd-network
Commit message (Expand)AuthorAgeFilesLines
* sd-dhcp-server: also send DNS servers or friends on DHCPOFFERYu Watanabe2023-05-131-30/+27
* sd-dhcp-client: client ID always has non-zero dataYu Watanabe2023-05-091-1/+1
* sd-dhcp-client: do not use implicit cast to booleanYu Watanabe2023-05-091-2/+2
* sd-dhcp-client: make return arguments for sd_dhcp_client_get_client_id() opti...Yu Watanabe2023-05-091-14/+21
* sd-dhcp-client: drop redundant conditionYu Watanabe2023-05-091-8/+6
* networkd: fallback to chaddr for static lease lookup when not foundRobert Meijers2023-04-201-1/+37
* tree-wide: also use CMSG_TYPED_DATA() on writing message headerYu Watanabe2023-04-161-1/+1
* sd-dhcp-server: use CMSG_FIND_DATA() at one more placeYu Watanabe2023-04-161-14/+4
* tree-wide: copy timestamp data from cmsgYu Watanabe2023-04-162-10/+8
* tree-wide: port more code over to CMSG_TYPED_DATA()Lennart Poettering2023-04-133-4/+4
* tree-wide: simplify x ? x : y to x ?: y where applicableFrantisek Sumsal2023-03-181-1/+1
* meson: Introduce userspace depJan Janssen2023-03-101-0/+1
* Merge pull request #26528 from keszybz/valgrind-simplificationYu Watanabe2023-02-221-2/+6
|\
| * meson: merge our two valgrind configuration conditions into oneZbigniew Jędrzejewski-Szmek2023-02-221-2/+6
* | meson: Use dicts for fuzzer definitionsJan Janssen2023-02-211-23/+28
* | meson: Use dicts for test definitionsJan Janssen2023-02-211-45/+50
|/
* tree-wide: fix typo and comment style updateYu Watanabe2023-02-151-1/+1
* sd-network: stop using fake flexible arrayZbigniew Jędrzejewski-Szmek2023-02-061-1/+1
* sd-dhcp-server: allow to send header only messageYu Watanabe2023-01-281-1/+1
* meson: Do not include headers in source listsJan Janssen2023-01-241-20/+0
* 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-214-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