summaryrefslogtreecommitdiff
path: root/src/libsystemd-network
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-141-0/+3
* dhcp6: gracefully handle NoBinding errorYu Watanabe2022-08-135-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-065-69/+86
* dhcp: make dhcp_identifier_set_duid() take struct hw_addr_dataYu Watanabe2022-08-064-23/+32
* dhcp: make dhcp_identifier_set_iaid() take struct hw_addr_dataYu Watanabe2022-08-065-20/+27
* sd-dhcp6-client: use hw_addr_set()Yu Watanabe2022-08-061-2/+1
* sd-dhcp-client: use struct hw_addr_data to store MAC and broadcast addressYu Watanabe2022-08-061-35/+21
* dhcp4: stop client before updating MAC addressYu Watanabe2022-08-061-54/+4
* tree-wide: drop unnecessary inclusion of netlink-util.hYu Watanabe2022-07-232-2/+0
* sd-dhcp6-client: introduce sd_dhcp6_client_set_rapid_commit()Yu Watanabe2022-07-222-3/+19
* network: refuse 169.254.0.0/24 and 169.254.255.0/24 for IPv4LLStartAddress=Yu Watanabe2022-07-151-10/+1
* Merge pull request #23927 from AndreKalb/feature/ipv4-link-local-start-addressYu Watanabe2022-07-152-10/+35
|\
| * sd-ipv4ll/networkd: Try to select an IPv4 link-local start addressAndre Kalb2022-07-142-10/+35
* | sd-dhcp6-client: fix off-by-one error in parsing dhcp6 optionsYu Watanabe2022-07-142-2/+44
* | sd-dhcp6-client: allow NULL option value when length is zeroYu Watanabe2022-07-141-5/+5
* | sd-dhcp6-client: add more debugging logs on parsing messageYu Watanabe2022-07-141-12/+22
* | sd-dhcp-client: fix log messageYu Watanabe2022-07-091-1/+1
|/
* Merge pull request #23616 from keszybz/in-addr-to-string-formattingYu Watanabe2022-06-098-68/+42
|\
| * 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
* | libsystemd-network: use udev_available()Nick Rosbrook2022-06-081-2/+1
|/
* 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-051-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-043-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