summaryrefslogtreecommitdiff
path: root/src/network/networkd-address.c
Commit message (Expand)AuthorAgeFilesLines
* 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-8/+17
* Merge pull request #17357 from yuwata/network-dhcp6-pd-announce-17353Yu Watanabe2020-10-231-21/+18
|\
| * network: drop static prefixes and static route prefixes earlier if IPv6Prefix...Yu Watanabe2020-10-191-21/+18
* | network: also unref IPv4 ACD clients in Address objectsYu Watanabe2020-10-151-0/+9
* | network: drop unnecessary conditionsYu Watanabe2020-10-151-5/+3
* | network: voidify sd_ipv4acd_stop() at one placeYu Watanabe2020-10-151-1/+1
* | network: drop conditions to check existence of each engineYu Watanabe2020-10-151-3/+0
|/
* network: constify argumentsYu Watanabe2020-10-131-7/+7
* network: read peer address, label, broadcast from rtnl messageYu Watanabe2020-10-131-142/+151
* network: directly compare with in_addr element for IPv4 caseYu Watanabe2020-10-131-0/+9
* network: rename network_verify_xxx() -> network_drop_invalid_xxx()Yu Watanabe2020-10-071-1/+1
* network: fix masquerade setting logicYu Watanabe2020-10-071-49/+36
* network: always use RT_SCOPE_HOST for IPv4 loopback addressesYu Watanabe2020-10-071-1/+12
* network: update MAC address in IPv4 ACD clientsYu Watanabe2020-10-071-0/+45
* network: configure IPv4 DAD per link addressYu Watanabe2020-10-071-48/+29
* network: constify one argumentYu Watanabe2020-10-071-1/+1
* network: introduce address_copy()Yu Watanabe2020-10-071-11/+26
* network: do not update Address::flags in address_configure()Yu Watanabe2020-10-071-33/+13
* network: fix indentationYu Watanabe2020-10-071-31/+39
* network: use sd_event stored in ManagerYu Watanabe2020-10-071-1/+1
* network: move link_enumerate_ipv6_tentative_addresses()Yu Watanabe2020-10-071-0/+50
* network: manage address pools by OrderedSetYu Watanabe2020-10-071-0/+1
* network: move functions related to address poolYu Watanabe2020-10-071-1/+1
* network: header cleanupYu Watanabe2020-10-071-6/+1
* network: make several functions staticYu Watanabe2020-10-071-4/+4
* network: manage addresses from pool by SetYu Watanabe2020-10-071-13/+18
* network: drop list of static addressesYu Watanabe2020-10-071-42/+29
* network: make address_free() return NULLYu Watanabe2020-10-071-3/+3
* network: introduce link_stop_ipv4_dad()Yu Watanabe2020-10-071-0/+21
* network: move link_configure_ipv4_dad()Yu Watanabe2020-10-071-1/+19
* network: introduce link_deserialize_addresses()Yu Watanabe2020-10-071-0/+45
* network: introduce link_serialize_addresses()Yu Watanabe2020-10-071-0/+21
* network: introduce network_verify_addresses()Yu Watanabe2020-10-071-1/+11
* network: update log messagesYu Watanabe2020-10-071-6/+4
* network: move manager_rtnl_process_address()Yu Watanabe2020-10-071-0/+162
* network: introduce link_drop_addresses()Yu Watanabe2020-10-071-0/+60
* network: introduce link_drop_foreign_addresses()Yu Watanabe2020-10-071-0/+79
* network: introduce link_set_addresses()Yu Watanabe2020-10-071-0/+171
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-4/+2
* network: fix NDisc handling for the case when multiple routers existYu Watanabe2020-09-081-2/+7
* network: expose address_{hash,compare}_func()Yu Watanabe2020-09-081-2/+2
* network: only process non-error messageYu Watanabe2020-08-081-1/+1
* network: update address infomation even if link is in failed or linger stateYu Watanabe2020-07-291-4/+4
* network: do not assume static addresses are configuredYu Watanabe2020-07-291-0/+1
* network: dhcp6: drop addresses and delegated prefixes on client stopYu Watanabe2020-07-291-0/+4
* network: ndisc: remove old addresses and routes after at least one SLAAC addr...Yu Watanabe2020-07-291-0/+2
* network: dhcp4: release old lease after the new address become readyYu Watanabe2020-07-291-0/+4
* network: make address/route_configure optionally return created Address/Route...Yu Watanabe2020-07-291-3/+8
* network: set key destructor in several hash_opsYu Watanabe2020-07-291-1/+1