summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-gre.c
Commit message (Expand)AuthorAgeFilesLines
* device: remove NMDeviceGreBeniamino Galvani2015-12-011-286/+0
* device: add NMDeviceIPTunnelBeniamino Galvani2015-12-011-1/+0
* platform: implement gre properties as lnk dataThomas Haller2015-11-011-14/+15
* devices, active-connection: port to gdbusDan Winship2015-08-101-6/+7
* 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
* libnm-core: extract NMSettingIPConfig superclass out of IP4, IP6 classesDan Winship2014-11-071-0/+1
* libnm-core: add nm-core-types.h, remove cross-includesDan Winship2014-10-281-0/+1
* gre: port to internal device factoryDan Williams2014-09-111-12/+24
* logging: use new logging macros in NMDevice subclassesth/bgo734230_device_loggingThomas Haller2014-08-061-3/+6
* all: remove remaining GParamSpec name/blurb stringsDan Winship2014-06-191-40/+30
* devices: fix up parent/peer tracking in some virtual devicesDan Winship2014-03-061-10/+4
* core: fix segfault on initialization of macvlan and gre deviceThomas Haller2013-08-221-4/+9
* core: turn link_changed() into a proper virtual functionPavel Šimerda2013-07-291-2/+4
* devices: make constructors take an NMPlatformLinkDan Winship2013-06-051-7/+4
* platform, devices: add support for gre and gretap devicesDan Winship2013-06-041-0/+280