summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-17device: restart DHCP when the MAC changes and the client-id is fixedbg/dhcp-restart-pt2Beniamino Galvani5-17/+27
2022-11-17device: remember whether the DHCP client-id/duid is a fixed valueBeniamino Galvani1-12/+41
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
2022-11-13nmcli/monitor: always print running status on monitor startupLubomir Rintel1-10/+2
2022-11-11merge: branch 'lr/unbreak-gir'Lubomir Rintel80-201/+460
2022-11-10libnm/trivial: fix styleThomas Haller1-42/+41
2022-11-10ifcfg-rh: merge branch 'th/ethtool-ifcfg-fixes'Thomas Haller8-1/+236
2022-11-10core: filter out invalid Wake-On-Lan flagsThomas Haller1-0/+10
2022-11-10ifcfg-rh: fix persisting all-default NMSettingEthtool with autoneg/wol flagsThomas Haller3-9/+7
2022-11-10ifcfg-rh: fix persisting ethtool optionsThomas Haller3-4/+4
2022-11-10ifcfg-rh/tests: add test checking persisting ethtool settings to ifcfg-rhThomas Haller6-0/+227
2022-11-10libnm: merge branch 'th/libnm-metadata-xml-ethtool'Thomas Haller5-262/+431