summaryrefslogtreecommitdiff
path: root/src/network/networkd-ndisc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* network: address-genereation: introduce generate_addresses()Yu Watanabe2021-10-071-2/+2
* network: address-generation: use in6_addr_hash_ops_freeYu Watanabe2021-10-071-2/+2
* network: ndisc: ignore autonomous prefix with prefix length larger than 64Yu Watanabe2021-10-071-6/+15
* network: move address generation methods to network-address-generation.[ch]Yu Watanabe2021-10-071-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-101-3/+3
* network: introduce request_hash_ops to dedup requestsYu Watanabe2021-06-081-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
* network: move RouteMetric= from [DHCPv6] to [IPv6AcceptRA]Yu Watanabe2021-04-211-4/+4
* network: refuse to configure engines such as DHCP client more than onceYu Watanabe2021-04-131-1/+1
* network: refuse to configure NDISC twiceYu Watanabe2021-04-101-8/+9
* network: also introduce UseDomains= for [DHCPv6] sectionYu Watanabe2021-03-141-1/+3
* tree-wide: use usec_add() and usec_sub_unsigned()Yu Watanabe2021-03-051-4/+4
* network: move state file related functions to networkd-state-file.[ch]Yu Watanabe2021-03-031-0/+1
* network: suffix types with _t in public headersLennart Poettering2021-02-181-1/+1
* tree-wide: constify variables if possibleYu Watanabe2021-02-181-2/+2
* network: use in_addr_prefix_to_string()Yu Watanabe2021-02-181-3/+3
* tree-wide: use in_addr_is_set() or friendsYu Watanabe2021-02-181-6/+5
* network: ndisc: change link state into "configuring" only when a new address ...Yu Watanabe2021-02-121-3/+4