summaryrefslogtreecommitdiff
path: root/src/network/networkd-ndisc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* network: use sd_event stored in ManagerYu Watanabe2020-10-071-1/+1
* network: check feature is enabled in xxx_configure()Yu Watanabe2020-10-071-6/+11
* network: move sysctl related functions to networkd-sysctl.cYu Watanabe2020-10-071-1/+2
* network: move link_ipv6_accept_ra_enabled()Yu Watanabe2020-10-071-1/+32
* network: header cleanupYu Watanabe2020-10-071-0/+1
* network: cleanup networkd-route.hYu Watanabe2020-10-071-1/+0
* network: drop list of static routesYu Watanabe2020-10-071-1/+1
* network: move link_request_set_routes()Yu Watanabe2020-10-071-4/+4
* Merge pull request #16978 from keszybz/two-variable-reduction-patchesLennart Poettering2020-09-081-31/+22
|\
| * tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-31/+22
* | Merge pull request #16618 from yuwata/network-ipv6token-prefixstableZbigniew Jędrzejewski-Szmek2020-09-081-20/+33
|\ \ | |/ |/|
| * network: make prefixstable mode of IPv6Token= can be applied to any received ...Yu Watanabe2020-09-081-20/+33
* | network: fix NDisc handling for the case when multiple routers existYu Watanabe2020-09-081-76/+296
|/
* network: ndisc: also remove old DNSSL or RDNSS records after an SLAAC address...Yu Watanabe2020-07-291-50/+72
* network: ndisc: remove old addresses and routes after at least one SLAAC addr...Yu Watanabe2020-07-291-44/+173
* network: make address/route_configure optionally return created Address/Route...Yu Watanabe2020-07-291-5/+5
* network: ndisc: do not set configured flags when addresses or routes are not ...Yu Watanabe2020-07-291-4/+5
* network: ndisc: ignore duplicated IPv6Token=Yu Watanabe2020-07-221-14/+29
* network: ndisc: do not store duplicated data in SetYu Watanabe2020-07-221-99/+102
* tree-wide: use siphash24_compress_string() where it is applicableYu Watanabe2020-07-221-2/+2
* network: replace NDISC -> NDisc in log messagesYu Watanabe2020-07-181-4/+4
* network: introduce address_exists() helper functionYu Watanabe2020-07-181-28/+7
* network: ndisc: any failures in processing event make the link in failed stateYu Watanabe2020-07-171-111/+107
* network: downgrade log level in conf parsersYu Watanabe2020-07-171-7/+7
* network: make link_request_set_nexthop() called from link_request_set_routes(...Yu Watanabe2020-07-151-1/+8
* network: ndisc: split ndisc_configured flag into for addresses and routesYu Watanabe2020-07-151-29/+44
* network: ndisc: do not ignore remaining addressesYu Watanabe2020-07-151-2/+1
* network: add a debugging logYu Watanabe2020-07-151-0/+1
* tree-wide: avoid some loaded termsLennart Poettering2020-06-251-8/+8
* tree-wide: use set_ensure_consume() in various placesZbigniew Jędrzejewski-Szmek2020-06-241-12/+6
* tree-wide: use set_ensure_put()Zbigniew Jędrzejewski-Szmek2020-06-221-21/+5