summaryrefslogtreecommitdiff
path: root/libnm/nm-device.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-24libnm: add support for per-device & per-AF connectivity statusLubomir Rintel1-0/+74
2018-09-17docs: misc. typos pt2luz.paz1-1/+1
2018-08-06core: introduce NMDeviceWireGuardJavier Arteaga1-0/+3
2018-07-04libnm: add (allow-none) annotations to nm_device_reapply()Beniamino Galvani1-8/+11
2018-06-28contrib/rpm: Use Open vSwitch instead of OpenVSwitchTimothy Redaelli1-3/+3
2018-06-26devices: add NMDevice6LowpanLubomir Rintel1-0/+3
2018-06-26devices: add NMDeviceWpanLubomir Rintel1-1/+4
2018-05-23doc: add units to nm_device_get_mtu()Thomas Haller1-1/+1
2018-04-30all: remove consecutive empty linesBeniamino Galvani1-1/+0
2018-04-13all: unify spelling of translators hint in source codeThomas Haller1-1/+1
2018-03-26gobject-introspection: made several fixes to the annotationsCorentin Noël1-3/+1
2018-03-08Add calls to g_simple_async_result_set_check_cancellableBenjamin Berg1-0/+8
2018-02-23libnm/device: use the type name for description if the product is emptyLubomir Rintel1-2/+5
2018-02-23libnm/device: (trivial) move some function upwardsLubomir Rintel1-130/+130
2018-02-23libnm/device: prefer FROM_DATABASE udev propertiesLubomir Rintel1-7/+6
2018-02-23libnm/utils: extend the product fixup phrase listLubomir Rintel1-1/+1
2018-02-23libnm/utils: split out vendor fixupLubomir Rintel1-1/+1
2017-11-16all: use nm_str_hash() instead of g_str_hash()Thomas Haller1-1/+1
2017-10-30introspection: add o.fd.NM.Device.OvsBridge interfaceLubomir Rintel1-0/+3
2017-10-30introspection: add o.fd.NM.Device.OvsPort interfaceLubomir Rintel1-0/+3
2017-10-30introspection: add o.fd.NM.Device.OvsInterface interfaceLubomir Rintel1-0/+3
2017-08-05device: add NMDevicePPPBeniamino Galvani1-0/+3
2017-05-28all: fix typos in documentation, translated strings and commentsYuri Chornoivan1-1/+1
2017-05-19libnm: move fixup_desc_string() to nm-libnm-utils.cThomas Haller1-138/+3
2017-05-19libnm: ignore phrases in fixup device description only when delimited by spaceThomas Haller1-1/+5
2017-05-19libnm: fix device description in fixup_desc_string()Thomas Haller1-1/+1
2017-05-19libnm: UTF-8 sanitize strings from UDev in NMDeviceThomas Haller1-121/+152
2017-03-22udev: add and use nm_udev_utils_property_decode() functionThomas Haller1-41/+2
2017-03-22libnm/udev: cache and reuse udev instance for NMDeviceThomas Haller1-17/+20
2017-03-22udev: drop libgudev in favor of libudevThomas Haller1-44/+32
2017-03-20libnm: fix memleak of GUdevDevice in get_bus_name()Thomas Haller1-0/+1
2017-02-22core: add support for dummy devicesBeniamino Galvani1-0/+3
2017-02-18libnm: disconnect signal from D-Bus proxies on disposeBeniamino Galvani1-0/+2
2017-01-16core,libnm: introduce NMDeviceMacsecBeniamino Galvani1-0/+3
2016-11-23all: rename the introspection data to use the interface paths in namesLubomir Rintel1-1/+1
2016-11-14libnm: avoid leaking the interface proxiesLubomir Rintel1-0/+2
2016-11-14libnm: initialize @device_type of device objectsBeniamino Galvani1-6/+32
2016-11-10libnm: use the o.fd.DBus.ObjectManager API for object managementLubomir Rintel1-185/+8
2016-10-24libnm: coerce empty strings to NULL for D-Bus propertiesThomas Haller1-8/+8
2016-10-24libnm: minor refactoring by using g_clear_object() and nm_str_not_empty()Thomas Haller1-8/+1
2016-06-21libnm/libnm-glib: use Bluetooth device name as description (bgo #592819)Dan Williams1-0/+10
2016-03-29libnm: add code comments to hint that NMConnection might not validateThomas Haller1-0/+6
2016-03-26libnm: don't normalize connection for nm_device_get_applied_connection()Thomas Haller1-2/+2
2016-03-17libnm: declare internal function as staticThomas Haller1-2/+2
2016-02-24libnm,core: fix syntax of 'transfer' annotationBeniamino Galvani1-2/+2
2016-02-23device: add new NMDeviceType NM_DEVICE_TYPE_VETHThomas Haller1-0/+3
2016-02-23libnm: add missing device types to get_type_name()Thomas Haller1-2/+14
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-2/+1
2016-02-16device: fix signature for @flags argument of impl_device_reapply()Thomas Haller1-2/+2
2016-02-16libnm: add nm_device_get_applied_connection() functionThomas Haller1-0/+173