summaryrefslogtreecommitdiff
path: root/src/network/networkd-ipv6-proxy-ndp.c
Commit message (Expand)AuthorAgeFilesLines
* 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