summaryrefslogtreecommitdiffstats
path: root/src/libsystemd-network (follow)
Commit message (Expand)AuthorAgeFilesLines
* sd-dhcp6-client: max_retransmit_time must be positiveYu Watanabe2021-10-121-2/+2
* sd-dhcp6-client: introduce dhcp6_option_can_request()Yu Watanabe2021-10-124-3/+195
* sd-dhcp6-client: add missing optionsYu Watanabe2021-10-123-8/+8
* sd-dhcp6-client: add missing parenthesisYu Watanabe2021-10-121-11/+11
* sd-dhcp6-client: add missing message typesYu Watanabe2021-10-123-63/+95
* sd-dhcp6-client: name one more enumYu Watanabe2021-10-121-20/+20
* sd-dhcp6-client: typedef several enumsYu Watanabe2021-10-122-24/+36
* Merge pull request #20853 from yuwata/network-radv-set-default-timeoutsZbigniew Jędrzejewski-Szmek2021-10-121-1/+1
|\
| * sd-radv: rename sd_radv_prefix_set_route_prefix() -> sd_radv_route_prefix_set...Yu Watanabe2021-10-111-1/+1
* | test: use assert_se() instead of assert()Yu Watanabe2021-10-121-1/+1
|/
* tree-wide: use C99 __func__ rather than obsolete __FUNCTION__Lennart Poettering2021-10-114-12/+12
* network: use official bswap_32() rather than inofficial __bswap_32()Lennart Poettering2021-10-112-2/+2
* sd-dhcp6-client: rename dhcp6_lease_set_dns() -> dhcp6_lease_add_dns()Yu Watanabe2021-09-294-5/+4
* sd-dhcp6-client: do not merge NTP and SNTP optionsYu Watanabe2021-09-294-15/+20
* sd-dhcp6-client: support multiple NTP server optionsYu Watanabe2021-09-293-9/+11
* sd-dhcp6-client: support multiple domainsYu Watanabe2021-09-294-9/+6
* sd-dhcp6-client: make dhcp6_lease_free() accepts NULLYu Watanabe2021-09-291-6/+4
* sd-dhcp6-client: drop domains_count and ntp_fqdn_countYu Watanabe2021-09-294-46/+34
* sd-dhcp6-client: use dhcp6_option_parse() in client_parse_message()Yu Watanabe2021-09-291-17/+7
* sd-dhcp6-client: constify several argumentsYu Watanabe2021-09-292-13/+9
* sd-dhcp6-client: slightly modernize dhcp6_option_parse_domainname()/domainnam...Yu Watanabe2021-09-293-35/+43
* sd-dhcp6-client: fix buffer size calculation in dhcp6_option_parse_ip6addrs()Yu Watanabe2021-09-293-35/+24
* sd-dhcp6-client: modernize dhcp6_option_parse_ia()Yu Watanabe2021-09-294-248/+240
* sd-dhcp6-client: make dhcp6_option_parse_status() also parse error messageYu Watanabe2021-09-294-74/+122
* test: add tests for reading unaligned dataYu Watanabe2021-09-291-8/+21
* sd-dhcp6-client: modernize dhcp6_option_parse()Yu Watanabe2021-09-294-81/+76
* sd-dhcp6-client: constify one argumentYu Watanabe2021-09-292-2/+2
* libsystemd-network: make sd_dhcp_client_get_ifname() or friends return negati...Yu Watanabe2021-09-2817-72/+159
* tree-wide: make format_ifname() or friends return negative errno on failureYu Watanabe2021-09-281-8/+2
* sd-lldp-rx: make lldp_rx_free() and lldp_neighbor_free() accept NULLYu Watanabe2021-09-282-4/+6
* sd-lldp-rx: sd_event should be attached when lldp_rx_start_timer() is calledYu Watanabe2021-09-281-3/+1
* sd-lldp-rx: do not enable timer event source in sd_lldp_rx_get_neighbors()Yu Watanabe2021-09-281-5/+1
* sd-lldp-rx: use _cleanup_ attribute at one more placeYu Watanabe2021-09-281-5/+4
* sd-lldp-rx: wrap long lineYu Watanabe2021-09-281-2/+7
* sd-lldp-rx: add missing assertionsYu Watanabe2021-09-282-4/+18
* sd-lldp-rx: delay allocating hashmap and prioq to store neighborsYu Watanabe2021-09-281-12/+2
* sd-lldp-rx: ensure no event will be triggered after sd_lldp_rx_detach_event()...Yu Watanabe2021-09-281-1/+2
* sd-lldp-rx: add comments about the three multicast addressesYu Watanabe2021-09-281-0/+3
* sd-lldp-rx: introduce sd_lldp_rx_is_running()Yu Watanabe2021-09-281-9/+12
* sd-lldp-rx: ignore all errors in processing datagramYu Watanabe2021-09-281-9/+8
* sd-lldp-tx: introduce sd-lldp-txYu Watanabe2021-09-272-0/+616
* sd-lldp: introduce SD_LLDP_OUI_IANA_MUD macroYu Watanabe2021-09-271-4/+3
* sd-lldp-rx: rename sd_lldp -> sd_lldp_rxYu Watanabe2021-09-276-259/+259
* test: also rename {test,fuzz}-lldp.cYu Watanabe2021-09-274-2/+2
* sd-lldp: rename sd-lldp.[ch] -> sd-lldp-rx.[ch]Yu Watanabe2021-09-277-10/+9
* meson: sort filesYu Watanabe2021-09-271-29/+29
* libsystemd-network: disable event sources before unref themYu Watanabe2021-09-246-23/+20
* sd-dhcp6-client: ignore IAs whose IAID do not match client's IAIDYu Watanabe2021-09-224-38/+64
* journal,network,timesync: fix segfault on 32bit timeval/timespec systemsYu Watanabe2021-09-161-1/+2
* network: print Ethernet Link-Layer DHCP client ID with leading 0'sAlvin Å ipraga2021-08-311-1/+1