summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: bump version to 1.26.61.26.6Thomas Haller2020-12-072-2/+2
* NEWS: updateThomas Haller2020-12-071-0/+4
* core: recognize "wifi.scan-generate-mac-address-mask" as valid "NetworkManage...Thomas Haller2020-12-063-1/+3
* initrd: fix parsing of ip= arguments with empty first tokenBeniamino Galvani2020-12-012-11/+126
* dns: sd-resolved: fix hash table iterationBeniamino Galvani2020-11-301-1/+3
* gitignore: ignore "/docs/libnm/libnm.actions"Thomas Haller2020-11-271-0/+1
* dns: merge branch 'th/dns-resolved-default-route'Thomas Haller2020-11-271-35/+95
|\
| * dns: detect support of systemd-resolved's SetLinkDefaultRoute() and avoid itThomas Haller2020-11-271-3/+28
| * dns: preserve DNS settings for systemd-resolved to resendThomas Haller2020-11-271-17/+20
| * dns: minor cleanup of call_done() in "nm-dns-systemd-resolved.c"Thomas Haller2020-11-271-11/+27
| * dns: cleanup RequestItem and track ifindex and self parameterThomas Haller2020-11-271-17/+33
|/
* dns: fix leak of NMDnsSystemdResolvedPrivate.dirty_interfacesThomas Haller2020-11-271-0/+1
* dns: fix setting systemd-resolved name servers for default routeBeniamino Galvani2020-11-241-1/+2
* build: merge branch 'th/workaround-glib-atomic-pointer-get'Thomas Haller2020-11-2411-35/+123
|\
| * libnm: with meson include "nm-default.h" for glib-mkenums sourcesThomas Haller2020-11-242-0/+2
| * libnm/tests: include "nm-default.h" for "libnm-core/tests/nm-core-tests-enum-...Thomas Haller2020-11-241-0/+1
| * shared: don't enforce unset G_LOG_DOMAIN in "nm-default.h"Thomas Haller2020-11-241-2/+0
| * shared: also reimplement g_atomic_pointer_set() macroThomas Haller2020-11-241-0/+19
| * shared: add a compat implementation for g_atomic_pointer_get()Thomas Haller2020-11-241-6/+35
| * introspection: avoid compiler warning in generated introspection filesThomas Haller2020-11-245-14/+23
| * build: don't depend dispatcher code on introspection sourcesThomas Haller2020-11-241-2/+0
| * tests: avoid race condition in nmtstc_service_cleanup()Thomas Haller2020-11-241-1/+4
| * shared/tests: add nmtst_main_context_iterate_until_full() helperThomas Haller2020-11-241-10/+32
| * shared/tests: add nmtst_g_source_nop() helperThomas Haller2020-11-241-0/+7
|/
* platform/tests: better handling "timeout_msec" argument in nmtst_main_context...Thomas Haller2020-11-241-1/+5
* initrd: merge branch 'bg/initrd-vlan'Beniamino Galvani2020-11-245-37/+339
|\
| * initrd: disable ipv4 and ipv6 by default for vlan parent connectionBeniamino Galvani2020-11-242-5/+231
| * initrd: fix parsing of ip= argument with dotted interface nameBeniamino Galvani2020-11-244-34/+82
| * initrd: add test for prefixed address in ip= argumentBeniamino Galvani2020-11-241-1/+2
| * shared: add nm_strv_ptrarray_ensure() and nm_strv_ptrarray_find_first() helpersThomas Haller2020-11-241-0/+27
|/
* initrd: merge branch 'ac/cmdline_reader_ipv6_off' into masterBeniamino Galvani2020-11-243-3/+56
|\
| * NEWS: updateAntonio Cardace2020-11-241-0/+9
| * initrd: disable ipv6 when 'off|none' is set in the 'ip' optionAntonio Cardace2020-11-242-3/+47
|/
* shared: fix NM_CAST_STRV_CC() for "char **const" pointersThomas Haller2020-11-241-6/+12
* core: fix modifying connection during recheck_assume_connection()Thomas Haller2020-11-241-2/+6
* build/meson: fix build to always set "-W" compiler flagsThomas Haller2020-11-231-62/+57
* dns: merge branch 'th/dns-resolved-fix-exclusive'Thomas Haller2020-11-234-71/+240
|\
| * dns: fix accessing NULL domains.reverse array in rebuild_domain_lists()Thomas Haller2020-11-231-1/+3
| * dns: set first Domains/DefaultRoute in systemd-resolved before DNSThomas Haller2020-11-231-3/+3
| * dns: more debug logging for DNS settings in rebuild_domain_lists()Thomas Haller2020-11-231-0/+16
| * dns: fix handling default routing domains with systemd-resolvedThomas Haller2020-11-234-35/+148
| * dns: assert domains are unset at start of rebuild_domain_lists()Thomas Haller2020-11-231-3/+13
| * dns: assert that priorities in rebuild_domain_lists() are increasingThomas Haller2020-11-231-0/+4
| * dns: cleanup handling of shadowed priorities rebuild_domain_lists()Thomas Haller2020-11-231-14/+31
| * dns: track NMDnsConfigData as keys of a dictionaryThomas Haller2020-11-232-6/+9
| * dns: cleanup allocation of NMDnsConfigData and NMDnsIPConfigDataThomas Haller2020-11-231-10/+14
|/
* core/ovs: fix leak of "NMOvsdbPrivate.db_uuidThomas Haller2020-11-231-1/+5
* iwd: Fix a use after freeAndrew Zaborowski2020-11-231-2/+3
* device/wifi: don't reset the SSID of a NMWifiAP to unknownThomas Haller2020-11-231-9/+11
* dns: fix _dns_manager_set_ip_config() for missing deviceThomas Haller2020-11-191-1/+1