summaryrefslogtreecommitdiffstats
path: root/src/resolve (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-06network: configure IPv4 DAD per link addressYu Watanabe3-55/+32
2020-10-06network: constify one argumentYu Watanabe1-1/+1
2020-10-06network: introduce address_copy()Yu Watanabe1-11/+26
2020-10-06network: do not update Address::flags in address_configure()Yu Watanabe4-43/+19
2020-10-06network: fix indentationYu Watanabe1-31/+39
2020-10-06network: use sd_event stored in ManagerYu Watanabe6-6/+7
2020-10-06network: check feature is enabled in xxx_configure()Yu Watanabe9-81/+74
2020-10-06network: move link_enumerate_ipv6_tentative_addresses()Yu Watanabe2-50/+50
2020-10-06network: drop unused functionYu Watanabe2-46/+0
2020-10-06network: move sysctl related functions to networkd-sysctl.cYu Watanabe8-353/+321
2020-10-06network: introduce radv_update_mac()Yu Watanabe3-19/+34
2020-10-06network: introduce dhcp6_update_mac()Yu Watanabe3-58/+68
2020-10-06network: introduce dhcp4_update_mac()Yu Watanabe3-14/+24
2020-10-06network: introduce ipv4ll_update_mac()Yu Watanabe3-19/+34
2020-10-06network: introduce link_serialize_dhcp6_client()Yu Watanabe3-12/+26
2020-10-06network: introduce link_serialize_ipv4ll()Yu Watanabe3-10/+26
2020-10-06network: introduce link_deserialize_ipv4ll()Yu Watanabe3-31/+50
2020-10-06network: introduce link_deserialize_dhcp4()Yu Watanabe3-32/+51
2020-10-06network: introduce network_verify_sr_iov()Yu Watanabe3-8/+13
2020-10-06network: move link_configure_sr_iov()Yu Watanabe3-24/+23
2020-10-06network: introduce network_verify_traffic_control()Yu Watanabe3-8/+14
2020-10-06network: move link_configure_traffic_control()Yu Watanabe3-23/+23
2020-10-06network: merge link_set_bridge_vlan() and br_vlan_configure()Yu Watanabe3-33/+18
2020-10-06network: move DUID related functionsYu Watanabe6-193/+196
2020-10-06network: move link_radv_enabled()Yu Watanabe2-15/+16
2020-10-06network: move link_dhcp4_server_enabled()Yu Watanabe2-36/+47
2020-10-06network: move link_ipv6_accept_ra_enabled()Yu Watanabe3-31/+34
2020-10-06network: unify link_ipv{4,6}_forward_enabled()Yu Watanabe2-21/+12
2020-10-06network: unify link_dhcp{4,6}_enabled()Yu Watanabe3-39/+37
2020-10-06network: move link_get_xxx_route_table()Yu Watanabe4-22/+21
2020-10-06network: manage address pools by OrderedSetYu Watanabe5-34/+18
2020-10-06network: drop unused argumentYu Watanabe1-12/+5
2020-10-06network: move functions related to address poolYu Watanabe5-55/+54
2020-10-06network: header cleanupYu Watanabe13-19/+15
2020-10-06network: make several functions staticYu Watanabe2-8/+4
2020-10-06network: manage addresses from pool by SetYu Watanabe6-26/+22
2020-10-06network: drop list of static addressesYu Watanabe7-69/+46
2020-10-06network: make address_free() return NULLYu Watanabe2-4/+4
2020-10-06network: introduce link_stop_ipv4_dad()Yu Watanabe3-8/+25
2020-10-06network: move link_configure_ipv4_dad()Yu Watanabe3-20/+20
2020-10-06network: introduce link_deserialize_addresses()Yu Watanabe3-35/+49
2020-10-06network: introduce link_serialize_addresses()Yu Watanabe3-14/+25
2020-10-06network: introduce network_verify_addresses()Yu Watanabe3-7/+16
2020-10-06network: update log messagesYu Watanabe1-6/+4
2020-10-06network: move manager_rtnl_process_address()Yu Watanabe4-164/+164
2020-10-06network: introduce link_drop_addresses()Yu Watanabe3-49/+64
2020-10-06network: introduce link_drop_foreign_addresses()Yu Watanabe4-68/+85
2020-10-06network: introduce link_set_addresses()Yu Watanabe3-165/+180
2020-10-06network: cleanup networkd-route.hYu Watanabe5-14/+14
2020-10-06network: drop list of static routesYu Watanabe6-59/+39