summaryrefslogtreecommitdiffstats
path: root/lib/route/link/macvlan.c
Commit message (Expand)AuthorAgeFilesLines
* all: fix and enable "-Wsign-compare" warningThomas Haller2024-05-291-2/+5
* include: use <linux/$file> instead of <linux-private/linux/$file>Thomas Haller2023-08-081-1/+1
* include: include private linux headers with explicit pathThomas Haller2023-08-031-1/+2
* include: drop "netlink-private/netlink.h" and move declarationsThomas Haller2023-08-021-2/+1
* all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-021-2/+5
* 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: avoid coverity warnings about assigning variable but not using itThomas Haller2022-04-221-4/+2
* route/link: check calloc() return valueBeniamino Galvani2022-03-031-0/+4
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-161-7/+1
* lib/route: adjust coding styleThomas Haller2020-04-151-1/+1
* route/link: Check for null pointer in macvlanJan Slomski2020-04-151-0/+2
* route/macvlan: style fixes in "lib/route/link/macvlan.c"Thomas Haller2018-10-101-56/+56
* link: macvlan fixesWang Jian2018-10-101-11/+12
* macvlan: adjust types and merge MACVLAN_HAS_MACCOUNT and MACVLAN_HAS_MACDATAThomas Haller2016-09-271-66/+71
* macvlan: add support for "source" modeMichael Braun2016-09-261-7/+325
* route/link: add macvtap supportBeniamino Galvani2015-11-191-12/+189
* 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-3/+7
* style: require comma after __ADD() macroThomas Haller2014-07-271-5/+5
* Add macvlan supportMichael Braun2013-05-161-0/+367