summaryrefslogtreecommitdiffstats
path: root/lib/route/link/ip6tnl.c
Commit message (Expand)AuthorAgeFilesLines
* include: use <linux/$file> instead of <linux-private/linux/$file>Thomas Haller2023-08-081-1/+1
* include: don't explicitly include headers from "nl-default.h"Thomas Haller2023-08-031-2/+0
* include: include private linux headers with explicit pathThomas Haller2023-08-031-1/+1
* include: drop "netlink-private/netlink.h" and move declarationsThomas Haller2023-08-021-2/+0
* all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-021-3/+8
* include: split and drop "netlink-private/types.h"Thomas Haller2023-08-021-0/+1
* include: move "include/netlink-private/route/link/api.h" to lib/routeThomas Haller2023-07-311-1/+2
* lib: use _nl_{init,exit} instead of __{init,exit}Thomas Haller2023-07-281-2/+2
* all: fix "-Wformat" warnings for nl_dump*()Thomas Haller2022-04-221-10/+4
* ip6_tnl: Add fwmark APIThomas Winter2022-03-111-0/+56
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-161-7/+1
* route/link: fix dump of parent link for some link typesBeniamino Galvani2015-11-191-1/+7
* route/link: add missing newlines after debug messagesBeniamino Galvani2015-10-051-1/+1
* link: fix memory leaks due to repeated calls to .io_alloc()Thomas Haller2014-10-121-5/+9
* link/ip6tnl: Include <netlink/route/link/ip6tnl.h>Thomas Graf2014-07-271-0/+1
* ip6tnl: Use <netinet/in.h> for in6_addr and stuffThomas Graf2014-06-291-1/+1
* ip6tnl: introduce ip6 tunnel supportSusant Sahani2014-06-161-0/+688