summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm: allow OVS external-ids also for system interfaceth/ovs-external-ids-for-system-interfaceThomas Haller2020-12-092-13/+31
* libnm: move detection/normalization of "connection.slave-type" to a separate ...Thomas Haller2020-12-092-64/+104
* keyfile: fix error message on failure to generate filename in _internal_write...Thomas Haller2020-12-091-1/+9
* shared: fix race in nm_ref_string_unref()Thomas Haller2020-12-081-8/+9
* libnm: fix re-entrancy of NMClient.dispose() for _init_release_all()Thomas Haller2020-12-081-2/+2
* libnm: add debug logging for creating/destroying NMObjectThomas Haller2020-12-071-0/+10
* ovs: clean up interfaces from ovsdb at startupbg/ovs-cleanup-rh1861296Beniamino Galvani2020-12-071-0/+46
* NEWS: belatedly mention systemd-resolved change in NEWSThomas Haller2020-12-071-0/+2
* release: bump version to 1.29.5 (development)1.29.5-devThomas Haller2020-12-06313-10020/+20740
|\
| * contrib/release: check NEWS file before releaseThomas Haller2020-12-061-1/+29
| * l3cfg: avoid "-Werror=maybe-uninitialized" warning in _load_link()Thomas Haller2020-12-061-2/+2
| * contrib/rpm: update default for main.plugins setting in NetworkManager.confThomas Haller2020-12-061-1/+1
| * policy: remove unused code from "nm-policy.c" for reverse DNS lookup for host...Thomas Haller2020-12-041-100/+1
| * contrib/rpm: support default options for debug,test in generated spec fileThomas Haller2020-12-033-7/+83
| * contrib/rpm: add "--no-auto-with-test" option for "build_clean.sh" scriptThomas Haller2020-12-031-0/+8
| * contrib/rpm: drop no longer supported "--enable-json-validation" from configureThomas Haller2020-12-031-2/+1
| * build: ignore "docs/api/NetworkManager.actions" build artifactThomas Haller2020-12-033-11/+25
| * core: fix warning about unused variable in _l3_acd_data_add_all()Thomas Haller2020-12-031-6/+6
| * release: bump version to 1.29.4 (development)1.29.4-devThomas Haller2020-12-032-2/+2
| * man: better explain default connection settings in `man NetworkManager.conf`Thomas Haller2020-12-031-2/+14
| * policy: fix hostname lookup from DNSBeniamino Galvani2020-12-021-1/+1
| * veth: peer property is D-Bus object path not a stringFernando Fernandez Mancera2020-12-012-27/+22
| * dns: sd-resolved: fix hash table iterationBeniamino Galvani2020-11-301-1/+3
| * 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