summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-ndisc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* network: add DHCPv6.RouteMetric=Yu Watanabe2020-06-021-2/+3
* network: Allow DHCPv6 client to be started even if no O or M bit in RA.Susant Sahani2020-04-161-4/+19
* network: add setting to support RA without DHCPv6 clientYu Watanabe2020-03-061-1/+2
* network: make use of generate_ipv6_eui_64_addressSusant Sahani2020-02-291-10/+4
* network: Allow multiple IPv6Token 'static' items to generate addressesKevin P. Fleming2020-02-101-49/+94
* network: Document the lack of actual DAD usage in prefixstable algorithmKevin P. Fleming2020-02-101-0/+5
* network: Correct typo and naming in error messageKevin P. Fleming2020-02-101-1/+1
* network: Improve variable name for address generationKevin P. Fleming2020-02-101-5/+5
* network fix parser for IPv6Token=Yu Watanabe2020-02-091-19/+2
* network: fix ABRTYu Watanabe2020-02-071-1/+7
* network: rename eui64 to staticYu Watanabe2020-02-071-5/+5
* network: Allow to specify multiple IPv6Token for SLAACSusant Sahani2020-02-051-19/+224
* network: static routes via DHCP gatewayYu Watanabe2020-01-071-0/+20
* network: include NLMSGERR_ATTR_MSG attribute in error messageYu Watanabe2019-11-301-2/+2
* network: ndisc: do not drop all prefixes when a prefix matches a blacklistYu Watanabe2019-10-141-44/+19
* network: make link enter failed state when a configuration failsYu Watanabe2019-07-151-6/+25
* network: re-assign static routes when dynamic address is updatedYu Watanabe2019-07-111-0/+2
* network: process address reply messageYu Watanabe2019-07-111-5/+28
* network: fix memleakYu Watanabe2019-07-101-6/+5
* network: move conf parsers and function prototypesYu Watanabe2019-06-291-0/+1
* network: ignore requested ipv6 route when ipv6 is disabled by sysctlYu Watanabe2019-06-121-6/+6
* network: ignore requested ipv6 addresses when ipv6 is disabled by sysctlYu Watanabe2019-06-121-2/+2
* networkd: Ability to selectively ignore IPv6 prefixes supplied via router adv...Susant Sahani2019-05-191-2/+117
* network: drop unnecessary initializationsYu Watanabe2019-05-101-1/+1
* network: replace inet_ntop() with in_addr_to_string()Yu Watanabe2019-05-091-8/+6
* network: fix conditional jump depends on uninitialised value(s)Yu Watanabe2019-05-071-7/+13
* network: merge conditions and use FLAGS_SET() macroYu Watanabe2019-02-271-6/+6
* network: make ndisc_router_process_options() propagate errorYu Watanabe2019-02-271-15/+11
* Merge pull request #11698 from yuwata/fix-network-route-tableLennart Poettering2019-02-181-3/+3
|\
| * network: honor VRF table or explicitly specified route tableYu Watanabe2019-02-151-3/+3
* | networkd: ipv6ra allow to ignore addressesSusant Sahani2019-02-141-4/+7
|/
* networkd-ndisc.c: fix build without IFA_F_NOPREFIXROUTEFabrice Fontaine2019-02-031-0/+1
* Merge pull request #10920 from yuwata/hashmap-destructorLennart Poettering2018-12-031-20/+6
|\
| * tree-wide: make hash_ops typesafeYu Watanabe2018-12-021-20/+6
* | network: use typesafe netlink_call_async() macro where applicableYu Watanabe2018-12-021-2/+1
* | network: rename ndisc_route_handler() to ndisc_netlink_message_handler()Yu Watanabe2018-12-021-5/+5
|/
* network: make ndisc related handlers return negative errno but caller ignore ...Yu Watanabe2018-11-121-166/+120
* network: rename ndisc_netlink_handler() to ndisc_route_handler()Yu Watanabe2018-10-101-5/+5
* network: add destroy callbacks for asynchronous netlink callsYu Watanabe2018-10-101-1/+1
* network: replace udev_device by sd_deviceYu Watanabe2018-08-221-0/+1
* tree-wide: use proper unicode © instead of (C) where we canLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-251-5/+5
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Merge pull request #6910 from ssahani/issue-6359Lennart Poettering2017-11-201-0/+4
|\
| * networkd: ndisc The preferred lifetime is never greater than the valid lifetime.Susant Sahani2017-09-261-0/+4
* | Merge pull request #6918 from ssahani/issue-5625Lennart Poettering2017-11-201-3/+1
|\ \
| * | networkd: ndisc Do not stop ndisc client incase of conf error.Susant Sahani2017-09-261-3/+1
| |/
* / Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
|/
* networkd: RFC compliant autonomous prefix handling (#5636)hendrikw012017-03-311-2/+28