summaryrefslogtreecommitdiff
path: root/libnm-core/nm-connection.c
Commit message (Expand)AuthorAgeFilesLines
* libnm-core: use different ifname validation function for OVS bridges, ports a...ac/ovs_ifname_lengthAntonio Cardace2020-02-141-0/+1
* all: use _nm_utils_inet4_ntop() instead of nm_utils_inet4_ntop()Thomas Haller2020-01-281-1/+1
* libnm-core,cli: add VRF settingBeniamino Galvani2020-01-141-0/+5
* libnm: sort settings when constructing GVariant for connectionThomas Haller2019-12-281-24/+18
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-2/+2
* setting-gsm: add auto-config propertyLubomir Rintel2019-09-111-0/+24
* core/connection: drop some unused parametersLubomir Rintel2019-09-111-30/+30
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+1
* libnm: accept %NULL argument in nmtst_connection_assert_unchanging()Thomas Haller2019-07-161-0/+3
* libnm: add nm_connection_to_dbus_full() with options argumentThomas Haller2019-06-281-1/+12
* libnm: fix setting error for nm_connection_update_secrets()Thomas Haller2019-06-261-9/+22
* libnm: workaround assertion failure for nmtst_connection_assert_unchanging() ...Thomas Haller2019-06-261-3/+16
* settings: add _nm_connection_clear_secrets_by_secret_flags() function to simp...Thomas Haller2019-06-171-0/+46
* libnm: cleanup _nm_connection_ensure_normalized() and split nm_connection_nor...Thomas Haller2019-06-171-75/+123
* libnm: add _nm_connection_ensure_normalized() helperThomas Haller2019-06-131-0/+54
* libnm: add nmtst_connection_assert_unchanging() helperThomas Haller2019-06-131-19/+56
* ipv6: add 'disabled' methodBeniamino Galvani2019-06-111-2/+3
* all: drop empty first line from sourcesThomas Haller2019-06-111-1/+0
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* libnm: pass connection to compare_property() functionThomas Haller2019-05-011-2/+3
* libnm/infiniband: lift restriction of MTU to 2044 for IPoIB in "datagram" modeThomas Haller2019-04-051-17/+8
* libnm-core: add vlans property to bridge settingBeniamino Galvani2019-03-261-0/+13
* libnm-core: add vlans property to bridge-port settingBeniamino Galvani2019-03-261-0/+13
* nm: Fix syntax on introspection annotationsMarco Trevisan (TreviƱo)2019-03-071-2/+2
* libnm-core: add nm_connection_get_setting_ip_config() helperThomas Haller2019-03-051-0/+12
* libnm,cli: add NMSettingWireGuardThomas Haller2019-02-221-8/+19
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* libnm,core: make for-each-secret implementation virtual functions of NMSettingThomas Haller2019-02-041-47/+10
* libnm,core: various cleanups of _nm_connection_for_each_secret()Thomas Haller2019-02-041-17/+15
* libnm,core: move _nm_connection_for_each_secret() from core to libnm-coreThomas Haller2019-02-041-0/+141
* all: avoid bogus compiler warning about uninitialized variableThomas Haller2019-02-041-2/+4
* libnm: minor cleanup releasing setting from NMConnectionThomas Haller2019-01-221-8/+15
* libnm: fix unregistering signal handler of NMConnection from NMSettingThomas Haller2019-01-221-1/+1
* libnm: merge _nm_setting_clear_secrets() and *_with_flags()Thomas Haller2019-01-221-16/+4
* libnm-core: reorder code in settingsThomas Haller2019-01-151-12/+15
* libnm-core: cleanup NMSetting's class initializationThomas Haller2019-01-151-24/+22
* device: use NM_IN_STRSET() in nm_connection_is_virtual()Thomas Haller2019-01-091-15/+15
* libnm,core: add _nm_connection_aggregate() to replace nm_connection_for_each_...Thomas Haller2019-01-071-0/+67
* libnm: hash settings in NMConnection by gtypeThomas Haller2018-10-231-14/+30
* device: return void pointer from nm_device_get_applied_setting()Thomas Haller2018-10-231-2/+6
* libnm/macsec: tighten up verification and normalize mka_cak/mka_ckn propertiesThomas Haller2018-09-301-0/+24
* libnm: drop API nm_connection_get_setting_{6lowpan,sriov,wpan}()Thomas Haller2018-09-141-49/+1
* all: add connection.multi-connect property for wildcard profilesThomas Haller2018-08-081-0/+26
* core/setting: rework nm_connection_dump()Lubomir Rintel2018-07-261-3/+4
* core: give better error reason why device is incompatible with profileThomas Haller2018-07-241-0/+34
* libnm-core: add SR-IOV settingBeniamino Galvani2018-07-111-0/+29
* ip-tunnel: allow wired setting for some tunnel modesbg/ip-tunnel-gretap-bgo796645Beniamino Galvani2018-07-021-0/+21
* core: add NMSetting6LowpanLubomir Rintel2018-06-261-1/+20
* core: add NMSettingWpanLubomir Rintel2018-06-261-0/+18
* connection: pick relevant L3 settings more flexiblyLubomir Rintel2018-06-261-43/+108