summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-ip-tunnel.c
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* device: move redundant act_stage1_prepare() implementations to set hwaddr to ...Thomas Haller2019-08-281-10/+1
* device: don't let subclasses call NMDevice's act_stage1_prepare()Thomas Haller2019-08-281-6/+0
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* utils: add ifname argument to nm_utils_complete_generic()Lubomir Rintel2019-05-281-0/+1
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* device: avoid "-Wmissing-braces" warning for initializing "struct in6_addr"Thomas Haller2019-02-081-3/+7
* platform: merge NMPlatformError with nm-errorThomas Haller2018-12-271-16/+16
* all: don't use static buffer for nm_utils_inet*_ntop()Thomas Haller2018-12-191-4/+4
* build: avoid header conflict for <linux/if.h> and <net/if.h> with "nm-platfor...Thomas Haller2018-11-121-0/+1
* device: refactor setting parent in device's update_connection()Thomas Haller2018-08-281-21/+5
* core: give better error reason why device is incompatible with profileThomas Haller2018-07-241-14/+40
* device: replace NM_DEVICE_CLASS_DECLARE_TYPES() macro by explicit initializationThomas Haller2018-07-241-10/+9
* ip-tunnel: allow wired setting for some tunnel modesbg/ip-tunnel-gretap-bgo796645Beniamino Galvani2018-07-021-0/+16
* ip-tunnel: add support for ip6gre and ip6gretap tunnel connectionsBeniamino Galvani2018-07-021-12/+110
* ip-tunnel: add support for gretap tunnel connectionsBeniamino Galvani2018-07-021-4/+18
* device: introduce mtu sourceBeniamino Galvani2018-06-231-2/+2
* device: introduce nm_device_get_configured_mtu_from_connection()Beniamino Galvani2018-06-231-23/+5
* core: avoid clone of all-connections list for nm_utils_complete_generic()Thomas Haller2018-03-201-1/+1
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-121-6/+27
* trivial: avoid XXX tag and replace by NOTE or FIXMEThomas Haller2018-01-231-3/+3
* ip-tunnel: add support for tunnel flagsBeniamino Galvani2018-01-051-0/+43
* device: deduplicate match_parent()Beniamino Galvani2017-09-281-38/+2
* platform: pass string buffer to nm_platform_error_to_string() and print numer...Thomas Haller2017-08-241-4/+4
* core/trivial: indentation in src/devices/nm-device-ip-tunnel.cThomas Haller2017-08-231-8/+8
* device: don't set MTU of device unless explicitly configuredThomas Haller2017-06-131-1/+1
* ip-tunnel: fix coverity warningsBeniamino Galvani2017-05-081-2/+2
* device: don't use platform singleton getter in device subclassesThomas Haller2017-04-181-9/+9
* device: allow reapply of MTUBeniamino Galvani2017-03-091-0/+28
* device: ip-tunnel: free strings on disposeBeniamino Galvani2017-03-091-0/+15
* device: make the MTU globally configurable via connection-defaultsThomas Haller2017-01-171-0/+8
* device: refactor setting user-configured MTU during config commitThomas Haller2017-01-161-13/+13
* device: move tracking of parent device from NMDeviceIPTunnel to NMDeviceThomas Haller2017-01-041-32/+5
* device: have realize_start_notify() call link_changed()Thomas Haller2017-01-041-9/+0
* device: make @pllink argument in link_changed() function constThomas Haller2017-01-041-2/+3
* all: rename the introspection data to use the interface paths in namesLubomir Rintel2016-11-231-1/+1
* build: don't add subdirectories to include search path but require qualified ...Thomas Haller2016-11-211-2/+2
* ip-tunnel: avoid crash on missing NMPlatformLnkIp6Tnl lnk partThomas Haller2016-11-091-6/+7
* ip-tunnel: tigthen up checks for valid IP tunnel modesThomas Haller2016-11-091-1/+7
* ip-tunnel: fail the activation for unknown tunnel modesBeniamino Galvani2016-11-091-2/+2
* device: rename internal device factoriesThomas Haller2016-10-111-2/+2
* device: make NMDeviceFactory a class instead of an interfaceThomas Haller2016-10-111-3/+3
* logging: remove LOGD_HW alias for LOGD_PLATFORMThomas Haller2016-10-111-4/+4
* core: refactor private data in "src"Thomas Haller2016-10-041-140/+139
* core: rename "nm-activation-request.[hc]" for NMActRequestThomas Haller2016-10-031-1/+1
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-3/+3
* device: use NMSettings directly instead of NMConnectionProvider in subclassesThomas Haller2016-05-241-4/+5
* utils: inject platform into nm_utils_complete_generic()Thomas Haller2016-03-151-1/+2
* device/ip-tunnel: implement get_generic_capabilities()Beniamino Galvani2016-03-041-0/+7
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1