summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-23tools: merge branch 'fm/suppress-duplicate-line-in-stub'HEADmasterThomas Haller1-6/+2
2021-06-23tools: correct NetworkManager top object set_state functionFrederic Martinsons1-2/+2
2021-06-23tools: suppress duplicate state change in deactivation step of active connectionFrederic Martinsons1-4/+0
2021-06-23systemd: merge branch systemd into mainThomas Haller24-140/+225
2021-06-23dhcp: merge branch 'th/dhcp-factory-cleanup'Thomas Haller8-56/+44
2021-06-23dhcp/trivial: rename "NMDhcpClientFactory.experimental" to "NMDhcpClientFacto...Thomas Haller4-4/+6
2021-06-23dhcp: refactor GType handling for NMDhcpClientFactoryThomas Haller7-47/+32
2021-06-23dhcp: minor cleanup of DHCP plugin factoryThomas Haller2-5/+6
2021-06-23glib-aux: merge branch 'th/fix-hash-combine-bool'Thomas Haller4-17/+38
2021-06-23glib-aux: rework NM_HASH_COMBINE_BOOLS() macro to avoid expression statementThomas Haller2-12/+8
2021-06-23std-aux: rework NM_STATIC_ASSERT_EXPR() macroThomas Haller2-5/+30
2021-06-23libnm: merge branch 'th/setting-to-dbus-fcn'Thomas Haller36-802/+1260
2021-06-23libnm: use _nm_setting_property_define_string() for string NMSetting propertiesThomas Haller8-178/+214
2021-06-23libnm: use _nm_setting_property_define_boolean() for boolean NMSetting proper...Thomas Haller17-293/+410
2021-06-23libnm: use new including_default flag and boolean getter for "ethernet.auto-n...Thomas Haller1-22/+8
2021-06-23libnm: add flag to control whether to_dbus_fcn() should handle default valuesThomas Haller3-2/+22
2021-06-23libnm: extend to_dbus_fcn() property type for efficiently converting string p...Thomas Haller5-6/+102
2021-06-23libnm: extend to_dbus_fcn() property type for efficiently converting boolean ...Thomas Haller5-7/+108
2021-06-23libnm: move gprop_to_dbus_fcn hook to NMSettInfoPropertyThomas Haller8-29/+40
2021-06-23libnm: change "nm_sett_info_propert_type_mac_address" to use gprop_type for t...Thomas Haller4-10/+11
2021-06-23libnm: change "nm_sett_info_propert_type_strdict" to use gprop_type for to_db...Thomas Haller4-8/+10
2021-06-23libnm: change "nm_sett_info_propert_type_dcb_au" to use gprop_type for to_dbu...Thomas Haller4-12/+15
2021-06-23libnm: add type enum for handling gprop differences in to_dbus_fcnThomas Haller3-32/+60
2021-06-23libnm: add and use NM_SETT_INFO_PROPERT_TYPE_*_INIT() macrosThomas Haller5-93/+88
2021-06-23libnm: add and use NM_SETT_INFO_PROPERT_TYPE_DBUS() macroThomas Haller12-67/+74
2021-06-23libnm: let all property types implement to_dbus_fcn() handlerThomas Haller11-66/+100
2021-06-23libnm: add NM_SETTING_PARAM_NONE defineThomas Haller1-0/+4
2021-06-23libnm: drop unused parameter "ignored_default" from property_to_dbus()Thomas Haller1-7/+3
2021-06-23libnm: simplify assertions for valid NMSettInfoPropertyThomas Haller1-19/+15
2021-06-23libnm: expose internal helper nm_utils_hwaddr_to_dbus()Thomas Haller2-4/+8
2021-06-23glib-aux: add NM_G_PARAM_SPEC_GET_DEFAULT_STRING() helperThomas Haller1-0/+4
2021-06-23glib-aux: add nm_g_variant_singleton_s_empty() helperThomas Haller2-0/+7
2021-06-23glib-aux: add nm_g_variant_singleton_b() helperThomas Haller2-18/+28
2021-06-22libnm/docs: better explain "connection.autoconnect{,-priority}"Thomas Haller3-7/+14
2021-06-22std-aux/glib-aux: minor cleanup of nm_ip_addr_*()/nm_utils_addr_family_*()Thomas Haller2-21/+26
2021-06-22contrib: extend "test-create-many-device-setup.sh" scriptThomas Haller1-7/+26
2021-06-22examples: rework nm-up-many.py for ratelimiting parallel activationsThomas Haller1-174/+147
2021-06-21config: merge branch 'th/config-match-lookup'Thomas Haller7-201/+270
2021-06-21config: avoid cloning string during nm_config_data_get_connection_default() e...Thomas Haller6-172/+128
2021-06-21config: add lookup index for _match_section_infos_lookup()Thomas Haller1-13/+96
2021-06-21core: use nm_config_data_get_device_config_int64() for getting integer settingThomas Haller1-15/+19
2021-06-21config: add nm_config_data_get_device_config_int64() helperThomas Haller2-0/+29
2021-06-21glib-aux: cleanup nm_utils_named_value_clear_with_g_free() implementationThomas Haller1-5/+2
2021-06-21dhcp/systemd: ignore FORCERENEW requests for DHCPV4 to workaround CVE-2020-13529Thomas Haller1-0/+9
2021-06-21libnm: pre-allocate buffer in _nm_sett_info_property_override_create_array()Thomas Haller2-15/+27
2021-06-21merge: branch 'bg/rh1820770'Beniamino Galvani7-61/+100
2021-06-21device: prefer IPv6 not-deprecated addresses for hostname lookupBeniamino Galvani1-4/+27
2021-06-21libnm-platform: add NM_PLATFORM_MATCH_WITH_ADDRSTATE_DEPRECATEDBeniamino Galvani2-6/+10
2021-06-21core: add nm_ip_config_find_first_address()Beniamino Galvani5-40/+39
2021-06-21libnm-platform: add nm_platform_ip_address_match()Beniamino Galvani3-12/+25