summaryrefslogtreecommitdiffstats
path: root/lib/route/link/ppp.c
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+3
* 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
* ppp: fix API in ppp.h headerThomas Haller2016-11-281-0/+2
* ppp: fix type of file descriptor; uint32_t -> int32_tJonas Johansson2016-11-281-3/+3
* ppp: rename local struct ppp_info* variables; pi -> infoJonas Johansson2016-11-281-17/+17
* ppp: update code after reviewJonas Johansson2016-11-281-10/+13
* Add PPP supportJonas Johansson2016-11-281-0/+219