index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
/
networkd-radv.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
network: move conf parsers and function prototypes
Yu Watanabe
2019-06-29
1
-74
/
+183
*
tree-wide: replace explicit NULL checks with their shorter variants
Frantisek Sumsal
2019-04-28
1
-3
/
+3
*
network: drop sections contain invalid settings in network_verify()
Yu Watanabe
2019-03-13
1
-3
/
+3
*
network: make all xxx_new_static() static
Yu Watanabe
2019-03-13
1
-2
/
+2
*
networkd: use OrderedSets instead of strvs to store lists of domains
Zbigniew Jędrzejewski-Szmek
2019-02-21
1
-2
/
+7
*
networkd: refuse IPv6 RADV prefixes that lack Prefix= setting
Lennart Poettering
2018-11-30
1
-1
/
+8
*
network: allocate hashmap objects when they are required
Yu Watanabe
2018-11-12
1
-2
/
+5
*
network: fixes related to NetworkConfigSection
Yu Watanabe
2018-11-12
1
-4
/
+4
*
network: fix memleak in static prefix
Yu Watanabe
2018-11-03
1
-3
/
+2
*
network: introduce radv_prefix_delegation_{from,to}_string()
Yu Watanabe
2018-11-03
1
-14
/
+20
*
network: fix memleak in static prefix
Yu Watanabe
2018-11-01
1
-1
/
+3
*
network: replace udev_device by sd_device
Yu Watanabe
2018-08-22
1
-0
/
+1
*
tree-wide: use proper unicode © instead of (C) where we can
Lennart Poettering
2018-06-14
1
-1
/
+1
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
networkd: add missing _cleanup_ in prefix_new
Filipe Brandenburger
2018-06-08
1
-1
/
+1
*
tree-wide: drop redundant _cleanup_ macros (#8810)
Lennart Poettering
2018-04-25
1
-5
/
+5
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-6
/
+3
*
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
1
-4
/
+2
*
network: fix indentation
Yu Watanabe
2018-01-15
1
-10
/
+12
*
radv: Add prefixes with dynamically updated lifetimes
Patrik Flykt
2018-01-04
1
-1
/
+1
*
networkd: Add DHCPv6 as a configuration option to radv prefixes
Patrik Flykt
2018-01-04
1
-4
/
+45
*
networkd: Move Router Advertisement functionality to a single file
Patrik Flykt
2018-01-04
1
-0
/
+250
*
networkd: Ignore DNS information when uplink is not managed (#7571)
Patrik Flykt
2017-12-08
1
-0
/
+10
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
networkd: Automatically set DNS and search domain information
Patrik Flykt
2017-10-06
1
-20
/
+132
*
networkd-radv: Set DNSSL information on Router Advertisement enabling
Patrik Flykt
2017-09-15
1
-0
/
+9
*
networkd-radv: Set RDNSS information on Router Advertisement enabling
Patrik Flykt
2017-09-07
1
-0
/
+10
*
networkd-radv: Fix router lifetime assignment
Patrik Flykt
2017-06-16
1
-1
/
+1
*
networkd: Fix comment
Patrik Flykt
2017-06-16
1
-0
/
+2
*
networkd-radv: Helper function for Router Advertisement initialization
Patrik Flykt
2017-05-15
1
-0
/
+77