summaryrefslogtreecommitdiff
path: root/src/libnm-core-intern
Commit message (Expand)AuthorAgeFilesLines
* libnm: expose _nm_connection_get_setting_by_metatype() in internal headerThomas Haller2023-05-041-0/+14
* bonding: add support to ns_ip6_target optionff/new_bond_optionsFernando Fernandez Mancera2023-03-061-0/+1
* all: add "link" settingBeniamino Galvani2023-03-022-0/+2
* libnm: drop _NMConnectionForEachSecretFunc from public headersThomas Haller2023-02-271-0/+2
* ovs: add support for "other_config" settingsThomas Haller2023-01-112-0/+2
* libnm: add ovs-port.trunks propertyBeniamino Galvani2022-11-251-0/+3
* support loopback interfaceWen Liang2022-11-232-0/+2
* libnm: move "nm-dbus-utils.c" from libnm-core to libnm-glib-auxThomas Haller2022-11-141-25/+0
* libnm: refactor to-dbus on the client skipping to serialize legacy propertiesThomas Haller2022-10-271-0/+7
* libnm: add NMSettInfoProperty.{,dbus_}deprecated flag to mark deprecated prop...Thomas Haller2022-10-271-0/+31
* core: move rerequest decision of secrets to NMSettingAlexander Elbs2022-10-251-0/+2
* libnm: use NMRefString for nm_connection_get_path()Thomas Haller2022-10-061-0/+8
* bond: add _nm_setting_bond_opt_value_as_intbool() helperThomas Haller2022-09-191-0/+1
* bond: assert integer range in _nm_setting_bond_opt_value_as_u{8,16,32}()Thomas Haller2022-09-191-2/+2
* libnm-utils: convert string bond opts to intFernando Fernandez Mancera2022-08-041-0/+4
* bond: drop _get_option_or_default() and use _get_option_normalized()Fernando Fernandez Mancera2022-05-101-2/+0
* all: drop redundant includesThomas Haller2022-05-091-4/+0
* libnm: add nm_setting_8021x_scheme_vtable_by_setting_key() helperThomas Haller2022-03-281-1/+3
* keyfile: write ethernet group always on the top of the fileAna Cabral2022-02-111-0/+2
* all: adjust glib-mkenums annotations for automated formattingThomas Haller2022-02-082-17/+17
* libnm: add and use _nm_setting_get_private_field() helperThomas Haller2022-01-181-0/+14
* libnm: support direct string properties as NMRefStringThomas Haller2022-01-181-0/+3
* libnm: add hook for setting direct string propertyThomas Haller2022-01-181-0/+29
* libnm: add flag to map zero to NULL in _nm_utils_ipaddr_canonical_or_invalid()Thomas Haller2022-01-181-1/+6
* libnm: let direct string property support AF_UNSPEC for normalizing IP addressesThomas Haller2022-01-181-2/+4
* libnm: add direct_set_string_strip flag for direct string propertyThomas Haller2022-01-181-0/+4
* libnm: refactor some NMSetting to use direct properties for enum/flagsThomas Haller2021-12-241-2/+0
* format: reformat source tree with clang-format 13.0Thomas Haller2021-11-294-97/+97
* libnm: refactor some NMSetting to use direct propertiesThomas Haller2021-11-081-1/+0
* libnm: minor cleanup of NM_TERNARY_FROM_OPTION_BOOL()/NM_TERNARY_TO_OPTION_BO...Thomas Haller2021-09-281-4/+4
* all: rename nmtst_* functions that are used by the daemonThomas Haller2021-09-081-3/+3
* libnm,core: drop internal function _nm_connection_get_setting_bond_port()Thomas Haller2021-08-261-2/+0
* bond: add support of queue_id of bond portGris Ge2021-08-262-0/+4
* libnm: add out_is_modified argument to from_dbus_fcn() to detect modificationThomas Haller2021-08-021-1/+1
* libnm: use macros function arguments for NMSettInfoPropertTypeThomas Haller2021-08-021-32/+29
* all: unify and rename strv helper APIThomas Haller2021-07-291-2/+2
* initrd: add a 'origin' user tag to connectionsBeniamino Galvani2021-07-271-0/+5
* libnm: add from_dbus_fcn for direct propertiesThomas Haller2021-07-231-6/+11
* libnm: implement special setter for direct string property for ip addressThomas Haller2021-07-231-9/+3
* libnm: implement special setter for direct string property for mac addressThomas Haller2021-07-231-0/+6
* libnm: implement special setter for direct string property via g_ascii_strdown()Thomas Haller2021-07-231-0/+4
* libnm: add nm_sett_info_propert_type_direct_mac_addressThomas Haller2021-07-231-1/+0
* libnm: always set from_dbus_fcn() property hookThomas Haller2021-07-161-3/+17
* libnm: pass full property meta data to from_dbus_fcn() hookThomas Haller2021-07-161-6/+7
* libnm: move NMSettInfoProperty.to_dbus_including_default flagThomas Haller2021-07-161-7/+5
* libnm: drop unused NMSettInfoProperty.gprop_to_dbus_fcn() hookThomas Haller2021-07-161-6/+0
* libnm: refactor to_dbus_fcn() for "ipv6.dns" propertyThomas Haller2021-07-161-0/+2
* libnm: add compare_fcn() to property meta dataThomas Haller2021-07-161-0/+14
* libnm: pass around property_info instead of property_idx in NMSetting APIThomas Haller2021-07-161-1/+1
* libnm: make NMSettInfoSetting.property_infos_len uint16Thomas Haller2021-07-121-2/+2