summaryrefslogtreecommitdiffstats
path: root/src/libsystemd-network (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: convert inet_ntop() calls to anonymous-buffer macrosZbigniew Jędrzejewski-Szmek2022-06-063-21/+14
* basic/in-addr-util: add IN_ADDR_PREFIX_TO_STRINGZbigniew Jędrzejewski-Szmek2022-06-061-17/+10
* libsystemd-network: minor simplificationZbigniew Jędrzejewski-Szmek2022-06-061-4/+2
* basic/in-addr-util: add IN_ADDR_TO_STRINGZbigniew Jędrzejewski-Szmek2022-06-065-26/+16
* fuzzers: ignore size limits when compiled standaloneZbigniew Jędrzejewski-Szmek2022-05-123-3/+3
* fuzz-dhcp-server: remove limit on input sizeZbigniew Jędrzejewski-Szmek2022-05-121-2/+0
* libsystemd-network: constify castsZbigniew Jędrzejewski-Szmek2022-05-081-2/+2
* network: clarify the relationship between RA flags and DHCPv6 modesAlex Henrie2022-05-061-1/+1
* Fix placement of TTL TLV in LLDP transmitMatthijs van Duin2022-05-041-9/+18
* sd-lldp: use memcpy_safe() as the buffer size may be zeroYu Watanabe2022-05-041-1/+2
* sd-ndisc: drop unused functionYu Watanabe2022-05-041-21/+0
* libsystemd-network: refuse too large raw_sizeYu Watanabe2022-05-042-0/+6
* libsystemd-network: add assert about packet lengthZbigniew Jędrzejewski-Szmek2022-04-291-0/+1
* libsystemd-network: do not split messages in halfZbigniew Jędrzejewski-Szmek2022-04-291-8/+4
* sd-ipv4acd: actually drop the arp packet from one of the host interfaceYu Watanabe2022-04-071-1/+1
* sd-dhcp6-client: request several optionsYu Watanabe2022-04-033-7/+55
* network: dhcp6: request DNS servers or friends only when they will be usedYu Watanabe2022-04-032-24/+11
* dhcp: make option names singularYu Watanabe2022-04-034-35/+35
* sd-dhcp6-client: sort requesting optionsYu Watanabe2022-04-032-12/+20
* sd-dhcp6-client: rename req_opts_len -> n_req_optsYu Watanabe2022-04-032-8/+7
* tree-wide: add a space after if, switch, for, and whileYu Watanabe2022-04-018-11/+11
* time-util: assume CLOCK_BOOTTIME always existsLennart Poettering2022-03-2813-42/+42
* fuzz: rename fuzz-dhcp-server-relay-message to fuzz-dhcp-server-relayZbigniew Jędrzejewski-Szmek2022-03-212-1/+1
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-195-7/+0
* list: make LIST_FOREACH() and LIST_FOREACH_BACKWARDS() saferYu Watanabe2022-03-191-1/+1
* list: declare iterator of LIST_FOREACH() in the loopYu Watanabe2022-03-194-14/+7
* sd-radv: fix indentationYu Watanabe2022-03-171-12/+27
* sd-radv: do not use iterater outside of the loopYu Watanabe2022-03-171-16/+10
* sd-radv: voidify sd_radv_remove_prefix()Yu Watanabe2022-03-171-11/+13
* test: Use TEST macros in more placesJan Janssen2022-03-164-82/+22
* network: dhcp: rename NextServer= and Filename= settingsYu Watanabe2022-03-112-17/+36
* dhcp: list all known message typeYu Watanabe2022-03-101-9/+18
* sd-dhcp6-client: rename timezone optionsYu Watanabe2022-03-101-2/+2
* dhcp: list all known DHCP optionsYu Watanabe2022-03-104-10/+10
* network: refuse string which contains non-safe or non-ascii characters for Fi...Yu Watanabe2022-03-101-1/+1
* meson: move files' closing brace to separate lineZbigniew Jędrzejewski-Szmek2022-03-031-1/+2
* meson: do not use split() in file listsZbigniew Jędrzejewski-Szmek2022-03-021-47/+46
* sd-dhcp-server: add support to send next server and filename option for PXE b...Yu Watanabe2022-02-242-0/+41
* Merge pull request #22600 from poettering/timestamp_is_set-moreZbigniew Jędrzejewski-Szmek2022-02-231-1/+1
|\
| * tree-wide: use timestamp_is_set() moreLennart Poettering2022-02-221-1/+1
* | test: fix memory and fd leak in test-dhcp6-clientYu Watanabe2022-02-221-2/+1
* | test: drop timeout handlersYu Watanabe2022-02-224-52/+16
|/
* sd-dhcp-server: do not offer server addressYu Watanabe2022-02-171-0/+3
* sd-dhcp6-client: use mempcpy() or mempcpy_safe()Yu Watanabe2022-02-161-12/+5
* dhcp-identifier: use offsetof()Yu Watanabe2022-02-161-5/+5
* sd-dhcp6-client: add comment about ia_na and ia_pdYu Watanabe2022-02-151-2/+2
* test-dhcp6-client: add test for rapid commitYu Watanabe2022-02-141-2/+21
* test-dhcp6-client: cleanupsYu Watanabe2022-02-141-575/+560
* fuzz-dhcp6-client: add prefix hint and vendor option to sent messageYu Watanabe2022-02-141-0/+8
* fuzz-dhcp6-client: merge with fuzz-dhcp6-client-sendYu Watanabe2022-02-145-60/+19