summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-vlan.c
Commit message (Expand)AuthorAgeFilesLines
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-2/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-3/+1
* core: split device creation and device setup (bgo #737458)Dan Williams2015-07-311-181/+131
* core: move D-Bus export/unexport into NMExportedObjectDan Winship2015-07-241-1/+1
* core: add an NMExportedObject base classDan Winship2015-07-241-3/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-1/+1
* platform: return NMPlatformError from link-add functionsThomas Haller2015-06-171-4/+5
* core: rearrange some VLAN code and clean up dispose()Dan Williams2015-05-191-44/+33
* core: earlier software capability detectionDan Williams2015-05-191-1/+1
* core: let plugins indicate links which should be ignoreddcbw/dfa-earlyDan Williams2015-05-061-1/+1
* core: move permanent and initial MAC address reading to NMDevice and NMPlatformDan Williams2015-05-061-30/+2
* platform: return link objects from add functionsDan Williams2015-05-061-1/+2
* core: move virtual interface name handling into device pluginsDan Williams2015-05-061-0/+53
* core: let device plugins advertise supported link and setting typesDan Williams2015-05-061-26/+24
* vlan: don't fail if parent isn't found at construct time for existing devicesDan Williams2015-05-061-25/+83
* trivial: move codeDan Williams2015-05-061-44/+39
* platform: add self argument to platform functionsThomas Haller2015-04-211-8/+9
* device: use NMDeviceCapabilities enum for device capabilitiesThomas Haller2015-04-181-1/+1
* device: Deal with links that vanish during initializationLubomir Rintel2014-12-021-1/+2
* core: add NM_UNMANAGED_PARENT flag for a dependency on parent deviceJiří Klimeš2014-11-241-10/+9
* vlan: export parent device for VLANs as D-Bus propertyJiří Klimeš2014-11-241-7/+23
* libnm-core: add nm-core-types.h, remove cross-includesDan Winship2014-10-281-1/+1
* devices: drop device-type-specific error domainsDan Winship2014-10-221-17/+2
* core: track origin of MTULubomir Rintel2014-10-201-1/+1
* vlan: port to internal device factoryDan Williams2014-09-111-69/+105
* libnm-core: change all mac-address properties to G_TYPE_STRINGDan Winship2014-09-041-13/+22
* core: abstract out the duplicated default-ifname-generating codeDan Winship2014-09-041-0/+1
* all: stop using virtual interface-name propertiesDan Winship2014-09-041-1/+0
* libnm-core: drop nm_{setting,connection}_get_virtual_iface_name()Dan Winship2014-09-041-2/+2
* core: refactor nm_utils_complete_generic() not to use a dynamic format stringThomas Haller2014-08-251-1/+1
* core: update data types of some hwaddr propertiesDan Winship2014-08-071-8/+7
* libnm-core, etc: add nm_utils_hwaddr_matches()Dan Winship2014-08-071-2/+1
* libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.hDan Winship2014-08-071-2/+0
* libnm-core, etc: drop type-based hwaddr funcs, port to length-based onesDan Winship2014-08-071-1/+1
* logging: use new logging macros in NMDevice subclassesth/bgo734230_device_loggingThomas Haller2014-08-061-20/+18
* core: fill in nm-types.h, clean out other headersDan Winship2014-07-231-0/+3
* all: remove remaining GParamSpec name/blurb stringsDan Winship2014-06-191-8/+6
* core: remove unused 'error' argument to check_connection_compatible()Dan Williams2014-05-301-39/+14
* core: add nm_connection_provider_get()Dan Williams2014-03-031-2/+1
* coverity: fix various warnings detected with Coverity (fixup)Thomas Haller2013-11-131-1/+6
* coverity: fix various warnings detected with CoverityThomas Haller2013-11-131-1/+1
* core: implement update_connection() for VLANsPavel Šimerda2013-11-081-32/+72
* core: implement :mtu and :cloned-mac-address for VLANDan Winship2013-09-121-0/+58
* all: standardize on NMSettingWired:mac-address for all VLANsDan Winship2013-09-121-17/+30
* core: move software device creation logic out of NMManagerDan Winship2013-09-121-38/+114
* core: set VLAN ingress/egress maps at activation timeDan Winship2013-09-121-0/+42
* core: update UDI when it's availableDan Williams2013-08-071-3/+1
* trivial: remove unused system.h includeslPavel Šimerda2013-07-051-1/+0
* core: rename nm_device_hw_* to nm_device_*Dan Williams2013-06-141-3/+3
* core: use nm-platform for link managementPavel Šimerda2013-05-241-32/+5