summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* manager: return most recent connection in active_connection_find()bg/ac-orderBeniamino Galvani2020-11-301-1/+1
* po: update Ukrainian (uk) translationYuri Chornoivan2020-11-301-485/+509
* release: bump version to 1.29.3 (development)1.29.3-devBeniamino Galvani2020-11-272-2/+2
* dns: merge branch 'th/dns-resolved-default-route'Thomas Haller2020-11-271-47/+107
|\
| * 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-15/+20
| * dns: minor cleanup of call_done() in "nm-dns-systemd-resolved.c"Thomas Haller2020-11-271-12/+27
| * dns: cleanup RequestItem and track ifindex and self parameterThomas Haller2020-11-271-28/+43
|/
* veth: merge branch 'ffmancera:veth_support'Thomas Haller2020-11-2727-64/+639
|\
| * veth: add support to configure veth interfacesFernando Fernandez Mancera2020-11-2726-43/+603
| * ethernet: define NMDeviceEthernet on nm-libnm-utils.hFernando Fernandez Mancera2020-11-272-21/+36
|/
* core: recognize "wifi.scan-generate-mac-address-mask" as valid "NetworkManage...Thomas Haller2020-11-273-7/+10
* contrib/rpm: on rhel-9 let a test failure or compiler warning fail the buildThomas Haller2020-11-261-0/+4
* ovs: merge branch 'bg/rh1899745'Beniamino Galvani2020-11-261-13/+29
|\
| * ovs: avoid ovs error when same MAC is set on a local interface and bridgebg/rh1899745Beniamino Galvani2020-11-261-5/+21
| * ovs: rename variableBeniamino Galvani2020-11-261-9/+9
|/
* initrd: fix parsing of ip= arguments with empty first tokenbg/initrd-ip-empty-rh1900260Beniamino Galvani2020-11-262-11/+140
* trivial: fix coding styleThomas Haller2020-11-241-2/+1
* gitlab-ci: add CentOS 7.9 and 8.2 imagesThomas Haller2020-11-242-4/+66
* dns: fix setting systemd-resolved name servers for default routeBeniamino Galvani2020-11-241-1/+2
* scripts: allow marking commits with "Ignore-Backport:" in "find-backports" sc...Thomas Haller2020-11-241-11/+13
* NEWS: move entry that was backported to 1.28Beniamino Galvani2020-11-241-4/+4
* dns: merge branch 'th/ip-config-cleanups' into masterThomas Haller2020-11-2413-258/+318
|\
| * dns/trivial: rename NMDnsIPConfigData to NMDnsConfigIPDataThomas Haller2020-11-245-94/+104
| * dns: allow sorting of NMDnsConfigDataThomas Haller2020-11-242-3/+40
| * core: add nm_ip_config_is_ipv4() for dispatching NMIP[46]Config operationsThomas Haller2020-11-241-21/+21
| * core: use nm_ip_config_iter_ip_route_for_each() in _get_route_table_sync_mode...Thomas Haller2020-11-241-18/+8
| * core: use nm_ip_config_iter_ip_address_for_each() in "nm-pacrunner-manager.c"Thomas Haller2020-11-241-44/+19
| * dns: unify IPv4/IPv6 in get_ip_rdns_domains()Thomas Haller2020-11-241-26/+18
| * core: add nm_utils_get_reverse_dns_domains_ip() helperThomas Haller2020-11-241-0/+12
| * core/trivial: rename nm_utils_get_reverse_dns_domains_ip*() functionsThomas Haller2020-11-244-23/+23
| * core: add nm_ip_config_iter_ip_address_for_each() macroThomas Haller2020-11-242-0/+32
| * platform: rework nm_platform_dedup_multi_iter_next_*() and add more implement...Thomas Haller2020-11-241-46/+58
|/
* core: fix modifying connection during recheck_assume_connection()Thomas Haller2020-11-241-2/+7
* build/meson: fix build to always set "-W" compiler flagsThomas Haller2020-11-231-62/+57
* gitignore: ignore "/docs/libnm/libnm.actions"Thomas Haller2020-11-231-0/+1
* Revert "dns: change default DNS priority of VPNs to -50"Thomas Haller2020-11-235-11/+6
* dns: fix accessing NULL domains.reverse array in rebuild_domain_lists()Thomas Haller2020-11-201-1/+2
* trivial: fix coding styleThomas Haller2020-11-202-2/+3
* dns: merge branch 'th/dns-resolved-fix-exclusive'Thomas Haller2020-11-204-76/+238
|\
| * dns: set first Domains/DefaultRoute in systemd-resolved before DNSThomas Haller2020-11-201-1/+1
| * dns: more debug logging for DNS settings in rebuild_domain_lists()Thomas Haller2020-11-201-0/+15
| * dns: fix handling default routing domains with systemd-resolvedThomas Haller2020-11-204-45/+154
| * dns: assert domains are unset at start of rebuild_domain_lists()Thomas Haller2020-11-201-4/+14
| * dns: assert that priorities in rebuild_domain_lists() are increasingThomas Haller2020-11-201-0/+4
| * dns: cleanup handling of shadowed priorities rebuild_domain_lists()Thomas Haller2020-11-201-12/+29
| * dns: track NMDnsConfigData as keys of a dictionaryThomas Haller2020-11-202-6/+9
| * dns: cleanup allocation of NMDnsConfigData and NMDnsIPConfigDataThomas Haller2020-11-201-10/+14
|/
* libnm: improve error message of nm_keyfile_write() for invalid profilesThomas Haller2020-11-201-2/+27
* initrd: merge branch 'bg/initrd-vlan'Beniamino Galvani2020-11-204-39/+317
|\