summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-ndisc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-231-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-261-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
* network: address-genereation: introduce generate_addresses()Yu Watanabe2021-10-061-2/+2
* network: address-generation: use in6_addr_hash_ops_freeYu Watanabe2021-10-061-2/+2
* network: ndisc: ignore autonomous prefix with prefix length larger than 64Yu Watanabe2021-10-061-6/+15
* network: move address generation methods to network-address-generation.[ch]Yu Watanabe2021-10-061-287/+1
* network: make several hash_ops staticYu Watanabe2021-10-041-1/+1
* network: use NetworkConfigSource/State to manage addresses and routesYu Watanabe2021-09-241-383/+161
* network: move common route settings to {dhcp4,ndisc}_request_route()Yu Watanabe2021-09-141-18/+8
* network: dhcp4,ndisc: make addresses in Allow/DenyList= optionally take prefi...Yu Watanabe2021-08-231-79/+14
* network: add UseMTU= in [IPv6AcceptRA]Yu Watanabe2021-08-201-7/+7
* Merge pull request #20410 from yuwata/network-ndisc-cleanupsYu Watanabe2021-08-101-10/+25
|\
| * network: use usec_add() at several more placesYu Watanabe2021-08-101-4/+4
| * network: make IPv6Token private, and ipv6token_new() staticYu Watanabe2021-08-101-1/+16
| * network: ndisc: update a log messageYu Watanabe2021-08-101-5/+5
* | network: use request queue to configure DHCP{4,6} clientsYu Watanabe2021-08-101-0/+3
|/
* network: use monotonic instead of boot time to handle address creation/update...Yu Watanabe2021-08-091-1/+3
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* network: fix overflow issue in address lifetime calculationYu Watanabe2021-07-021-2/+4
* network: drop old ndisc configurations after new ones are configuredYu Watanabe2021-07-021-3/+4
* ether-addr-util: drop redundant "addr" from struct hw_addr_dataYu Watanabe2021-06-091-3/+3
* network: introduce request_hash_ops to dedup requestsYu Watanabe2021-06-071-2/+2
* network: ndisc: update log messageYu Watanabe2021-05-271-2/+2
* network: ndisc: always honor valid timeYu Watanabe2021-05-271-20/+18
* network: drop unused "callback" arguments in route_remove() and address_remove()Yu Watanabe2021-05-191-2/+2
* network: address: introduce link_get_ipv4/ipv6_address()Yu Watanabe2021-05-181-2/+2
* network: use request queue to configure addresses, routes, and nexthopsYu Watanabe2021-05-121-62/+120
* network: split out common part of route or address handlersYu Watanabe2021-05-121-19/+6
* network: use IPV4_ADDRESS_FMT_STR/VAL macros and in6_addr_to_string() or friendsYu Watanabe2021-05-121-45/+46
* network: ndisc: fix ipv6 route preference for routes with Gateway=_ipv6raYu Watanabe2021-04-291-1/+1
* network: configure non-dhcp configs earlier even DUID-UUID is used by DHCP cl...Yu Watanabe2021-04-211-0/+11