summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-13all: prefer nm wrappers to automatically attach GSource to default contextThomas Haller9-55/+25
2022-03-13all: change scheduling priority for idle actions to G_PRIORITY_DEFAULT_IDLEThomas Haller4-8/+19
2022-03-13glib-aux: fix priority for nm_g_idle_add_source()Thomas Haller1-1/+1
2022-03-11bond: do not reapply when setting fail_over_macFernando Fernandez Mancera1-11/+11
2022-03-11libnm: fix assertion in NMClient checking for current main contextThomas Haller1-2/+2
2022-03-11glib-aux: add nm_g_main_context_can_acquire() helperThomas Haller2-0/+22
2022-03-11core/trivial: add code comment to nm_utils_stable_id_parse()Thomas Haller1-1/+6
2022-03-11core: use NM_STR_HAS_PREFIX() in nm_utils_stable_id_parse()Thomas Haller1-1/+1
2022-03-11core: rename nm_utils_host_id_get_timestamp_ns() to "nsec"Thomas Haller3-15/+15
2022-03-11core/trivial: reword code comment about fake host-id timestampThomas Haller1-2/+9
2022-03-11libnm/docs: add reference to secret-key in description for stable-idThomas Haller3-3/+4
2022-03-09core/dhcp: use gs_free_error in NMDhcpDhcpcd's ip4_start()Thomas Haller1-2/+1
2022-03-09core/dhcp: fix uninitialized GError in NMDhcpDhcpcd's ip4_start()Thomas Haller1-1/+1
2022-03-09libnm: fix uninitialized GError in NMClient's _init_start_cancel_on_idle_cb()Thomas Haller1-2/+2
2022-03-09core/team: fix leak and uninitialized GError in NMDeviceTeam's constructed()Thomas Haller1-1/+1
2022-03-09contrib/checkpatch: try to warn about uninitialized GError variablesThomas Haller1-0/+1
2022-03-09release: bump version to 1.37.2 (development)1.37.2-devBeniamino Galvani2-2/+2
2022-03-09NEWS: updateBeniamino Galvani1-0/+2
2022-03-09libnm: fix crash during the restart after killedWen Liang1-3/+3
2022-03-09libnm: fix an assert in nm_client_get_capabilities()Lubomir Rintel1-1/+0
2022-03-09cli: document connection/device-external colorsLubomir Rintel1-0/+14
2022-03-09rpm: fix autotools build options for default pluginsBeniamino Galvani1-1/+3
2022-03-09po: update Ukrainian (uk) translationYuri Chornoivan1-2133/+2224
2022-03-09std-aux: add code comment for NM_STR_HAS_PREFIX()/NM_STR_HAS_SUFFIX()Thomas Haller1-0/+32
2022-03-09merge: branch 'bg/dhcp-overlong-hostname'Beniamino Galvani11-64/+186
2022-03-09core: preserve the domain when system hostname is truncatedBeniamino Galvani7-38/+44
2022-03-09core: shorten hostname when too longBeniamino Galvani1-15/+35
2022-03-09core: add nm_utils_shorten_hostname()Beniamino Galvani3-0/+106
2022-03-09dns: drop nm_dns_manager_set_initial_hostname()Beniamino Galvani3-11/+1
2022-03-08cli: don't ignore errors from setting property aliasesLubomir Rintel1-10/+10
2022-03-07nm-online: set the timeout upper limit to 2073600 secondsFernando Fernandez Mancera1-2/+3
2022-03-07platform: merge branch 'egrumbach:intel-vnd-commands'Thomas Haller9-0/+305
2022-03-07platform: add Intel vendor command to get the device from CSMEEmmanuel Grumbach7-0/+58
2022-03-07platform: add the plumbing to get the CSME connection infoEmmanuel Grumbach7-0/+140
2022-03-07linux-headers: add nl80211-vnd-intel.h kernel headerEmmanuel Grumbach2-0/+107
2022-03-07dhcp6: fix setting ifindex in nm_dhcp_utils_merge_new_dhcp6_lease()Thomas Haller1-1/+1
2022-03-06merge: branch 'bg/ifcfg-rh-split'Beniamino Galvani6-35/+92
2022-03-06rpm: split ifcfg-rh settings plugin into a separate packageBeniamino Galvani1-1/+41
2022-03-06rpm: remove build-time default for plugins on newer distrosBeniamino Galvani1-3/+5
2022-03-06core: fall back to loading all known settings pluginsBeniamino Galvani5-27/+46
2022-03-06build: remove unused variable from configure.acBeniamino Galvani1-4/+0
2022-03-04libnmc: Remove verbose loggingTill Maas1-1/+0
2022-03-04ovs-port: fix removal of ovsdb entry if the interface goes awayLubomir Rintel1-3/+5
2022-03-04cli: merge branch 'th/nmcli-wifi-in-use'Thomas Haller2-50/+54
2022-03-04cli: make APInfo parameter to fill_output_access_point() constThomas Haller1-20/+27
2022-03-04cli: change "IN-USE" property to only honor the exact access pointThomas Haller1-28/+16
2022-03-04cli: minor cleanup initializing APInfo in "devices.c"Thomas Haller1-12/+11
2022-03-04glib-aux: hide API g_alloca0() and g_newa0()Thomas Haller1-0/+10
2022-03-04core: merge branch 'th/checkpoint-preserve-external-ports'Thomas Haller5-15/+114
2022-03-03core: preserve external ports during checkpoint rollbackth/checkpoint-preserve-external-portsThomas Haller5-7/+90