summaryrefslogtreecommitdiffstats
path: root/lib/route/link/veth.c
Commit message (Expand)AuthorAgeFilesLines
* include: use <linux/$file> instead of <linux-private/linux/$file>Thomas Haller2023-08-081-2/+2
* include: include private linux headers with explicit pathThomas Haller2023-08-031-2/+2
* 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/+6
* 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-2/+1
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-161-7/+1
* all: Avoid pointer arithmetic on `void *`Michael Forney2019-08-161-2/+2
* lib/veth.c: Disassociate link name of peer nameMarcos Paulo de Souza2018-01-161-2/+2
* route/link: add missing newlines after debug messagesBeniamino Galvani2015-10-051-1/+1
* veth: add kernel header linux/veth.h for VETH definesDan Williams2014-07-251-0/+1
* veth: grab a reference for rtnl_link_veth_get_peer()Cong Wang2014-04-301-2/+3
* add NLM_F_EXCL to rtnl_link_veth_add()Cong Wang2014-04-091-2/+2
* veth: use nl_object_clone() to deep copy rtnl_link objectCong Wang2014-04-091-12/+12
* veth: implement ->io_freeCong Wang2014-04-091-4/+14
* veth: implement ->io_allocCong Wang2014-04-091-14/+27
* route: add libnl name prefix to global variable link_policyThomas Haller2014-01-021-1/+1
* add a parameter to rtnl_link_veth_add()Cong Wang2013-12-091-2/+5
* add veth link supportCong Wang2013-11-061-0/+281