summaryrefslogtreecommitdiff
path: root/src/network/networkd-radv.c
Commit message (Expand)AuthorAgeFilesLines
* network: move conf parsers and function prototypesYu Watanabe2019-06-301-74/+183
* tree-wide: replace explicit NULL checks with their shorter variantsFrantisek Sumsal2019-04-281-3/+3
* network: drop sections contain invalid settings in network_verify()Yu Watanabe2019-03-131-3/+3
* network: make all xxx_new_static() staticYu Watanabe2019-03-131-2/+2
* networkd: use OrderedSets instead of strvs to store lists of domainsZbigniew Jędrzejewski-Szmek2019-02-211-2/+7
* networkd: refuse IPv6 RADV prefixes that lack Prefix= settingLennart Poettering2018-11-301-1/+8
* network: allocate hashmap objects when they are requiredYu Watanabe2018-11-121-2/+5
* network: fixes related to NetworkConfigSectionYu Watanabe2018-11-121-4/+4
* network: fix memleak in static prefixYu Watanabe2018-11-041-3/+2
* network: introduce radv_prefix_delegation_{from,to}_string()Yu Watanabe2018-11-041-14/+20
* network: fix memleak in static prefixYu Watanabe2018-11-011-1/+3
* network: replace udev_device by sd_deviceYu Watanabe2018-08-231-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
* networkd: add missing _cleanup_ in prefix_newFilipe Brandenburger2018-06-081-1/+1
* 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
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-6/+3
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-4/+2
* network: fix indentationYu Watanabe2018-01-151-10/+12
* radv: Add prefixes with dynamically updated lifetimesPatrik Flykt2018-01-041-1/+1
* networkd: Add DHCPv6 as a configuration option to radv prefixesPatrik Flykt2018-01-041-4/+45
* networkd: Move Router Advertisement functionality to a single filePatrik Flykt2018-01-041-0/+250
* networkd: Ignore DNS information when uplink is not managed (#7571)Patrik Flykt2017-12-081-0/+10
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* networkd: Automatically set DNS and search domain informationPatrik Flykt2017-10-061-20/+132
* networkd-radv: Set DNSSL information on Router Advertisement enablingPatrik Flykt2017-09-151-0/+9
* networkd-radv: Set RDNSS information on Router Advertisement enablingPatrik Flykt2017-09-071-0/+10
* networkd-radv: Fix router lifetime assignmentPatrik Flykt2017-06-161-1/+1
* networkd: Fix commentPatrik Flykt2017-06-161-0/+2
* networkd-radv: Helper function for Router Advertisement initializationPatrik Flykt2017-05-151-0/+77