summaryrefslogtreecommitdiff
path: root/lib/route/link/ppp.c
AgeCommit message (Expand)Author
2023-08-02include: drop "netlink-private/netlink.h" and move declarationsThomas Haller
2023-08-02all: cleanup includes and use "nm-default.h"Thomas Haller
2023-08-02include: split and drop "netlink-private/types.h"Thomas Haller
2023-07-31include: move "include/netlink-private/route/link/api.h" to lib/routeThomas Haller
2023-07-28lib: use _nl_{init,exit} instead of __{init,exit}Thomas Haller
2022-04-22all: avoid coverity warnings about assigning variable but not using itThomas Haller
2020-04-16license: fix and add SPDX license identifiers and drop license commentsThomas Haller
2016-11-28ppp: fix API in ppp.h headerThomas Haller
2016-11-28ppp: fix type of file descriptor; uint32_t -> int32_tJonas Johansson
2016-11-28ppp: rename local struct ppp_info* variables; pi -> infoJonas Johansson
2016-11-28ppp: update code after reviewJonas Johansson
2016-11-28Add PPP supportJonas Johansson