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