summaryrefslogtreecommitdiff
path: root/src/libsystemd-network
Commit message (Expand)AuthorAgeFilesLines
* 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-2917-72/+159
* tree-wide: make format_ifname() or friends return negative errno on failureYu Watanabe2021-09-291-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-282-0/+616
* sd-lldp: introduce SD_LLDP_OUI_IANA_MUD macroYu Watanabe2021-09-281-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-09-011-1/+1
* socket-util: introduce CMSG_SPACE_TIMEVAL/TIMESPEC macro to support additiona...Yu Watanabe2021-08-301-1/+1
* icmp6: drop unnecessary assertionYu Watanabe2021-08-201-1/+0
* sd-dhcp-server: support static lease outside of address poolYu Watanabe2021-08-113-85/+78
* sd-dhcp-server: fix possible double-free or use-after-freeYu Watanabe2021-08-111-1/+1
* sd-dhcp-server: use hashmap_ensure_put()Yu Watanabe2021-08-113-12/+12
* sd-dhcp6-client: use SYNTHETIC_ERRNO()Yu Watanabe2021-08-101-50/+29
* sd-dhcp6-client: cirtainly adjust T1 and T2Yu Watanabe2021-08-101-9/+8
* sd-dhcp6-client: fix copy-and-paste mistakeYu Watanabe2021-08-101-1/+1
* sd-dhcp6-client: do not ignore errors in client_receive_advertise()Yu Watanabe2021-08-051-6/+11
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-037-20/+12
* Merge pull request #20109 from keszybz/timestamp-macrosYu Watanabe2021-07-146-47/+18
|\
| * tree-wide: add FORMAT_TIMESPAN()Zbigniew Jędrzejewski-Szmek2021-07-096-45/+17