summaryrefslogtreecommitdiff
path: root/src/network/networkd-ipv6-proxy-ndp.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-2/+1
* network: re-design request queueYu Watanabe2022-03-111-5/+9
* network: introduce request_call_netlink_async()Yu Watanabe2022-03-111-12/+11
* network: make request_process_address() and friends take Link and correspondi...Yu Watanabe2022-03-111-6/+4
* network: make address_configure() and friends take Request objectYu Watanabe2022-03-111-8/+4
* network: move functionsYu Watanabe2022-02-251-19/+19
* network: drop detailed log messagesYu Watanabe2022-02-251-14/+20
* tree-wide: "a" -> "an"Yu Watanabe2021-06-301-1/+1
* network: use request queue to configure IPv6 proxy NDP addressesYu Watanabe2021-06-081-8/+48
* network: move logic for setting proxy_ndp sysctl to networkd-sysctl.cYu Watanabe2021-06-081-40/+0
* network: introduce network_adjust_ipv6_proxy_ndp()Yu Watanabe2021-06-081-0/+14
* network: drop unnecessary condition in error pathYu Watanabe2021-01-271-1/+1
* network: drop wrong flag for neighbor entryYu Watanabe2021-01-271-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* network: ignore error in writing proxy_ndpYu Watanabe2020-10-231-2/+2
* network: propagate errors in ipv6_proxy_ndp_set()Yu Watanabe2020-10-071-3/+3
* network: drop networkd-ipv6-proxy-ndp.h from networkd-network.hYu Watanabe2020-10-071-2/+0
* network: rename ipv6_proxy_ndp_addresses_configure() -> link_set_ipv6_proxy_n...Yu Watanabe2020-10-071-1/+1
* network: drop struct IPv6ProxyNDPAddressYu Watanabe2020-10-071-68/+30
* network: move functionsYu Watanabe2020-10-071-93/+93
* network: downgrade log level in conf parsersYu Watanabe2020-07-171-3/+4
* network: append INTERFACE= attributes for logs corresponds to a netifYu Watanabe2020-01-071-3/+3
* network: include NLMSGERR_ATTR_MSG attribute in error messageYu Watanabe2019-11-301-1/+1
* network: include glibc headers before including kernel headersYu Watanabe2019-05-091-1/+1
* network: make all xxx_new_static() staticYu Watanabe2019-03-131-1/+1
* network: use sysctl_write_ip_property() and friendsYu Watanabe2019-02-211-5/+5
* network: fix errno in log_syntax()Yu Watanabe2019-02-111-3/+2
* network: use typesafe netlink_call_async() macro where applicableYu Watanabe2018-12-021-4/+3
* network: use structured initializersYu Watanabe2018-11-121-4/+5
* tree-wide: set WRITE_STRING_FILE_DISABLE_BUFFER flag when we write files unde...Yu Watanabe2018-11-061-1/+1
* network: fix indentationYu Watanabe2018-11-041-10/+10
* sd-netlink: make sd_netlink_slot take its descriptionYu Watanabe2018-10-161-1/+1
* sd-netlink: introduce sd_netlink_slotYu Watanabe2018-10-151-2/+2
* network: add destroy callbacks for asynchronous netlink callsYu Watanabe2018-10-101-1/+4
* sd-netlink: add destroy_callback argument to sd_netlink_call_async()Yu Watanabe2018-10-101-1/+1
* tree-wide: drop copyright lines for more authorsZbigniew Jędrzejewski-Szmek2018-06-221-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use "cannot" instead of "can not"Zbigniew Jędrzejewski-Szmek2018-02-081-1/+1
* networkd: don't try to configure IPv6 proxy NDP if IPv6 is not available (#7613)Lennart Poettering2017-12-131-1/+7
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* networkd: add IPv6ProxyNDP (#5913)Hristo Venev2017-05-091-0/+3
* networkd: add IPv6ProxyNDPAddress support (#5174)Florian Klink2017-02-111-0/+209