summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* manager: ensure auto default connection is deleted when a veth goes awaybg/rh1945282Beniamino Galvani2021-04-211-2/+43
* device: take reference to device object before 'delete_on_deactivate'Beniamino Galvani2021-04-211-29/+15
* platform: fix using static buffer for logging in link_change_flags()Thomas Haller2021-04-211-1/+2
* platform/tests: fix wrong nm_platform_lnk_bridge_cmp() in test_software_detect()Thomas Haller2021-04-211-1/+0
* cloud-setup: merge branch 'th/cloud-setup-azure-fix-gateway'Thomas Haller2021-04-204-73/+171
|\
| * cloud-setup/azure: fix detecting the gateway addressThomas Haller2021-04-202-1/+48
| * cloud-setup/azure: refactor callback for _get_config_ips_prefix_list_cb()Thomas Haller2021-04-201-25/+40
| * cloud-setup/azure: cleanup constructing URI in _get_config_ips_prefix_list_cb()Thomas Haller2021-04-201-31/+27
| * cloud-setup/trivial: rename variables in Azure's _get_config_fetch_done_cb()Thomas Haller2021-04-201-13/+13
| * cloud-setup: use _nm_utils_ascii_str_to_int64_bin() in Azure's _get_config_fe...Thomas Haller2021-04-201-8/+2
| * cloud-setup: remove redundant check in Azure's _get_net_ifaces_list_cb()Thomas Haller2021-04-201-1/+1
| * glib-aux: add _nm_utils_ascii_str_to_int64_bin() helperThomas Haller2021-04-202-0/+46
|/
* all: merge branch 'th/minor-cleanups'Thomas Haller2021-04-206-9/+42
|\
| * core/trival: style cleanupThomas Haller2021-04-201-2/+2
| * core: implement nm_dhcp_client_get_addr_family()Thomas Haller2021-04-201-0/+15
| * core: cleanup #include of "nm-dnsmasq-utils.c"Thomas Haller2021-04-201-1/+2
| * core: return boolean result from nm_dbus_object_clear_and_unexport()Thomas Haller2021-04-202-5/+7
| * core: use NM_CAST_PPTR() for nm_dbus_object_clear_and_unexport()Thomas Haller2021-04-201-1/+1
| * glib-aux: add NM_CAST_PPTR() macroThomas Haller2021-04-201-0/+15
|/
* wifi/iwd: merge branch 'balrog-kun:iwd-secrets-cleanup'Thomas Haller2021-04-1917-103/+226
|\
| * iwd: Fix permissions and timestamps when writing IWD config filesAndrew Zaborowski2021-04-191-4/+45
| * glib-aux: Set file timestamps in nm_utils_file_set_contentsAndrew Zaborowski2021-04-197-17/+40
| * iwd: Clean up old vs. new secret logicAndrew Zaborowski2021-04-191-50/+86
| * iwd: Add warning comment to autogenerated IWD filesAndrew Zaborowski2021-04-191-0/+10
| * iwd: Only save system-owned secrets to IWD configAndrew Zaborowski2021-04-192-8/+11
| * settings: add NM_SETTINGS_CONNECTION_UPDATE_REASON_UPDATE_NON_SECRET flagAndrew Zaborowski2021-04-196-21/+31
| * libnm-core: Drop repeating words in NM_CONNECTION_CHANGED commentAndrew Zaborowski2021-04-191-3/+3
|/
* libnm/doc: clarify GMainContext handling in NMClient documentationThomas Haller2021-04-192-10/+33
* nmcli/trivial: add comment about stability of connection-add success messageThomas Haller2021-04-171-0/+9
* platform: ethtool: support new GLINKSETTINGS kernel APIbg/ethtool-glinksettingsBeniamino Galvani2021-04-161-18/+113
* lldp: merge branch 'th/lldp-listener-cleanup'Thomas Haller2021-04-164-371/+239
|\
| * device/lldp: use GSource for tracking ratelimit in NMLldpListenerThomas Haller2021-04-161-14/+16
| * device/lldp: simplify NMLldpListener APIThomas Haller2021-04-164-349/+229
| * device: don't restart LLDP listener in nm_device_update_dynamic_ip_setup()Thomas Haller2021-04-161-14/+0
|/
* all: merge branch 'th/gvariant-helpers'Thomas Haller2021-04-1625-150/+165
|\
| * all: use nm_g_variant_new_au() helperth/gvariant-helpersThomas Haller2021-04-167-53/+23
| * all: use nm_g_variant_new_ay() helperThomas Haller2021-04-1610-46/+28
| * all: use nm_g_variant_singleton_a*() helpersThomas Haller2021-04-1611-51/+51
| * glib-aux: add nm_g_variant_new_au() helperThomas Haller2021-04-161-0/+6
| * glib-aux: add nm_g_variant_new_ay() helperThomas Haller2021-04-161-0/+6
| * glib-aux: add nm_g_variant_singleton_a*() helpersThomas Haller2021-04-162-0/+51
|/
* platform/tests: work around rounding errors for bridge values in unit testsThomas Haller2021-04-163-16/+95
* glib-aux: fix compile error for g_steal_pointer() macroThomas Haller2021-04-142-4/+4
* dhcp: set TERMINATED state when the client is stoppedbg/dhcp-stopBeniamino Galvani2021-04-142-2/+2
* lldp: merge branch 'liangwen12year:wl/lldp'Thomas Haller2021-04-143-20/+72
|\
| * libnm,device: add LLDP status flag for NMDevice's interface_flagsWen Liang2021-04-143-8/+31
| * device: add and use function `set_interface_flags_full()`Wen Liang2021-04-142-13/+42
|/
* all: make nm_steal_pointer() and g_steal_pointer() more typesafe using typeof()Thomas Haller2021-04-132-33/+19
* audit: merge branch 'th/audit-cleanup'Thomas Haller2021-04-1310-94/+319
|\
| * audit: improve audit logging for setting NMDevice D-Bus objectsth/audit-cleanupThomas Haller2021-04-121-18/+104