summaryrefslogtreecommitdiff
path: root/libnm
AgeCommit message (Expand)AuthorFilesLines
2018-09-24libnm: add support for per-device & per-AF connectivity statusLubomir Rintel3-0/+83
2018-09-21libnm: don't skip NMObject:path from documentation and introspectionThomas Haller1-1/+1
2018-09-17docs: misc. typos pt2luz.paz10-11/+11
2018-09-14autoptr: add missing autoptr cleanup functionsThomas Haller1-0/+4
2018-09-14libnm: drop API nm_connection_get_setting_{6lowpan,sriov,wpan}()Thomas Haller1-3/+0
2018-09-06libnm-core: add connection.llmnr propertyBeniamino Galvani1-0/+2
2018-09-04shared: add nm-secret-utils.h helperThomas Haller1-0/+1
2018-08-30all: use nm_utils_gbytes_equal_mem()Thomas Haller1-7/+3
2018-08-23vpn-service-plugin: cancel the connect timer on has_ipv4=has_ipv6=falseLubomir Rintel1-0/+4
2018-08-11all: add 'match' settingBeniamino Galvani2-0/+9
2018-08-10libnm, cli, ifcfg-rh: add NMSettingEthtool settingThomas Haller3-0/+7
2018-08-08all: add connection.multi-connect property for wildcard profilesThomas Haller1-0/+2
2018-08-06libnm: fix leak for NMDeviceWireGuard's public_keyThomas Haller1-0/+11
2018-08-06libnm: introduce NMDeviceWireGuardJavier Arteaga7-0/+276
2018-08-06core: introduce NMDeviceWireGuardJavier Arteaga1-0/+3
2018-08-03libnm/docs: don't document NM_SETTING_NAME propertyThomas Haller1-1/+1
2018-08-01all: avoid byte ordering issue for IP4Config's Nameservers/WinsServers on D-BusThomas Haller1-0/+2
2018-07-26libnm: add g_autoptr function for more typesLubomir Rintel1-0/+3
2018-07-24libnm: add nm_device_ovs_*_get_slaves()Lubomir Rintel1-0/+2
2018-07-17build: create "config-extra.h" header instead of passing directory variables ...Thomas Haller1-1/+1
2018-07-11libnm-core: add SR-IOV settingBeniamino Galvani2-0/+32
2018-07-11libnm: introduce NMTernary enumBeniamino Galvani1-0/+1
2018-07-11all: don't use gchar/gshort/gint/glong but C typesThomas Haller10-34/+34
2018-07-11generate-setting-docs.py: remove unreachable code in get_default_value()Thomas Haller1-2/+0
2018-07-11generate-setting-docs.py: remove unused propxml argument from get_prop_type()Thomas Haller1-3/+3
2018-07-10libnm: add accessors for ovs port/bridge slavesLubomir Rintel4-4/+174
2018-07-10all/trivial: grammar fixLubomir Rintel2-4/+4
2018-07-04libnm: add (allow-none) annotations to nm_device_reapply()Beniamino Galvani1-8/+11
2018-06-30libnm: fix missing symbols in libnm ABIThomas Haller1-0/+8
2018-06-30libnm: add missing symbols for 1.14 APIThomas Haller1-0/+2
2018-06-30libnm: fix symbol versioning for new symbols in 1.14 ABIThomas Haller1-4/+8
2018-06-28docs: provide soft descriptions for NM{Simple,Remote}ConnectionLubomir Rintel1-0/+8
2018-06-28meson: run the check-export.sh in test phaseLubomir Rintel1-3/+3
2018-06-28libnm/meson: make generate_setting_docs depend on the typelibLubomir Rintel1-2/+2
2018-06-28meson: generate-setting-docs.py environment correctlyLubomir Rintel1-2/+20
2018-06-28contrib/rpm: Use Open vSwitch instead of OpenVSwitchTimothy Redaelli1-3/+3
2018-06-26libnm: add support form 6LoWPAN devicesLubomir Rintel7-0/+251
2018-06-26devices: add NMDevice6LowpanLubomir Rintel1-0/+3
2018-06-26core: add NMSetting6LowpanLubomir Rintel2-0/+2
2018-06-26libnm: add support for WPAN devicesLubomir Rintel7-2/+237
2018-06-26devices: add NMDeviceWpanLubomir Rintel1-1/+4
2018-06-26core: add NMSettingWpanLubomir Rintel2-1/+3
2018-06-21libnm: fix leaking filename in NMRemoteConnectionThomas Haller1-1/+2
2018-06-15libnm: add nm_utils_get_timestamp_msec()Lubomir Rintel3-2/+8
2018-06-15wifi: expose LastScan as milliseconds not secondsLubomir Rintel2-12/+12
2018-06-15libnm: correctly demarshall (u)int64 valuesLubomir Rintel1-2/+2
2018-06-15libnm: always return VPN connections's bannerThomas Haller1-8/+1
2018-06-15libnm-core: add wake-on-wlan configuration itemsSimon Fels1-0/+2
2018-06-14macsec: enable send-sci by default and make the option configurableBeniamino Galvani1-0/+1
2018-06-13wifi: expose the LastScan propertyLubomir Rintel3-0/+47