summaryrefslogtreecommitdiff
path: root/libnm-glib/nm-device-infiniband.c
Commit message (Expand)AuthorAgeFilesLines
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-5/+4
* 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-2/+1
* all: consistently include config.hDan Winship2014-11-131-1/+2
* libnm, libnm-glib: fix cut-and-paste-osDan Winship2014-08-181-4/+4
* libnm-util, libnm-glib: whitespace fixesDan Winship2014-07-151-4/+3
* libnm-util, libnm-glib: standardize copyright/license headersDan Winship2014-07-151-3/+1
* all: remove remaining GParamSpec name/blurb stringsDan Winship2014-06-191-8/+6
* libnm-glib: add nm_device_get_setting_type()Dan Winship2014-03-061-0/+7
* trivial: remove unused #definesDan Williams2014-01-231-3/+0
* libnm-glib: add nm_device_get_hw_address() to NMDeviceJiří Klimeš2013-12-201-0/+7
* infiniband: only check the last 8 bytes when doing hwaddr matchesDan Winship2013-09-241-1/+3
* libnm-glib: use helpers to create dbus proxiesDan Williams2013-04-081-8/+2
* libnm-glib: match interface name in nm_device_connection_compatible()Dan Winship2013-03-131-3/+1
* libnm-glib: fix build on older glib without g_clear_object()Dan Williams2012-04-271-0/+2
* libnm-glib: NULL out priv fields on dispose()Dan Winship2012-04-231-4/+1
* libnm-glib: more ensure_inited() fixingDan Winship2012-03-281-0/+2
* libnm-glib: add errors to device classes and nm_device_connection_compatible()Jiří Klimeš2012-03-161-7/+39
* libnm-glib: ensure nm_device_set_device_type() stays privateDan Williams2012-03-121-1/+1
* libnm-glib: simplify setting device-type propertyDan Williams2012-03-071-3/+1
* libnm-glib: implement GInitable/GAsyncInitable in NMObjectDan Winship2012-02-031-17/+12
* libnm-glib: simplify property getter methodsDan Winship2012-02-031-25/+4
* libnm-glib: simplify and genericize property declarationDan Winship2012-02-031-8/+8
* libnm-glib: don't use client-side generated dbus-glib bindingsDan Winship2012-02-021-2/+0
* libnm-glib: add NMDeviceInfinibandDan Winship2011-12-021-0/+308