summaryrefslogtreecommitdiff
path: root/libnm/nm-device.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* device: fix signature for @flags argument of impl_device_reapply()Thomas Haller2016-02-161-2/+2
* libnm: add nm_device_get_applied_connection() functionThomas Haller2016-02-161-0/+173
* all: add version-id argument to device's Reapply methodThomas Haller2016-02-161-2/+10
* build: cleanup default includesThomas Haller2016-02-121-4/+3
* libnm: add versioning comments and macros to nm_device_reapply*()Beniamino Galvani2016-01-121-0/+6
* libnm: add nm_device_reapply()Lubomir Rintel2016-01-101-0/+122
* libnm: add NMDeviceVxlanBeniamino Galvani2015-12-091-0/+3
* libnm: add NMDeviceMacvlanBeniamino Galvani2015-12-091-0/+3
* libnm,device: don't notify of property change when getting vendor & product f...Lubomir Rintel2015-12-051-10/+15
* libnm-glib/libnm: add support for "real" NMDevice propertyDan Williams2015-12-041-0/+40
* libnm: add NMDeviceIPTunnelBeniamino Galvani2015-12-011-0/+3
* libnm: add NMDeviceTunBeniamino Galvani2015-11-251-0/+3
* libnm: define NMLldpNeighbor as boxed typeBeniamino Galvani2015-10-161-2/+16
* libnm,libnm-core: fix GTK-Doc warningsBeniamino Galvani2015-10-161-1/+1
* libnm: document that some return values are immutableBeniamino Galvani2015-10-121-1/+2
* libnm: add LLDP supportBeniamino Galvani2015-10-121-0/+256
* libnm,libnm-glib: add Device.Managed setterLubomir Rintel2015-09-181-0/+29
* Revert "all: change "Since: 1.2" to "Since: 1.0.4"/"Since: 1.0.6" for backpor...Thomas Haller2015-08-251-1/+1
* all: change "Since: 1.2" to "Since: 1.0.4"/"Since: 1.0.6" for backported APIJiří Klimeš2015-08-211-1/+1
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-1/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-1/+1
* libnm: backport symbols for metered connections support to 1.0.6Beniamino Galvani2015-07-221-0/+3
* core,libnm: add 'metered' property to NMDeviceBeniamino Galvani2015-06-091-0/+38
* device: add nm_device_get_type_description() functionThomas Haller2015-06-051-0/+3
* libnm: add nm-plugin-missing property indicating NM device plugin not availableJiří Klimeš2015-04-201-0/+39
* Currently if we have two paired bluetooth devices,Dan Winship2015-01-271-0/+19
* libnm*: fix library gettext usageDan Winship2014-11-131-1/+1
* all: consistently include config.hDan Winship2014-11-131-0/+2
* libnm,core: enhance nm_utils_hexstr2bin()Dan Williams2014-11-071-1/+14
* libnm, docs: docs fixesDan Winship2014-11-071-2/+1
* libnm: create NMDhcpConfig as parent of NMDhcp4Config and NMDhcp6ConfigDan Winship2014-11-071-20/+18
* libnm: create NMIPConfig as parent of NMIP4Config and NMIP6ConfigDan Winship2014-11-071-17/+16
* libnm: cancel NMRemoteSettings/NMManager property reload when NM quitsDan Williams2014-11-061-0/+1
* libnm: change GSList to GPtrArray in libnm methodsDan Winship2014-10-281-18/+17
* libnm-core: add nm-core-types.h, remove cross-includesDan Winship2014-10-281-0/+1
* libnm: strip GDBus gunk from GErrorsDan Winship2014-10-221-6/+20
* libnm-core, libnm, devices: merge client and daemon NMDeviceErrorDan Winship2014-10-221-17/+0
* libnm: merge device-type-specific errors into NMDeviceErrorDan Winship2014-10-221-6/+10