summaryrefslogtreecommitdiff
path: root/src/network/networkd-ndisc.c
Commit message (Expand)AuthorAgeFilesLines
* network: do not enter failed state when received an invalid RAYu Watanabe2023-01-191-10/+11
* network: introduce QuickAck= for [DHCPv4] and [IPv6AcceptRA]Yu Watanabe2023-01-161-0/+3
* network: unset Link.ndisc_configured only when a new address or route is requ...Yu Watanabe2022-12-011-6/+18
* network: drop invalid and unused flagYu Watanabe2022-11-291-1/+0
* network: fix indentationYu Watanabe2022-11-291-1/+1
* network: adjust route priority based on preferenceYu Watanabe2022-10-281-2/+23
* network: drop unnecessary call of ndisc_vacuum()Yu Watanabe2022-10-071-21/+0
* network: ndisc: do not accept too many DNS servers or domainsYu Watanabe2022-10-041-13/+16
* network: ndisc: drop addresses and friends when RA with zero lifetime is rece...Yu Watanabe2022-10-041-20/+14
* network: ndisc: also introduce timer event source to drop outdated settingsYu Watanabe2022-10-041-0/+77
* network: ndisc: drop outdated settings before processing RA messageYu Watanabe2022-10-041-12/+71
* network: ndisc: address_get() returns 0 on successYu Watanabe2022-10-041-1/+1
* network: ndisc: ignore prefix option with link-local prefixYu Watanabe2022-10-041-0/+8
* network: ndisc: read prefix earlierYu Watanabe2022-10-041-4/+6
* network: don't forget old RAs when a new one arrivesThomas Hebb2022-10-031-108/+4
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-3/+1
* tree-wide: Use correct format specifiersJan Janssen2022-08-301-2/+2
* network: NetLabel integrationTopi Miettinen2022-08-291-0/+4
* 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-021-1/+1
* Merge pull request #24001 from yuwata/network-lifetime-fixLuca Boccassi2022-07-181-11/+12
|\
| * network: fix infinite lifetime handlingYu Watanabe2022-07-141-7/+7
| * network: use sd_event_now()Yu Watanabe2022-07-141-4/+5
* | network: do not set invalid MAC address for non-ethernet interfaceYu Watanabe2022-07-141-3/+5
* | network: NDisc does not require MAC addressYu Watanabe2022-07-141-10/+0
|/
* tree-wide: drop duplicated semicolonsZbigniew Jędrzejewski-Szmek2022-07-051-1/+1
* basic/in-addr-util: add IN_ADDR_PREFIX_TO_STRINGZbigniew Jędrzejewski-Szmek2022-06-061-22/+15
* basic/in-addr-util: add IN_ADDR_TO_STRINGZbigniew Jędrzejewski-Szmek2022-06-061-17/+7
* network: clarify the relationship between RA flags and DHCPv6 modesAlex Henrie2022-05-061-3/+3
* Fix "link-local" language inconsistenciesSebastian Pucilowski2022-03-311-1/+1
* time-util: assume CLOCK_BOOTTIME always existsLennart Poettering2022-03-281-7/+7
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-1/+0
* network: re-design request queueYu Watanabe2022-03-111-2/+2
* network: introduce request_call_netlink_async()Yu Watanabe2022-03-111-8/+2
* network: make request_process_address() and friends take Link and correspondi...Yu Watanabe2022-03-111-7/+2
* network: compare addresses more strictlyYu Watanabe2022-02-241-2/+2
* network: disable NDisc for CAN interfacesYu Watanabe2022-01-311-0/+4
* network: configure NDisc after MAC address is assignedYu Watanabe2022-01-311-2/+63
* network: ndisc: ignore route prefix to ::/0Yu Watanabe2021-12-281-0/+5
* network: wireguard: allow to run NDisc and RADV when IPv6LL address is manual...Yu Watanabe2021-12-091-1/+1
* network: route: make route_cancel_request() take Link*Yu Watanabe2021-12-061-1/+1
* network: ndisc: introduce UseGateway= and UseRoutePrefix= settingsYu Watanabe2021-11-091-13/+26
* network: ndisc: do not read DNSSL option when UseDomains=noYu Watanabe2021-11-091-10/+14
* network: ndisc: split out prefix option handling into ndsic_router_process_pr...Yu Watanabe2021-11-091-44/+65
* network: do not restart DHCPv6 client when WithoutRA= is setYu Watanabe2021-10-271-2/+2
* network: ndisc: fix behavior when DHCPv6Client=alwaysYu Watanabe2021-10-261-20/+45
* network: address: use usec_t for handling lifetimeYu Watanabe2021-10-211-14/+13
* network: ndisc: rename valid_until -> lifetime_usecYu Watanabe2021-10-211-20/+24
* network: ndisc: add missing lifetime checkYu Watanabe2021-10-211-4/+7
* network: route: rename lifetime -> lifetime_usecYu Watanabe2021-10-211-23/+25