index
:
delta/systemd.git
assert-cleanups-and-constification
baserock/adamcoldrick/yaml-morphology
baserock/jjardon/fix_parallel_build
baserock/jjardon/intltool
baserock/morph
baserock/paulsherwood/sd-update
baserock/pedroalvarez/v217
baserock/pedroalvarez/v218
baserock/ps/update-linux-v3.12-systemd-v208
baserock/radiofree/enable_xz
baserock/richardmaw/nspawn-path-escapes
baserock/richardmaw/wip-upgrade-root
baserock/v218-with-canonical-hostname-fix
baserock/v219-314-gd736e4f-network_fixes
baserock/v219-729-g163ab29-jetson_btrfs_fixes
cap-bpf-compat
chase-symlinks-rework
coverity
coverity-now-for-real
coverity-python
default_memory
dependabot/github_actions/actions/checkout-2.4.0
dependabot/github_actions/actions/upload-artifact-2.3.1
dependabot/github_actions/github/codeql-action-1.0.23
dependabot/github_actions/github/codeql-action-1.0.24
dependabot/github_actions/github/codeql-action-1.0.27
dependabot/github_actions/github/super-linter-4.8.2
dependabot/github_actions/github/super-linter-4.8.3
dependabot/github_actions/github/super-linter-4.8.4
dependabot/github_actions/systemd/mkosi-11
dependabot/pip/dot-github/workflows/meson-0.60.3
dev-no-noexec
enabled-optimization
gc-cleanup
gcc-hypothesis
hidden-units-are-good-units
hwdb
keszybz-patch-1
main
master
meson-allows-fuzzer-building
msekletar-security-list-process
oomd-and-user-slices
proot
readme-double-header
revert-10744-logind-lock-down
revert-11715-revert-11534-coverity2
revert-12181-install-etc-systemd-generator-dirs
revert-12463-issue-12452-netlink
revert-13201-networkctl-merge-table_add_cell
revert-13843-watchdog
revert-14900-fix-privatedevices-dev-mac-label
revert-15648-journalctl-cat-beefup
revert-16058-fix-memory-protection-default
revert-16460-turn-off-ubuntu-ppa
revert-1740-master
revert-18355-resolved-discover
revert-18515-temporarily-pin-arch-repos
revert-18807-noexec
revert-19146-fix-JOURNAL-doc
revert-20598-order_noauto
revert-20998-dev/hv-detect
revert-2818-master
revert-2843-clock_boottime
revert-2859-ldconfig-after-localfs
revert-3283-master
revert-3528-upstream-add-networkd-dbus
revert-5012-master
revert-5298-relocatable-tests
revert-6508-audit-socket
setup-semaphore
stat2
systemctl-list-dependencies
systemd-paypal-funding
tasks-max-dynamic
v216-stable
what-s-up-with-coverity
wip/hadess/add-move-udev-action
wip/hadess/chassis-override
wip/hadess/hp-accel-quirk
wip/hadess/lis3lv02d-rule-hp
wip/hadess/logitech-hidraw
wip/hadess/logitech-ultrathin-touch-mouse
wip/hadess/memory-id
wip/hadess/minipro-uaccess
wip/hadess/rfkill-uaccess
wip/hadess/unsupported-dmi
wip/hadess/usb-analysers-uaccess
wip/hadess/webcams
github.com: systemd/systemd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
network
/
networkd-radv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: use error codes in xxx_from_string()
Yu Watanabe
2021-02-12
1
-1
/
+1
*
network: radv - use hashmap_ensure_put
Susant Sahani
2021-01-18
1
-5
/
+1
*
network: radv - Use hashmap_ensure_put
Susant Sahani
2021-01-15
1
-5
/
+1
*
network: convert router lifetime from usec_t to uint16_t
Yu Watanabe
2020-11-10
1
-7
/
+12
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
network: store full hardware address in Link struct
Timo Rothenpieler
2020-10-28
1
-2
/
+2
*
Merge pull request #17357 from yuwata/network-dhcp6-pd-announce-17353
Yu Watanabe
2020-10-23
1
-28
/
+105
|
\
|
*
network: rename IPv6PrefixDelegation= to IPv6SendRA=
Yu Watanabe
2020-10-19
1
-5
/
+45
|
*
network: introduce DHCPv6PrefixDelegation= setting
Yu Watanabe
2020-10-19
1
-1
/
+7
|
*
network: drop static prefixes and static route prefixes earlier if IPv6Prefix...
Yu Watanabe
2020-10-19
1
-21
/
+21
|
*
network: introduce network_adjust_radv()
Yu Watanabe
2020-10-19
1
-0
/
+20
|
*
network: clear DNS and domains for RA when an empty string is assigned
Yu Watanabe
2020-10-19
1
-0
/
+11
|
*
network: use string_hash_ops_free for search domains
Yu Watanabe
2020-10-19
1
-1
/
+1
*
|
network: drop unnecessary conditions
Yu Watanabe
2020-10-15
1
-5
/
+3
|
/
*
network: rename network_verify_xxx() -> network_drop_invalid_xxx()
Yu Watanabe
2020-10-07
1
-2
/
+2
*
network: use sd_event stored in Manager
Yu Watanabe
2020-10-07
1
-1
/
+1
*
network: introduce radv_update_mac()
Yu Watanabe
2020-10-07
1
-0
/
+30
*
network: move link_radv_enabled()
Yu Watanabe
2020-10-07
1
-0
/
+12
*
network: make network_get_ipv6_dns() always set return value on success
Yu Watanabe
2020-10-07
1
-12
/
+9
*
network: fix indentation
Yu Watanabe
2020-10-07
1
-76
/
+89
*
network: cleanup networkd-radv.h
Yu Watanabe
2020-10-07
1
-2
/
+2
*
network: introduce network_verify_prefix() and network_verify_route_prefix()
Yu Watanabe
2020-10-07
1
-0
/
+20
*
network: drop redundant list of prefixes and route prefixes
Yu Watanabe
2020-10-07
1
-68
/
+41
*
network: make prefix_free() and route_prefix_free() return NULL
Yu Watanabe
2020-10-07
1
-21
/
+25
*
network: do not add prefix to RA if radv is not configured
Yu Watanabe
2020-09-11
1
-1
/
+3
*
network: rename settings about DHCPv6 Prefix Delegation
Yu Watanabe
2020-07-29
1
-43
/
+0
*
network: make RADVPrefixDelegation enum bitfield
Yu Watanabe
2020-07-29
1
-5
/
+1
*
network: dhcp6: drop addresses and delegated prefixes on client stop
Yu Watanabe
2020-07-29
1
-1
/
+1
*
network: support port number and SNI in [Network] DNS=
Yu Watanabe
2020-07-21
1
-2
/
+2
*
network: radv: clean up conf parsers
Yu Watanabe
2020-07-17
1
-55
/
+40
*
network: downgrade log level in conf parsers
Yu Watanabe
2020-07-17
1
-32
/
+28
*
network: do not restart radv engine when adding prefix
Yu Watanabe
2020-07-07
1
-0
/
+31
*
networkd: Add support for setting a preferred subnet id for IPv6 PD leases
Andreas Rammhold
2020-05-26
1
-0
/
+37
*
network: introduce IPv6 prefix assign
Susant Sahani
2020-03-01
1
-0
/
+40
*
network,radv: make DNS= in [IPv6PrefixDelegation] section take special value ...
Yu Watanabe
2020-02-04
1
-15
/
+35
*
network: split struct Prefix into Prefix and RoutePrefix
Yu Watanabe
2019-11-05
1
-14
/
+15
*
network: fix memleak in route_prefix_free()
Yu Watanabe
2019-11-05
1
-1
/
+2
*
network: fix typo
Yu Watanabe
2019-11-05
1
-1
/
+2
*
network: fix invalid cleanup function
Yu Watanabe
2019-11-05
1
-2
/
+2
*
network: Add support to advertie ipv6 route
Susant Sahani
2019-09-17
1
-9
/
+186
*
network: move conf parsers and function prototypes
Yu Watanabe
2019-06-30
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-04
1
-3
/
+2
*
network: introduce radv_prefix_delegation_{from,to}_string()
Yu Watanabe
2018-11-04
1
-14
/
+20
[next]