summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform: drop inline cmp() wrappers around "full" versionsff/platform_ecmpThomas Haller2022-11-214-39/+40
* platform: add NM_PLATFORM_IP_ROUTE_CMP_TYPE_ECMP_ID for comparing ECMP base r...Thomas Haller2022-11-212-42/+56
* platform: add nm_platform_ip4_route_hash() helperThomas Haller2022-11-211-0/+11
* platform: pass extra_hops to ip_route_add functionFernando Fernandez Mancera2022-11-216-57/+79
* platform: manage ECMP routesFernando Fernandez Mancera2022-11-216-143/+564
* po: Georgian translation (ka) fixesNorwayFun2022-11-211-1664/+1691
* build: fix dist-ing "src/libnm-lldp/meson.build" in release tarballThomas Haller2022-11-181-0/+2
* core/tests: relax timing in "/general/nm_utils_kill_child" testThomas Haller2022-11-181-3/+3
* release: bump version to 1.41.5 (development)1.41.5-devThomas Haller2022-11-182-2/+2
* libnm/tests: check assigning same setting in nm_connection_add_setting()Thomas Haller2022-11-171-0/+3
* tests/client: increase timeout for nmcli commandThomas Haller2022-11-171-1/+1
* libnm: fix leak with self assignment in nm_connection_add_setting()Thomas Haller2022-11-161-1/+3
* libnm: workaround crash in nm_vpn_editor_plugin_import() for plugin requiring...Thomas Haller2022-11-161-0/+12
* macsec: merge branch 'bg/macsec-ckn-len'Beniamino Galvani2022-11-165-17/+41
|\
| * macsec: document the format of CAK and CKN propertiesBeniamino Galvani2022-11-163-6/+7
| * macsec: allow CKN shorter than 64 charactersBeniamino Galvani2022-11-163-11/+34
|/
* device: merge branch 'bg/rh2122564'Beniamino Galvani2022-11-1611-22/+35
|\
| * device: fix missing transition from UNAVAILABLE to DISCONNECTEDbg/rh2122564Beniamino Galvani2022-11-161-1/+1
| * device: add "update_carrier" argument to nm_device_bring_up_full()Beniamino Galvani2022-11-163-8/+14
| * device: add nm_device_bring_up_full()Beniamino Galvani2022-11-1611-20/+27
|/
* vpn: merge branch 'bg/vpn-honor-ip-method'Beniamino Galvani2022-11-161-10/+29
|\
| * vpn: honor the ipvX.method connection propertyBeniamino Galvani2022-11-161-5/+29
| * vpn: remove unused variableBeniamino Galvani2022-11-161-5/+0
|/
* po: fix typo 'NetworkManaer' -> 'NetworkManager'gaoxingwang2022-11-161-2/+2
* core: set routing rule protocol properlyFernando Fernandez Mancera2022-11-141-0/+1
* merge: branch 'lr/gtk-doc'Lubomir Rintel2022-11-1429-69/+94
|\
| * tools/check-docs: more checks for missing includeslr/gtk-docLubomir Rintel2022-11-131-0/+23
| * docs/libnm: include a couple more files generated from headersLubomir Rintel2022-11-131-0/+4
| * libnm/conn-utils: include a documentation stringLubomir Rintel2022-11-131-0/+7
| * libnm: include device-vrf.h in NetworkManager.hLubomir Rintel2022-11-131-0/+1
| * libnm: move nm-errors.h include away from nm-connection.hLubomir Rintel2022-11-135-1/+5
| * libnm: fix a handful of misformatted gtk-doc blocksLubomir Rintel2022-11-135-8/+8
| * libnm/bond: fix malformed property docLubomir Rintel2022-11-131-1/+1
| * libnm/utils: add some missing deprecation guardsLubomir Rintel2022-11-134-1/+7
| * libnm,docs: ignore NM_DEPRECATED_IN_..._GUARDSLubomir Rintel2022-11-138-8/+8
| * docs/libnm: fix gtkdoc-scan ignore listsLubomir Rintel2022-11-132-40/+20
| * dns-manager,client: rename struct NMDnsEntryLubomir Rintel2022-11-132-2/+2
| * setting-ethtool: fix malformed doc commentsLubomir Rintel2022-11-131-4/+4
| * setting-8021x: fix "PKCS#11" string in gtk-docLubomir Rintel2022-11-131-4/+4
* | dbus: merge branch 'th/dbus-utils-cleanup'Thomas Haller2022-11-1412-340/+290
|\ \ | |/ |/|
| * glib-aux: use cleanup attribute in dbus_signal_meta_marshal()Thomas Haller2022-11-141-6/+8
| * glib-aux: drop unused _nm_dbus_connection_call_finish()Thomas Haller2022-11-142-55/+22
| * glib-aux: rename _nm_dbus_signal_connect{,_data}() to _nm_dbus_proxy_*()Thomas Haller2022-11-144-64/+70
| * glib-aux: drop duplicate _nm_dbus_error_has_name() for nm_dbus_error_is()Thomas Haller2022-11-145-39/+13
| * libnm: move "nm-dbus-utils.c" from libnm-core to libnm-glib-auxThomas Haller2022-11-1410-288/+289
|/
* merge: branch 'lr/object-removal'Lubomir Rintel2022-11-134-93/+141
|\
| * libnm/client: don't reset properties when interface goes awaylr/object-removalLubomir Rintel2022-11-133-31/+23
| * libnm/client/test: test cleanup on service shutdownLubomir Rintel2022-11-131-6/+16
| * libnm/client/test: always run the cleanup testLubomir Rintel2022-11-131-80/+98
| * tests/client: test nmcli monitorLubomir Rintel2022-11-131-1/+37