summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-veth.c
Commit message (Expand)AuthorAgeFilesLines
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-1/+1
* core: split device creation and device setup (bgo #737458)Dan Williams2015-07-311-3/+7
* core: move D-Bus export/unexport into NMExportedObjectDan Winship2015-07-241-1/+1
* core: add an NMExportedObject base classDan Winship2015-07-241-3/+1
* core: let plugins indicate links which should be ignoreddcbw/dfa-earlyDan Williams2015-05-061-1/+1
* core: let device plugins advertise supported link and setting typesDan Williams2015-05-061-10/+8
* platform: add self argument to platform functionsThomas Haller2015-04-211-1/+1
* device: turn off "unmanaged unless IFF_UP externally" for vethlr/veth-no-external-upLubomir Rintel2015-04-131-0/+12
* Revert "core: make veth devices default-unmanaged for now"lr/udev-unmanaged-fd731014Lubomir Rintel2015-03-231-1/+0
* veth: port to internal device factoryDan Williams2014-09-111-12/+24
* logging: use new logging macros in NMDevice subclassesth/bgo734230_device_loggingThomas Haller2014-08-061-2/+4
* core: make veth devices default-unmanaged for nowDan Winship2014-07-021-0/+1
* all: remove remaining GParamSpec name/blurb stringsDan Winship2014-06-191-4/+3
* devices: fix up parent/peer tracking in some virtual devicesDan Winship2014-03-061-0/+15
* devices: make constructors take an NMPlatformLinkDan Winship2013-06-051-7/+4
* platform, devices: add support for veth devicesDan Winship2013-05-241-0/+158