summaryrefslogtreecommitdiffstats
path: root/src/libsystemd-network/sd-radv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sd-radv: use ICMP6Packet and sd_ndisc_router_solicitYu Watanabe2024-04-161-45/+33
* libsystemd-network: make constant addresses type-safeYu Watanabe2024-04-141-1/+1
* libsystemd-network: do not trigger assertion by sd_*_is_running() with NULLYu Watanabe2024-04-101-1/+2
* sd-radv: several cleanupsYu Watanabe2024-02-241-48/+64
* icmp6-util: merge icmp6_bind_router_{solicitation,advertisement}() into icmp6...Yu Watanabe2024-02-241-1/+1
* sd-radv: fix potential buffer overflowYu Watanabe2024-02-191-3/+3
* io-util: split out "struct iovec" related calls into their own .c/.h filesLennart Poettering2023-10-201-1/+1
* Merge pull request #29224 from keszybz/netdev-config-parsingZbigniew Jędrzejewski-Szmek2023-09-221-1/+2
|\
| * sd-network: modernize log error messagesZbigniew Jędrzejewski-Szmek2023-09-191-1/+2
* | sd-radv: make sd_radv always take timespan in usecYu Watanabe2023-09-201-16/+25
* | libsystemd-network: introduce several helper functions to handle time valuesYu Watanabe2023-09-191-12/+0
|/
* Merge pull request #29052 from yuwata/icmp6-util-cleanupsYu Watanabe2023-09-041-2/+4
|\
| * icmp6-util: make icmp6_receive() accept the null source addressYu Watanabe2023-09-041-1/+4
| * sd-ndisc,sd-radv: fix use of uninitialized valueYu Watanabe2023-09-041-2/+1
* | network: ndisc - Allow to parse PREF64 prefixSusant Sahani2023-09-041-23/+4
* | network: sd-radv - Allow to configure Mobile IPv6 Home AgentSusant Sahani2023-09-041-0/+44
|/
* sd-radv: fix memory leakSusant Sahani2023-08-281-0/+1
* network: sd-radv - Introduce pref64 support (RFC8781)Susant Sahani2023-08-251-0/+150
* network/radv: allow to configure the time between retransmitted Neighbor Sol...Susant Sahani2023-08-231-0/+12
* tree-wide: use LIST_CLEAR()David Tardon2023-08-171-13/+2
* libsystemd-network: use _NEG_ macros to reduce indentationZbigniew Jędrzejewski-Szmek2023-08-161-14/+9
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-1/+1
* sd-radv: mention that failures in sending RA are ignoredYu Watanabe2022-10-111-4/+4
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-4/+2
* basic/in-addr-util: add IN_ADDR_PREFIX_TO_STRINGZbigniew Jędrzejewski-Szmek2022-06-061-17/+10
* libsystemd-network: minor simplificationZbigniew Jędrzejewski-Szmek2022-06-061-4/+2
* basic/in-addr-util: add IN_ADDR_TO_STRINGZbigniew Jędrzejewski-Szmek2022-06-061-6/+5
* time-util: assume CLOCK_BOOTTIME always existsLennart Poettering2022-03-281-4/+4
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-1/+0
* list: declare iterator of LIST_FOREACH() in the loopYu Watanabe2022-03-191-6/+2
* sd-radv: fix indentationYu Watanabe2022-03-171-12/+27
* sd-radv: do not use iterater outside of the loopYu Watanabe2022-03-171-16/+10
* sd-radv: voidify sd_radv_remove_prefix()Yu Watanabe2022-03-171-11/+13
* sd-radv: do not use goto for non-error-handling casesYu Watanabe2021-12-191-45/+61
* sd-radv: send RA when prefix is updatedYu Watanabe2021-12-181-22/+28
* libsystemd-network: ignore -ENETDOWN or friends in recv()Yu Watanabe2021-12-091-6/+11
* libsystemd-network: drop _public_ attributeYu Watanabe2021-10-291-30/+30
* sd-radv: fix implicit conversion to booleanYu Watanabe2021-10-291-1/+1
* sd-radv: shorten the default lifetime for prefix/route prefixYu Watanabe2021-10-271-3/+3
* sd-radv: make prefix/route prefix lifetime can be specified with independentl...Yu Watanabe2021-10-271-82/+87
* Merge pull request #21143 from yuwata/sd-radv-router-lifetimeYu Watanabe2021-10-271-49/+61
|\
| * sd-radv: update how to calculate interval of sending advertisementsYu Watanabe2021-10-271-21/+20
| * sd-radv: router lifetime must be 0 or between 4 seconds and 9000 secondsYu Watanabe2021-10-271-11/+13
| * sd-radv: introduce RADV_DEFAULT_ROUTER_LIFETIME_USECYu Watanabe2021-10-271-0/+1
| * sd-radv: make several constants not exposedYu Watanabe2021-10-271-3/+3
| * sd-radv: drop SD_ prefix for unexposed constantsYu Watanabe2021-10-271-17/+17
| * sd-radv: make sd_radv_set_router_lifetime() take usec_t (uint64_t)Yu Watanabe2021-10-271-16/+26
* | sd-radv: use IPv6 specific functionsYu Watanabe2021-10-271-17/+9
* | sd-radv: use assert_return()Yu Watanabe2021-10-271-6/+2
|/
* sd-radv: rename sd_radv_prefix_set_route_prefix() -> sd_radv_route_prefix_set...Yu Watanabe2021-10-111-1/+1