summaryrefslogtreecommitdiff
path: root/libnm
Commit message (Expand)AuthorAgeFilesLines
* libnm: add support for per-device & per-AF connectivity statusLubomir Rintel2018-09-243-0/+83
* libnm: don't skip NMObject:path from documentation and introspectionThomas Haller2018-09-211-1/+1
* docs: misc. typos pt2luz.paz2018-09-1710-11/+11
* autoptr: add missing autoptr cleanup functionsThomas Haller2018-09-141-0/+4
* libnm: drop API nm_connection_get_setting_{6lowpan,sriov,wpan}()Thomas Haller2018-09-141-3/+0
* libnm-core: add connection.llmnr propertyBeniamino Galvani2018-09-061-0/+2
* shared: add nm-secret-utils.h helperThomas Haller2018-09-041-0/+1
* all: use nm_utils_gbytes_equal_mem()Thomas Haller2018-08-301-7/+3
* vpn-service-plugin: cancel the connect timer on has_ipv4=has_ipv6=falseLubomir Rintel2018-08-231-0/+4
* all: add 'match' settingBeniamino Galvani2018-08-112-0/+9
* libnm, cli, ifcfg-rh: add NMSettingEthtool settingThomas Haller2018-08-103-0/+7
* all: add connection.multi-connect property for wildcard profilesThomas Haller2018-08-081-0/+2
* libnm: fix leak for NMDeviceWireGuard's public_keyThomas Haller2018-08-061-0/+11
* libnm: introduce NMDeviceWireGuardJavier Arteaga2018-08-067-0/+276
* core: introduce NMDeviceWireGuardJavier Arteaga2018-08-061-0/+3
* libnm/docs: don't document NM_SETTING_NAME propertyThomas Haller2018-08-031-1/+1
* all: avoid byte ordering issue for IP4Config's Nameservers/WinsServers on D-BusThomas Haller2018-08-011-0/+2
* libnm: add g_autoptr function for more typesLubomir Rintel2018-07-261-0/+3
* libnm: add nm_device_ovs_*_get_slaves()Lubomir Rintel2018-07-241-0/+2
* build: create "config-extra.h" header instead of passing directory variables ...Thomas Haller2018-07-171-1/+1
* libnm-core: add SR-IOV settingBeniamino Galvani2018-07-112-0/+32
* libnm: introduce NMTernary enumBeniamino Galvani2018-07-111-0/+1
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-1110-34/+34
* generate-setting-docs.py: remove unreachable code in get_default_value()Thomas Haller2018-07-111-2/+0
* generate-setting-docs.py: remove unused propxml argument from get_prop_type()Thomas Haller2018-07-111-3/+3
* libnm: add accessors for ovs port/bridge slaveslr/ovs-slavesLubomir Rintel2018-07-104-4/+174
* all/trivial: grammar fixLubomir Rintel2018-07-102-4/+4
* libnm: add (allow-none) annotations to nm_device_reapply()Beniamino Galvani2018-07-041-8/+11
* libnm: fix missing symbols in libnm ABIThomas Haller2018-06-301-0/+8
* libnm: add missing symbols for 1.14 APIThomas Haller2018-06-301-0/+2
* libnm: fix symbol versioning for new symbols in 1.14 ABIThomas Haller2018-06-301-4/+8
* docs: provide soft descriptions for NM{Simple,Remote}ConnectionLubomir Rintel2018-06-281-0/+8
* meson: run the check-export.sh in test phaseLubomir Rintel2018-06-281-3/+3
* libnm/meson: make generate_setting_docs depend on the typelibLubomir Rintel2018-06-281-2/+2
* meson: generate-setting-docs.py environment correctlyLubomir Rintel2018-06-281-2/+20
* contrib/rpm: Use Open vSwitch instead of OpenVSwitchTimothy Redaelli2018-06-281-3/+3
* libnm: add support form 6LoWPAN devicesLubomir Rintel2018-06-267-0/+251
* devices: add NMDevice6LowpanLubomir Rintel2018-06-261-0/+3
* core: add NMSetting6LowpanLubomir Rintel2018-06-262-0/+2
* libnm: add support for WPAN devicesLubomir Rintel2018-06-267-2/+237
* devices: add NMDeviceWpanLubomir Rintel2018-06-261-1/+4
* core: add NMSettingWpanLubomir Rintel2018-06-262-1/+3
* libnm: fix leaking filename in NMRemoteConnectionThomas Haller2018-06-211-1/+2
* libnm: add nm_utils_get_timestamp_msec()Lubomir Rintel2018-06-153-2/+8
* wifi: expose LastScan as milliseconds not secondsLubomir Rintel2018-06-152-12/+12
* libnm: correctly demarshall (u)int64 valuesLubomir Rintel2018-06-151-2/+2
* libnm: always return VPN connections's bannerThomas Haller2018-06-151-8/+1
* libnm-core: add wake-on-wlan configuration itemsSimon Fels2018-06-151-0/+2
* macsec: enable send-sci by default and make the option configurableBeniamino Galvani2018-06-141-0/+1
* wifi: expose the LastScan propertyLubomir Rintel2018-06-133-0/+47