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/radv: update comment
Yu Watanabe
2024-10-15
1
-1
/
+1
*
sd-radv: drop sd_radv_prefix and friends, and use sd_ndisc_option to manage N...
Yu Watanabe
2024-10-14
1
-115
/
+52
*
tree-wide: replace reallocarray() with GREEDY_REALLOC()
Yu Watanabe
2024-10-08
1
-5
/
+2
*
tree-wide: drop doubled empty lines
Yu Watanabe
2024-10-07
1
-1
/
+0
*
network/radv: use sd_ndisc_prefix and friends to manage prefixes and so on
Yu Watanabe
2024-04-25
1
-40
/
+44
*
network/radv: rename pref64Prefix -> Prefix64
Yu Watanabe
2024-04-25
1
-19
/
+19
*
network/radv: merge two boolean flags for prefix into one
Yu Watanabe
2024-04-24
1
-11
/
+8
*
sd-radv: send RA on update in caller side
Yu Watanabe
2024-04-24
1
-1
/
+10
*
network/radv: drop unnecessary conditions
Yu Watanabe
2024-04-22
1
-10
/
+6
*
network/radv: warn about non-zero preference with zero lifetime
Yu Watanabe
2024-04-22
1
-0
/
+9
*
network/radv: verify [IPv6Prefix] section or friends in network_adjust_radv()
Yu Watanabe
2024-04-22
1
-53
/
+45
*
network/radv: introduce ReachableTimeSec= setting
Yu Watanabe
2024-04-22
1
-5
/
+9
*
network/radv: sd-radv allows to update MAC address without stopping
Yu Watanabe
2024-04-20
1
-20
/
+1
*
sd-radv: refuse packet from the same interface
Yu Watanabe
2024-04-18
1
-0
/
+4
*
tree-wide: insert missing space after comma
Yu Watanabe
2024-04-12
1
-1
/
+1
*
network/address-generation: regenerate IPv6 prefix stable address on conflict
Yu Watanabe
2024-04-09
1
-0
/
+23
*
network/address-generation: also provide used tokens when generating address
Yu Watanabe
2024-04-09
1
-5
/
+6
*
network/radv: allow to announce prefix and route information with zero lifetime
Yu Watanabe
2024-03-28
1
-12
/
+0
*
network/address: introduce ref/unref functions for Address object
Yu Watanabe
2024-01-03
1
-1
/
+1
*
network: use timestamp_is_set() in one more place
Frantisek Sumsal
2023-10-25
1
-1
/
+1
*
sd-radv: make sd_radv always take timespan in usec
Yu Watanabe
2023-09-20
1
-23
/
+9
*
network: make the build happy on i*86 again
Frantisek Sumsal
2023-09-04
1
-2
/
+2
*
network: sd-radv - Allow to configure Mobile IPv6 Home Agent
Susant Sahani
2023-09-04
1
-0
/
+56
*
network: sd-radv - Introduce pref64 support (RFC8781)
Susant Sahani
2023-08-25
1
-0
/
+185
*
network: radv - Allow to send hop limit
Susant Sahani
2023-08-23
1
-0
/
+4
*
network/radv: allow to configure the time between retransmitted Neighbor Sol...
Susant Sahani
2023-08-23
1
-0
/
+49
*
network/address: free Address object by caller that passed to link_request_ad...
Yu Watanabe
2023-07-29
1
-1
/
+1
*
network: drop duplicated period in log message
Yu Watanabe
2022-10-28
1
-1
/
+1
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-18
/
+9
*
network: check link state with link_is_ready_to_configure() before configurin...
Yu Watanabe
2022-08-05
1
-1
/
+1
*
network: make link_may_have_ipv6ll() optionally check Multicast= setting
Yu Watanabe
2022-08-01
1
-1
/
+1
*
network: do not set invalid MAC address for non-ethernet interface
Yu Watanabe
2022-07-13
1
-3
/
+8
*
basic/in-addr-util: add IN_ADDR_PREFIX_TO_STRING
Zbigniew Jędrzejewski-Szmek
2022-06-06
1
-8
/
+4
*
Fix "link-local" language inconsistencies
Sebastian Pucilowski
2022-03-31
1
-1
/
+1
*
network: re-design request queue
Yu Watanabe
2022-03-11
1
-2
/
+2
*
network: make request_process_address() and friends take Link and correspondi...
Yu Watanabe
2022-03-11
1
-7
/
+2
*
network: currently RADV requires MAC address whose length is ETH_ALEN
Yu Watanabe
2022-01-31
1
-0
/
+6
*
network: rename NetworkConfigSection -> ConfigSection
Yu Watanabe
2022-01-19
1
-10
/
+10
*
network: wireguard: allow to run NDisc and RADV when IPv6LL address is manual...
Yu Watanabe
2021-12-09
1
-1
/
+1
*
network: dhcp-pd: rename [DHCPv6PrefixDelegation] -> [DHCPPrefixDelegation]
Yu Watanabe
2021-12-07
1
-7
/
+7
*
network: split networkd-dhcp6.c
Yu Watanabe
2021-12-06
1
-1
/
+1
*
network: radv: use the uplink interface used in DHCPv6-PD
Yu Watanabe
2021-12-01
1
-2
/
+8
*
network: split networkd-route.[ch]
Yu Watanabe
2021-11-14
1
-1
/
+1
*
network: radv: shorten default lifetime of prefix, route prefix, DNS, and dom...
Yu Watanabe
2021-10-27
1
-5
/
+5
*
sd-radv: make prefix/route prefix lifetime can be specified with independentl...
Yu Watanabe
2021-10-27
1
-11
/
+8
*
network: radv: refuse invalid router lifetime in conf parser
Yu Watanabe
2021-10-27
1
-0
/
+53
*
sd-radv: make sd_radv_set_router_lifetime() take usec_t (uint64_t)
Yu Watanabe
2021-10-27
1
-11
/
+2
*
network: dhcp6pd: do not assign downstream prefix when RADV is requested but ...
Yu Watanabe
2021-10-26
1
-2
/
+31
*
network: address: use usec_t for handling lifetime
Yu Watanabe
2021-10-21
1
-4
/
+7
*
network: radv: extends lifetime for DNS servers or domains propagated from up...
Yu Watanabe
2021-10-11
1
-11
/
+3
[next]