summaryrefslogtreecommitdiff
path: root/src/network/networkd-ndisc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* network: automatically set NLM_F_REPLACE flagYu Watanabe2021-02-121-1/+1
* network: drop one more link_dirty()Yu Watanabe2021-02-011-2/+0
* network: drop many unnecessary link_dirty() callsYu Watanabe2021-01-221-14/+24
* network: do not re-assign static routes when dynamic IPv6 addresses are updatedYu Watanabe2021-01-221-14/+1
* network: ndisc - Use ordered_set_ensure_putSusant Sahani2021-01-201-4/+2
* network: introduce RouterAllowList= and RouterDenyList= in [IPv6AcceptRA]Yu Watanabe2020-12-241-8/+26
* networkd: add support for prefix allow-list and route allow-listSusant Sahani2020-12-241-14/+27
* network: make RouteDenyList= filter route prefix rather than gateway addressYu Watanabe2020-12-241-10/+11
* network: fix condition for checking the provided gateway is assigned to linkYu Watanabe2020-12-241-1/+1
* network: drop redundant TAKE_PTR()Yu Watanabe2020-12-241-2/+0
* networkd: add RouteDenyListDevon Pringle2020-12-181-11/+27
* network: move variable declarationYu Watanabe2020-12-181-2/+2
* networkd: handle ignoring ll gateway being link llDevon Pringle2020-12-161-3/+13
* network: use address_get() in address_exists()Yu Watanabe2020-12-081-1/+1
* network: honor M or O flag in RA even if IPv6AcceptRA.DHCPv6Cleint=alwaysYu Watanabe2020-11-161-4/+8
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* network: store full hardware address in Link structTimo Rothenpieler2020-10-281-2/+7
* network: introduce network_adjust_ipv6_accept_ra()Yu Watanabe2020-10-151-13/+16
* network: when Gateway=_dhcp4, set several properties based on lease if they a...Yu Watanabe2020-10-151-2/+15
* network: determine a [Route] section will be used or not by gateway family in...Yu Watanabe2020-10-151-2/+1
* network: rename gateway_from_dhcp -> gateway_from_dhcp_or_raYu Watanabe2020-10-151-1/+1
* network: read peer address, label, broadcast from rtnl messageYu Watanabe2020-10-131-3/+3
* network: support IPv4 route with IPv6 gatewayYu Watanabe2020-10-081-0/+3
* network: also manage routes without RTA_OIF attributeYu Watanabe2020-10-071-1/+1