summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* team: perform cleanup immediately when connecting to teamd failsnm-1-24Beniamino Galvani2021-08-111-0/+1
* team: merge branch 'bg/team-no-dbus-rh1784363'Beniamino Galvani2021-08-111-52/+129
|\
| * team: support operation without D-BusBeniamino Galvani2021-08-111-52/+120
| * team: ensure that teamd is running for assumed devicesBeniamino Galvani2021-08-111-0/+9
|/
* device: add mechanism to call stage1 for external or assumed devicesBeniamino Galvani2021-08-112-11/+16
* merge: branch 'bg/tc-ignore'Beniamino Galvani2021-06-1812-153/+296
|\
| * ifcfg-rh: preserve an empty tc configurationBeniamino Galvani2021-06-188-26/+128
| * core,libnm: don't touch device TC configuration by defaultBeniamino Galvani2021-06-183-15/+31
| * move tc parsing out of nm-device.cBeniamino Galvani2021-06-183-115/+140
|/
* build/meson: fix build to always set "-W" compiler flagsThomas Haller2021-06-101-62/+57
* build: merge branch 'th/workaround-glib-atomic-pointer-get'Thomas Haller2021-06-1011-35/+123
|\
| * libnm: with meson include "nm-default.h" for glib-mkenums sourcesThomas Haller2021-06-102-0/+2
| * libnm/tests: include "nm-default.h" for "libnm-core/tests/nm-core-tests-enum-...Thomas Haller2021-06-101-0/+1
| * shared: don't enforce unset G_LOG_DOMAIN in "nm-default.h"Thomas Haller2021-06-101-2/+0
| * shared: also reimplement g_atomic_pointer_set() macroThomas Haller2021-06-101-0/+19
| * shared: add a compat implementation for g_atomic_pointer_get()Thomas Haller2021-06-101-6/+35
| * introspection: avoid compiler warning in generated introspection filesThomas Haller2021-06-105-14/+23
| * build: don't depend dispatcher code on introspection sourcesThomas Haller2021-06-101-2/+0
| * tests: avoid race condition in nmtstc_service_cleanup()Thomas Haller2021-06-101-1/+4
| * shared/tests: add nmtst_main_context_iterate_until_full() helperThomas Haller2021-06-101-10/+32
| * shared/tests: add nmtst_g_source_nop() helperThomas Haller2021-06-101-0/+7
|/
* platform/tests: better handling "timeout_msec" argument in nmtst_main_context...Thomas Haller2021-06-101-1/+5
* libnm: suppress "-Warray-bounds" warning in nm_team_link_watcher_new_ethtool()Thomas Haller2021-06-101-0/+4
* device: clean up dispatcher calls when canceling an activationBeniamino Galvani2021-01-141-0/+1
* shared: fix race in nm_ref_string_unref()Thomas Haller2020-12-101-8/+9
* libnm: fix re-entrancy of NMClient.dispose() for _init_release_all()Thomas Haller2020-12-101-2/+2
* wifi: fix evaluating the scanning state for wpa-supplicantThomas Haller2020-12-101-2/+1
* core: recognize "wifi.scan-generate-mac-address-mask" as valid "NetworkManage...Thomas Haller2020-12-083-1/+3
* dns: fix leak of NMDnsSystemdResolvedPrivate.dirty_interfacesThomas Haller2020-12-081-0/+1
* shared: fix NM_CAST_STRV_CC() for "char **const" pointersThomas Haller2020-12-081-6/+12
* core: fix modifying connection during recheck_assume_connection()Thomas Haller2020-12-081-2/+6
* core/ovs: fix leak of "NMOvsdbPrivate.db_uuidThomas Haller2020-12-081-1/+5
* iwd: Fix a use after freeAndrew Zaborowski2020-12-081-2/+3
* device/wifi: don't reset the SSID of a NMWifiAP to unknownThomas Haller2020-12-081-9/+11
* wifi: re-add code for tracking a peers groupsBenjamin Berg2020-12-083-3/+23
* shared: add nm_utils_strv_dup_packed() utilThomas Haller2020-12-083-0/+119
* cli: fix showing active state for `nmcli con show` with fieldsThomas Haller2020-12-081-0/+1
* device/wifi: fix leak of NMSupplicantPeerInfo.peer_path in NMSupplicantInterfaceThomas Haller2020-12-081-0/+2
* shared: make NM_STR_BUF_INIT() an inline functionThomas Haller2020-12-081-7/+12
* shared: allow empty NMStrBuf buffers with un-allocated memoryThomas Haller2020-12-082-15/+28
* dns: sd-resolved: fix hash table iterationBeniamino Galvani2020-11-301-1/+3
* dns: sd-resolved: fix hash table initializationBeniamino Galvani2020-11-091-2/+1
* dns: sd-resolved: reset interface configuration on deactivationBeniamino Galvani2020-11-091-7/+44
* Makefile: remove "libnm.actions" explicitly when uninstallingFernando Fernandez Mancera2020-10-261-0/+2
* manager: fix very bad usage of 'nm_utils_user_data_unpack'Antonio Cardace2020-10-221-1/+8
* build/docs: fix generated XML syntax in tools/generate-docs-nm-settings-docs-...Valentin David2020-09-291-1/+8
* docs: fix escaping XML in "tools/generate-docs-nm-settings-docs-gir.py"Thomas Haller2020-09-291-6/+8
* policy: get the DHCPv6 hostname from the FQDN optionBeniamino Galvani2020-09-291-1/+1
* dhcp: export the DHCPv6 FQDN optionBeniamino Galvani2020-09-293-0/+11
* systemd: dhcp6: parse the FQDN optionBeniamino Galvani2020-09-296-43/+129