summaryrefslogtreecommitdiff
path: root/libnm/nm-device-ethernet.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-23doc: add units to some libnm (and libnm-glib) function docsHarry Mallon1-2/+2
2016-11-10libnm: use the o.fd.DBus.ObjectManager API for object managementLubomir Rintel1-4/+0
2016-10-24libnm: coerce empty strings to NULL for D-Bus propertiesThomas Haller1-2/+2
2016-10-03all: modify line separator comments to be 80 chars wideThomas Haller1-1/+1
2016-07-22device: enable MAC address check on virtual devicesFrancesco Giudici1-0/+5
2016-07-22cli: improve devices vs connection compatibility checkFrancesco Giudici1-2/+2
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-6/+5
2015-09-29libnm: match s390 subchannels and MAC blacklist in connection_compatible()Jiří Klimeš1-10/+86
2015-09-29libnm: add 390-subchannels property to NMDeviceEthernetJiří Klimeš1-0/+41
2015-08-05all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship1-1/+0
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller1-1/+1
2015-07-24all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship1-2/+1
2014-11-13libnm*: fix library gettext usageDan Winship1-1/+1
2014-11-13all: consistently include config.hDan Winship1-1/+2
2014-10-22libnm: merge device-type-specific errors into NMDeviceErrorDan Winship1-37/+12
2014-09-18libnm: let NMObject create all D-Bus proxiesDan Winship1-15/+3
2014-09-04libnm-core: change all mac-address properties to G_TYPE_STRINGDan Winship1-4/+3
2014-08-07libnm-core, etc: add nm_utils_hwaddr_matches()Dan Winship1-6/+5
2014-08-07libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.hDan Winship1-1/+0
2014-08-07all: remove use of struct ether_addr / ether_aton()Dan Winship1-4/+4
2014-08-01libnm: make the the use of GInitable mandatoryDan Winship1-6/+0
2014-08-01libnm: add init_dbus() virtual method to NMObjectDan Winship1-15/+10
2014-08-01libnm: remove _new functions from NMObject subclassesDan Winship1-25/+0
2014-08-01libnm: add libnm/libnm-core (part 1)Dan Winship1-0/+392