summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-radv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* network/radv: update commentYu Watanabe2024-10-151-1/+1
* sd-radv: drop sd_radv_prefix and friends, and use sd_ndisc_option to manage N...Yu Watanabe2024-10-141-115/+52
* tree-wide: replace reallocarray() with GREEDY_REALLOC()Yu Watanabe2024-10-081-5/+2
* tree-wide: drop doubled empty linesYu Watanabe2024-10-071-1/+0
* network/radv: use sd_ndisc_prefix and friends to manage prefixes and so onYu Watanabe2024-04-251-40/+44
* network/radv: rename pref64Prefix -> Prefix64Yu Watanabe2024-04-251-19/+19
* network/radv: merge two boolean flags for prefix into oneYu Watanabe2024-04-241-11/+8
* sd-radv: send RA on update in caller sideYu Watanabe2024-04-241-1/+10
* network/radv: drop unnecessary conditionsYu Watanabe2024-04-221-10/+6
* network/radv: warn about non-zero preference with zero lifetimeYu Watanabe2024-04-221-0/+9
* network/radv: verify [IPv6Prefix] section or friends in network_adjust_radv()Yu Watanabe2024-04-221-53/+45
* network/radv: introduce ReachableTimeSec= settingYu Watanabe2024-04-221-5/+9
* network/radv: sd-radv allows to update MAC address without stoppingYu Watanabe2024-04-201-20/+1
* sd-radv: refuse packet from the same interfaceYu Watanabe2024-04-181-0/+4
* tree-wide: insert missing space after commaYu Watanabe2024-04-121-1/+1
* network/address-generation: regenerate IPv6 prefix stable address on conflictYu Watanabe2024-04-091-0/+23
* network/address-generation: also provide used tokens when generating addressYu Watanabe2024-04-091-5/+6
* network/radv: allow to announce prefix and route information with zero lifetimeYu Watanabe2024-03-281-12/+0
* network/address: introduce ref/unref functions for Address objectYu Watanabe2024-01-031-1/+1
* network: use timestamp_is_set() in one more placeFrantisek Sumsal2023-10-251-1/+1
* sd-radv: make sd_radv always take timespan in usecYu Watanabe2023-09-201-23/+9
* network: make the build happy on i*86 againFrantisek Sumsal2023-09-041-2/+2
* network: sd-radv - Allow to configure Mobile IPv6 Home AgentSusant Sahani2023-09-041-0/+56
* network: sd-radv - Introduce pref64 support (RFC8781)Susant Sahani2023-08-251-0/+185
* network: radv - Allow to send hop limitSusant Sahani2023-08-231-0/+4
* network/radv: allow to configure the time between retransmitted Neighbor Sol...Susant Sahani2023-08-231-0/+49
* network/address: free Address object by caller that passed to link_request_ad...Yu Watanabe2023-07-291-1/+1
* network: drop duplicated period in log messageYu Watanabe2022-10-281-1/+1
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-18/+9
* network: check link state with link_is_ready_to_configure() before configurin...Yu Watanabe2022-08-051-1/+1
* network: make link_may_have_ipv6ll() optionally check Multicast= settingYu Watanabe2022-08-011-1/+1
* network: do not set invalid MAC address for non-ethernet interfaceYu Watanabe2022-07-131-3/+8
* basic/in-addr-util: add IN_ADDR_PREFIX_TO_STRINGZbigniew Jędrzejewski-Szmek2022-06-061-8/+4
* Fix "link-local" language inconsistenciesSebastian Pucilowski2022-03-311-1/+1
* network: re-design request queueYu Watanabe2022-03-111-2/+2
* network: make request_process_address() and friends take Link and correspondi...Yu Watanabe2022-03-111-7/+2
* network: currently RADV requires MAC address whose length is ETH_ALENYu Watanabe2022-01-311-0/+6
* network: rename NetworkConfigSection -> ConfigSectionYu Watanabe2022-01-191-10/+10
* network: wireguard: allow to run NDisc and RADV when IPv6LL address is manual...Yu Watanabe2021-12-091-1/+1
* network: dhcp-pd: rename [DHCPv6PrefixDelegation] -> [DHCPPrefixDelegation]Yu Watanabe2021-12-071-7/+7
* network: split networkd-dhcp6.cYu Watanabe2021-12-061-1/+1
* network: radv: use the uplink interface used in DHCPv6-PDYu Watanabe2021-12-011-2/+8
* network: split networkd-route.[ch]Yu Watanabe2021-11-141-1/+1
* network: radv: shorten default lifetime of prefix, route prefix, DNS, and dom...Yu Watanabe2021-10-271-5/+5
* sd-radv: make prefix/route prefix lifetime can be specified with independentl...Yu Watanabe2021-10-271-11/+8
* network: radv: refuse invalid router lifetime in conf parserYu Watanabe2021-10-271-0/+53
* sd-radv: make sd_radv_set_router_lifetime() take usec_t (uint64_t)Yu Watanabe2021-10-271-11/+2
* network: dhcp6pd: do not assign downstream prefix when RADV is requested but ...Yu Watanabe2021-10-261-2/+31
* network: address: use usec_t for handling lifetimeYu Watanabe2021-10-211-4/+7
* network: radv: extends lifetime for DNS servers or domains propagated from up...Yu Watanabe2021-10-111-11/+3