summaryrefslogtreecommitdiff
path: root/libnm/nm-device.c
Commit message (Expand)AuthorAgeFilesLines
* nm: Fix syntax on introspection annotationsMarco Trevisan (Treviño)2019-03-071-2/+2
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* libnm: fix GObject Introspection annotations for functions returning a GPtrArrayCorentin Noël2018-11-121-1/+1
* libnm: add support for per-device & per-AF connectivity statusLubomir Rintel2018-09-241-0/+74
* docs: misc. typos pt2luz.paz2018-09-171-1/+1
* core: introduce NMDeviceWireGuardJavier Arteaga2018-08-061-0/+3
* libnm: add (allow-none) annotations to nm_device_reapply()Beniamino Galvani2018-07-041-8/+11
* contrib/rpm: Use Open vSwitch instead of OpenVSwitchTimothy Redaelli2018-06-281-3/+3
* devices: add NMDevice6LowpanLubomir Rintel2018-06-261-0/+3
* devices: add NMDeviceWpanLubomir Rintel2018-06-261-1/+4
* doc: add units to nm_device_get_mtu()Thomas Haller2018-05-231-1/+1
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-1/+0
* all: unify spelling of translators hint in source codeThomas Haller2018-04-131-1/+1
* gobject-introspection: made several fixes to the annotationsCorentin Noël2018-03-261-3/+1
* Add calls to g_simple_async_result_set_check_cancellableBenjamin Berg2018-03-081-0/+8
* libnm/device: use the type name for description if the product is emptylr/ugly-descriptionsLubomir Rintel2018-02-231-2/+5
* libnm/device: (trivial) move some function upwardsLubomir Rintel2018-02-231-130/+130
* libnm/device: prefer FROM_DATABASE udev propertiesLubomir Rintel2018-02-231-7/+6
* libnm/utils: extend the product fixup phrase listLubomir Rintel2018-02-231-1/+1
* libnm/utils: split out vendor fixupLubomir Rintel2018-02-231-1/+1
* all: use nm_str_hash() instead of g_str_hash()Thomas Haller2017-11-161-1/+1
* introspection: add o.fd.NM.Device.OvsBridge interfaceLubomir Rintel2017-10-301-0/+3
* introspection: add o.fd.NM.Device.OvsPort interfaceLubomir Rintel2017-10-301-0/+3
* introspection: add o.fd.NM.Device.OvsInterface interfaceLubomir Rintel2017-10-301-0/+3
* device: add NMDevicePPPBeniamino Galvani2017-08-051-0/+3
* all: fix typos in documentation, translated strings and commentsYuri Chornoivan2017-05-281-1/+1
* libnm: move fixup_desc_string() to nm-libnm-utils.cth/sanitize-non-utf8-rh1443114-pt2Thomas Haller2017-05-191-138/+3
* libnm: ignore phrases in fixup device description only when delimited by spaceThomas Haller2017-05-191-1/+5
* libnm: fix device description in fixup_desc_string()Thomas Haller2017-05-191-1/+1
* libnm: UTF-8 sanitize strings from UDev in NMDeviceThomas Haller2017-05-191-121/+152
* udev: add and use nm_udev_utils_property_decode() functionThomas Haller2017-03-221-41/+2
* libnm/udev: cache and reuse udev instance for NMDeviceThomas Haller2017-03-221-17/+20
* udev: drop libgudev in favor of libudevThomas Haller2017-03-221-44/+32
* libnm: fix memleak of GUdevDevice in get_bus_name()Thomas Haller2017-03-201-0/+1
* core: add support for dummy devicesBeniamino Galvani2017-02-221-0/+3
* libnm: disconnect signal from D-Bus proxies on disposeBeniamino Galvani2017-02-181-0/+2
* core,libnm: introduce NMDeviceMacsecBeniamino Galvani2017-01-161-0/+3
* all: rename the introspection data to use the interface paths in namesLubomir Rintel2016-11-231-1/+1
* libnm: avoid leaking the interface proxiesLubomir Rintel2016-11-141-0/+2
* libnm: initialize @device_type of device objectsBeniamino Galvani2016-11-141-6/+32
* libnm: use the o.fd.DBus.ObjectManager API for object managementlr/object-managerLubomir Rintel2016-11-101-185/+8
* libnm: coerce empty strings to NULL for D-Bus propertiesThomas Haller2016-10-241-8/+8
* libnm: minor refactoring by using g_clear_object() and nm_str_not_empty()Thomas Haller2016-10-241-8/+1
* libnm/libnm-glib: use Bluetooth device name as description (bgo #592819)Dan Williams2016-06-211-0/+10
* libnm: add code comments to hint that NMConnection might not validateThomas Haller2016-03-291-0/+6
* libnm: don't normalize connection for nm_device_get_applied_connection()Thomas Haller2016-03-261-2/+2
* libnm: declare internal function as staticThomas Haller2016-03-171-2/+2
* libnm,core: fix syntax of 'transfer' annotationBeniamino Galvani2016-02-241-2/+2
* device: add new NMDeviceType NM_DEVICE_TYPE_VETHThomas Haller2016-02-231-0/+3
* libnm: add missing device types to get_type_name()Thomas Haller2016-02-231-2/+14