summaryrefslogtreecommitdiff
path: root/libnm-core
AgeCommit message (Expand)AuthorFilesLines
2018-08-22wifi: don't use GBytesArray for NMWifiAP's ssidThomas Haller2-0/+62
2018-08-22shared: add nm_utils_buf_utf8safe_escape() utilThomas Haller1-41/+140
2018-08-22all: avoid useless cast of g_free() to GDestroyNotifyThomas Haller2-3/+3
2018-08-22libnm: replace _nm_utils_bytes_to_dbus() with nm_utils_gbytes_get_variant_ay()Thomas Haller3-19/+1
2018-08-19ip4-config: fix a typoLubomir Rintel1-1/+1
2018-08-11all: add 'match' settingBeniamino Galvani5-0/+362
2018-08-11shared: add @allow_escaping argument to @nm_utils_strsplit_setBeniamino Galvani2-14/+22
2018-08-11libnm-core: remove wrong annotation in NMSettingIPConfigBeniamino Galvani1-2/+0
2018-08-11shared: add space escape functionsBeniamino Galvani1-0/+49
2018-08-10all/ethtool: add support for all currently supported kernel featuresThomas Haller1-13/+52
2018-08-10platform/ethtool: add code to get/set offload features via ethtoolThomas Haller1-11/+13
2018-08-10libnm, cli, ifcfg-rh: add NMSettingEthtool settingThomas Haller8-1/+543
2018-08-10libnm: add generic-data for implementing NMSettingThomas Haller5-96/+708
2018-08-10libnm: rework setting metadata for property handlingThomas Haller46-540/+810
2018-08-10libnm/keyfile: use NMMetaSettingInfo for indexing keyfile vtableThomas Haller1-49/+63
2018-08-10libnm: use NMMetaSettingInfo for tracking setting priorityThomas Haller46-363/+154
2018-08-10libnm/trivial: cleanup variable names in settings' class-init functionsThomas Haller43-362/+315
2018-08-10libnm-core/trivial: move codeThomas Haller1-36/+38
2018-08-10libnm: minor rework checking property flags in _nm_setting_to_dbus()Thomas Haller1-15/+18
2018-08-10libnm: use nm_utils_hash_table_equal() in nm-setting-userThomas Haller1-25/+2
2018-08-10shared: move nm_utils_ptrarray_find_binary_search() to shared utilsThomas Haller4-98/+11
2018-08-10shared: move nm_utils_array_find_binary_search() to shared utilsThomas Haller4-48/+13
2018-08-10keyfile: fix asserting for absolute base-dir in nm_keyfile_read()Thomas Haller1-1/+1
2018-08-10build/meson: fix naming of shared_nm_meta_setting_c variableThomas Haller1-1/+1
2018-08-08all: add connection.multi-connect property for wildcard profilesThomas Haller7-0/+128
2018-08-06core: introduce NMDeviceWireGuardJavier Arteaga1-0/+3
2018-08-06platform: rename instances of Wireguard to WireGuardJavier Arteaga1-3/+3
2018-08-03libnm/docs: fix examples for NMSetting:name valuesThomas Haller1-1/+1
2018-08-01libnm: avoid deadlock during g_module_open() in _nm_utils_init()Thomas Haller2-7/+15
2018-07-26nm-setting: add missing initializersLubomir Rintel1-4/+4
2018-07-26core/setting: rework nm_connection_dump()Lubomir Rintel2-39/+21
2018-07-24core: give better error reason why device is incompatible with profileThomas Haller2-0/+38
2018-07-24shared: support zero arguments for NM_NARG() macroThomas Haller1-0/+53
2018-07-17build: create "config-extra.h" header instead of passing directory variables ...Thomas Haller2-8/+1
2018-07-11ifcfg-rh: SR-IOV supportBeniamino Galvani1-0/+22
2018-07-11device: configure SR-IOVBeniamino Galvani1-0/+2
2018-07-11libnm-core: add SR-IOV settingBeniamino Galvani13-1/+2069
2018-07-11libnm: introduce NMTernary enumBeniamino Galvani1-0/+16
2018-07-11libnm-core: tc: fix indentation and typoBeniamino Galvani1-4/+4
2018-07-11ifcfg-rh: add missing NM-only annotationsBeniamino Galvani3-4/+4
2018-07-11libnm-core: don't emit signal when clearing lists already emptyBeniamino Galvani4-16/+34
2018-07-11nm-utils: add _nm_utils_format_variant_attributes_full()Beniamino Galvani2-33/+53
2018-07-11all: don't use gchar/gshort/gint/glong but C typesThomas Haller27-130/+130
2018-07-10setting-connection: fix ovs-port parent setting verificationLubomir Rintel1-5/+7
2018-07-09merge: branch 'wireguard-platform' of https://github.com/jbeta/NetworkManagerLubomir Rintel1-0/+25
2018-07-02ip-tunnel: allow wired setting for some tunnel modesBeniamino Galvani2-0/+35
2018-07-02ip-tunnel: add support for ip6gre and ip6gretap tunnel connectionsBeniamino Galvani2-12/+16
2018-07-02ip-tunnel: add support for gretap tunnel connectionsBeniamino Galvani2-2/+7
2018-07-01libnm: add code comment about thread-safty of _nm_utils_init() and use atomicThomas Haller1-5/+14
2018-07-01libnm: avoid constructor function for registering NMSetting typesThomas Haller43-59/+84