summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | l3cfg: support more properties in NML3ConfigDataThomas Haller2020-07-312-25/+140
| * | | | | | l3cfg: add flags for affecting how add-object works for NML3ConfigDataThomas Haller2020-07-312-47/+102
| * | | | | | l3cfg: add nm_l3_config_data_cmp()/nm_l3_config_data_equal()Thomas Haller2020-07-312-0/+108
| * | | | | | l3cfg: add NM_IS_L3_CONFIG_DATA() for asserting valid NML3ConfigData instancesThomas Haller2020-07-312-25/+38
| * | | | | | platform: move full-sync parameter away from nm_platform_ip_address_sync()Thomas Haller2020-07-312-24/+43
| * | | | | | platform: allow injecting the list of addresses to pruneThomas Haller2020-07-312-13/+53
| * | | | | | platform: minor cleanup in nm_platform_ip_address_sync()Thomas Haller2020-07-311-11/+10
| * | | | | | platform: merge nm_platform_ip_address_sync() implementationsThomas Haller2020-07-312-277/+253
| * | | | | | platform: add NMP_OBJECT_TYPE_TO_ADDR_FAMILY() helperThomas Haller2020-07-312-10/+10
| * | | | | | core: inline _add_local_route_from_addr[46] helper functionThomas Haller2020-07-312-68/+42
| * | | | | | device: use nm_utils_ip4_address_is_link_local() in nm_device_handle_ipv4ll_e...Thomas Haller2020-07-311-4/+1
| * | | | | | core: use nm_utils_ip4_address_is_zeronet() helperThomas Haller2020-07-311-10/+1
| * | | | | | core: add nm_utils_ip4_address_is_zeronet() helperThomas Haller2020-07-311-0/+7
| * | | | | | core: add nm_utils_ip_address_same_prefix_cmp() helperThomas Haller2020-07-311-0/+22
| * | | | | | platform: add nmp_object_indirect_id_*() helpersThomas Haller2020-07-312-0/+22
| * | | | | | platform: add static assertion to check NMPlatformIP{Address,Route} struct la...Thomas Haller2020-07-311-0/+8
| * | | | | | platform: add nm_platform_ip_route_get_gateway() helperThomas Haller2020-07-311-0/+12
| * | | | | | platform: add NMP_OBJECT_TYPE_IP_ADDRESS()/NMP_OBJECT_TYPE_IP_ROUTE() macrosThomas Haller2020-07-311-0/+5
| * | | | | | shared: add NM_CMP_DIRECT_UNSAFE() macroThomas Haller2020-07-311-0/+6
| * | | | | | shared: move nm_utils_is_power_of_two() to nm-stdaux and add nm_utils_is_powe...Thomas Haller2020-07-313-11/+33
| * | | | | | shared: add nm_strv_ptrarray_cmp() helperThomas Haller2020-07-311-0/+14
| * | | | | | shared: add nm_g_ptr_array_pdata() helperThomas Haller2020-07-311-0/+6
| * | | | | | shared: use designated initializer in nm_dedup_multi_idx_type_init()Thomas Haller2020-07-311-3/+4
|/ / / / / /
* | | | | | man: fix a typoVincent Lefevre2020-07-301-1/+1
* | | | | | cloud-setup: merge branch 'th/cloud-setup-error-handling'Thomas Haller2020-07-303-54/+61
|\ \ \ \ \ \
| * | | | | | cloud-setup: rework error handling and completion for EC2 providerThomas Haller2020-07-301-25/+33
| * | | | | | cloud-setup: cleanup error handling in Azure providerThomas Haller2020-07-301-12/+13
| * | | | | | cloud-setup: cleanup error handling in GCP providerThomas Haller2020-07-301-17/+15
|/ / / / / /
* | | | | | cloud-setup: fix the host address for azureSayed Shah2020-07-301-1/+1
* | | | | | dhcp6: don't require a hardware addressbg/pppoe-pdBeniamino Galvani2020-07-294-49/+24
* | | | | | 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