summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-ndisc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* network/ndisc: constify several arguments and add several assertionsYu Watanabe2024-12-111-4/+6
* network/ndisc: first process options with zero lifetimeYu Watanabe2024-11-181-20/+50
* network/ndisc: sd_ndisc_router_route_get_preference() does not return -EOPNOT...Yu Watanabe2024-11-181-4/+0
* network/ndisc: dynamically configure nexthops when routes with gateway are re...Yu Watanabe2024-11-141-3/+292
* network/ndisc: restore the original preference and priority before checking i...Yu Watanabe2024-11-121-0/+9
* network/ndisc: introduce ndisc_route_prepare() and ndisc_router_route_prepare()Yu Watanabe2024-11-121-16/+46
* network/ndisc: several cleanups for ndisc_remove_route()Yu Watanabe2024-11-121-10/+4
* network/ndisc: introduce route_is_bound_to_link() helper function and use it ...Yu Watanabe2024-11-121-4/+4
* network: make 'networkctl reconfigure' work safely even when KeepConfiguratio...Yu Watanabe2024-11-111-11/+22
* network: reconfigure interface more gracefully (#35035)Yu Watanabe2024-11-061-0/+84
|\
| * network: keep dynamic configurations as possible as we can on reconfigureYu Watanabe2024-11-051-0/+84
* | tree-wide: time-out → timeoutZbigniew Jędrzejewski-Szmek2024-11-051-1/+1
|/
* network: limit the total number of Encrypted DNS options processedRonan Pigott2024-11-051-0/+6
* network: update tunnel or vxlan interface if the local address is changedYu Watanabe2024-10-311-0/+2
* Merge pull request #30952 from rpigott/resolved-dnrLennart Poettering2024-10-221-1/+168
|\
| * network: Introduce IPv6RA UseDNR= optionRonan Pigott2024-10-211-0/+3
| * ndisc: Parse RFC9463 encrypted DNS (DNR) optionRonan Pigott2024-10-211-1/+165
* | network/sysctl: make link_set_ipv6_mtu() log failuresYu Watanabe2024-10-141-3/+1
* | network/sysctl-monitor: do not allocate sysctl_shadow when eBPF is not supportedYu Watanabe2024-09-171-3/+3
|/
* store the sysctls set by networkdMatteo Croce2024-09-111-3/+6
* extend sysctl functions to shadow valuesMatteo Croce2024-09-111-3/+3
* tree-wide: drop msg argument for DEFINE_CONFIG_PARSE() macro and friendsYu Watanabe2024-09-011-2/+1
* network/route: also update source, status, and so on EEXISTYu Watanabe2024-09-011-1/+2
* Merge pull request #33875 from yuwata/network-link-get-addressYu Watanabe2024-07-311-1/+1
|\
| * network: make link_get_address() provide matching address with peerYu Watanabe2024-07-301-1/+1
* | Revert "network/ndisc: ignore most fields of RA header when lifetime is zero"Ivan Shapovalov2024-07-301-6/+0
|/
* Merge pull request #33450 from yuwata/network-ndisc-do-not-override-static-ro...Luca Boccassi2024-06-251-15/+54
|\
| * network/ndisc: do not remove static routes when received RA with zero lifetimeYu Watanabe2024-06-241-9/+35
| * network/ndisc: do not override conflicting static routesYu Watanabe2024-06-241-6/+19
* | network/ndisc: fix spurious log messagesYu Watanabe2024-06-251-15/+14
|/
* network/ndisc: use router lifetime as one for redirect routeYu Watanabe2024-06-061-92/+121
* network: IPv6 Compliance RFC4862: Address Lifetime Expiry (Hosts Only) [v6LC....Matt Muggeridge2024-05-141-15/+16
* network: IPv6 Compliance: Router Advertisement Processing, Reachable Time [v6...Matt Muggeridge2024-05-131-21/+0
* network: introduce link_get_use_dns()Yu Watanabe2024-04-191-1/+1
* network: introduce link_get_use_domains()Yu Watanabe2024-04-191-1/+1
* network: rename DHCPUseDomains -> UseDomainsYu Watanabe2024-04-191-3/+1
* network/ndisc: disable Neighbor discovery client if RADV is enabledYu Watanabe2024-04-181-0/+5
* network/ndisc: fix typoYu Watanabe2024-04-121-1/+1
* network/ndisc: drop onlink prefix when valid lifetime is zeroYu Watanabe2024-04-111-3/+17
* network/ndisc: do nothing for existing routes if on-link flag is zeroYu Watanabe2024-04-111-55/+4
* network/ndisc: fix verification of sender of Redirect messageYu Watanabe2024-04-111-43/+51
* network/ndisc: split out ndisc_redirect_verify_sender()Yu Watanabe2024-04-111-8/+17
* network/ndisc: drop ndisc_request_redirect_route()Yu Watanabe2024-04-111-28/+9
* network/ndisc: redirect routes do not have lifetimeYu Watanabe2024-04-111-25/+1
* network/ndisc: introduce ndisc_request_router_route()Yu Watanabe2024-04-111-22/+30
* network/ndisc: do not set per-route MTU and hop limitYu Watanabe2024-04-111-20/+1
* network/ndisc: fix updating valid lifetime of configured addressYu Watanabe2024-04-111-21/+72
* network/ndisc: set provider address in callerYu Watanabe2024-04-111-11/+10
* Merge pull request #32195 from yuwata/network-ndisc-mtuLuca Boccassi2024-04-111-0/+36
|\
| * network/ndisc: set IPv6 MTU through sysctlYu Watanabe2024-04-101-0/+36