summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-gre.c
Commit message (Expand)AuthorAgeFilesLines
* 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