summaryrefslogtreecommitdiff
path: root/libnm/nm-device-ethernet.c
Commit message (Expand)AuthorAgeFilesLines
* libnm: ignore "Peer" property on Device.Veth interfaceThomas Haller2020-03-301-0/+3
* libnm/doc: fix gtk-doc for deprecated markers in libnmThomas Haller2020-03-231-1/+1
* nm-device: expose via D-Bus the 'hw-address' propertyAntonio Cardace2020-03-131-31/+9
* libnm: refactor caching of D-Bus objects in NMClientThomas Haller2019-11-251-44/+29
* libnm: add and use _nml_coerce_property_*()Thomas Haller2019-10-271-2/+2
* libnm: hide GObject structs from public API and embed private dataThomas Haller2019-10-221-11/+22
* libnm: use obj_properties array in libnm and cleanupThomas Haller2019-10-181-41/+32
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-2/+2
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-3/+1
* doc: add units to some libnm (and libnm-glib) function docsHarry Mallon2018-05-231-2/+2
* libnm: use the o.fd.DBus.ObjectManager API for object managementlr/object-managerLubomir Rintel2016-11-101-4/+0
* libnm: coerce empty strings to NULL for D-Bus propertiesThomas Haller2016-10-241-2/+2
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-1/+1
* device: enable MAC address check on virtual devicesfg/mac_fixesFrancesco Giudici2016-07-221-0/+5
* cli: improve devices vs connection compatibility checkFrancesco Giudici2016-07-221-2/+2
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-6/+5
* libnm: match s390 subchannels and MAC blacklist in connection_compatible()Jiří Klimeš2015-09-291-10/+86
* libnm: add 390-subchannels property to NMDeviceEthernetJiří Klimeš2015-09-291-0/+41
* 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-2/+1
* libnm*: fix library gettext usageDan Winship2014-11-131-1/+1
* all: consistently include config.hDan Winship2014-11-131-1/+2
* libnm: merge device-type-specific errors into NMDeviceErrorDan Winship2014-10-221-37/+12
* libnm: let NMObject create all D-Bus proxiesDan Winship2014-09-181-15/+3
* libnm-core: change all mac-address properties to G_TYPE_STRINGDan Winship2014-09-041-4/+3
* libnm-core, etc: add nm_utils_hwaddr_matches()Dan Winship2014-08-071-6/+5
* libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.hDan Winship2014-08-071-1/+0
* all: remove use of struct ether_addr / ether_aton()Dan Winship2014-08-071-4/+4
* libnm: make the the use of GInitable mandatoryDan Winship2014-08-011-6/+0
* libnm: add init_dbus() virtual method to NMObjectDan Winship2014-08-011-15/+10
* libnm: remove _new functions from NMObject subclassesDan Winship2014-08-011-25/+0
* libnm: add libnm/libnm-core (part 1)Dan Winship2014-08-011-0/+392