summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cloud-setup: rework error handling and completion for EC2 providerth/cloud-setup-error-handlingThomas Haller2020-07-291-25/+33
* cloud-setup: cleanup error handling in Azure providerThomas Haller2020-07-291-12/+13
* cloud-setup: cleanup error handling in GCP providerThomas Haller2020-07-291-17/+15
* device: fix emitting unnecessary PROP_IFINDEX notification in NMDeviceThomas Haller2020-07-291-1/+3
* cloud-setup: add tool for automatic IP configuration in cloudSayed Shah2020-07-296-0/+600
* l3cfg: merge branch 'th/l3cfg-2'Thomas Haller2020-07-2817-386/+1613
|\
| * l3cfg: add flags for NML3ConfigDataThomas Haller2020-07-282-0/+57
| * l3cfg: make NML3ConfigData ref/unref functions constThomas Haller2020-07-242-36/+50
| * l3cfg: add more API to NML3ConfigDataThomas Haller2020-07-243-119/+372
| * l3cfg: tie NML3ConfigData to an ifindexThomas Haller2020-07-242-32/+45
| * l3cfg: add nm_l3_config_data_new_from_platform() for capturing settingsThomas Haller2020-07-242-3/+113
| * core: add nm_platform_dedup_multi_iter_next_*() helpers to "nmp-object.h"Thomas Haller2020-07-245-56/+58
| * core: use nm_platform_ip[46]_address_pretty_sort_cmp() in "nm-ip[46]-config.c"Thomas Haller2020-07-245-165/+8
| * platform: use NM_CMP_*() macros in nm_platform_ip[46]_address_pretty_sort_cmp()Thomas Haller2020-07-242-46/+29
| * platform: add nm_platform_ip[46]_address_pretty_sort_cmp()Thomas Haller2020-07-247-0/+824
| * core: read "disable_ipv6" sysctl before nm_ip6_config_create_setting()Thomas Haller2020-07-243-26/+28
| * core: move nm_utils_ip4_address_is_link_local() to header fileThomas Haller2020-07-242-12/+12
| * shared/tests: add nmtst_stable_rand()Thomas Haller2020-07-241-0/+44
| * shared: add nm_strv_ptrarray_clone() helperThomas Haller2020-07-241-0/+10
| * shared: add nm_copy_func_g_strdup() helperThomas Haller2020-07-241-0/+8
| * shared: add compat function nm_g_ptr_array_copy() for older glibThomas Haller2020-07-242-0/+58
| * shared: add nm_assert_unreachable_val() macroThomas Haller2020-07-241-0/+6
|/
* device: downgrade warning about IPv6 MTU if IPv6 is disabledBeniamino Galvani2020-07-241-6/+17
* libnm-core: avoid compiler warning in nm_connection_to_dbus_full()tk9063282020-07-241-1/+1
* core: merge branch 'th/l3cfg-1'Thomas Haller2020-07-2322-268/+2002
|\
| * l3cfg: add NML3ConfigDatath/l3cfg-1Thomas Haller2020-07-234-0/+934
| * l3cfg: add nm_l3cfg_property_emit_register() APIThomas Haller2020-07-233-1/+167
| * l3cfg: add NML3CfgPrivate dataThomas Haller2020-07-232-0/+14
| * l3cfg: track ifname in NML3CfgThomas Haller2020-07-232-0/+50
| * l3cfg: notify NML3Cfg about NMPlatform changes in an idle handlerThomas Haller2020-07-234-2/+92
| * device: let NMDevice track a NML3Cfg instance for each ifindexThomas Haller2020-07-231-21/+63
| * core: add "nm-l3cfg.[hc]"Thomas Haller2020-07-237-0/+293
| * device: simplify device_ip_link_changed() for setting ip_ifaceThomas Haller2020-07-231-33/+22
| * core: use nm_utils_parse_inaddr_prefix_bin() in nm_utils_ip_route_attribute_t...Thomas Haller2020-07-231-13/+10
| * core: move _nm_ip_config_merge_route_attributes() to "NetworkManagerUtils.c"Thomas Haller2020-07-235-118/+120
| * core: use nmp_object_ip_route_is_best_defaut_route() in NMIP4ConfigThomas Haller2020-07-232-20/+2
| * core: use nmp_object_ref_set() instead of _nm_ip_config_best_default_route_set()Thomas Haller2020-07-233-26/+14
| * platform: add nmp_object_ip_route_is_best_defaut_route() helperThomas Haller2020-07-231-0/+18
| * platform: add nmp_object_ref_set() helperThomas Haller2020-07-231-0/+19
| * platform: add NMP_OBJECT_GET_ADDR_FAMILY() helperThomas Haller2020-07-231-0/+15
| * platform: add nmp_object_link_get_ifname() helperThomas Haller2020-07-231-0/+10
| * shared: add nm_g_array_append_new() helperThomas Haller2020-07-231-0/+12
| * shared: add nm_strv_ptrarray_ensure() and nm_strv_ptrarray_find_first() helpersThomas Haller2020-07-231-0/+27
| * shared: add NM_IS_IPv4() macroThomas Haller2020-07-231-0/+9
| * shared: move addr-family helpers to "nm-std-aux.h"Thomas Haller2020-07-233-36/+55
| * shared: add nm_g_object_ref_set_take() helper macroThomas Haller2020-07-231-0/+20
| * shared: add nm_hash_obfuscated_ptr_str() helperThomas Haller2020-07-231-0/+13
| * shared: avoid heap allocation for temporary string in nm_utils_parse_inaddr_p...Thomas Haller2020-07-231-3/+6
| * device: emit rx-bytes/tx-bytes change notification togetherThomas Haller2020-07-231-2/+8
| * shared: don't freeze in nm_gobject_notify_together() unless necessaryThomas Haller2020-07-231-9/+25
|/