summaryrefslogtreecommitdiffstats
path: root/lib/route/link/inet.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* include: drop "netlink-private/netlink.h" and move declarationsThomas Haller2023-08-021-2/+2
* all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-021-1/+4
* 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: use _NL_{MIN,MAX}() macrosThomas Haller2023-07-281-1/+1
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-161-7/+1
* route/link: corrected array size for inet_policyTobias Jungel2015-11-191-1/+1
* link/inet: Include <netlink/route/link/inet.h>Thomas Graf2014-07-271-0/+1
* link/inet: fix rtnl_link_inet_get_conf() not to allocate inet_dataThomas Haller2014-07-271-1/+1
* style: require comma after __ADD() macroThomas Haller2014-07-271-28/+28
* route: update copy of kernel header 'ip.h'Thomas Haller2014-03-211-0/+3
* route: detect missing cfgid in rtnl_link_inet_get_conf()Thomas Haller2014-03-211-2/+12
* route: don't enforce minlen in inet6_parse_protinfo() (IFLA_PROTINFO) and ine...Thomas Haller2014-03-211-1/+3
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-2/+2
* Expose <netlink/route/link/inet.h>Thomas Graf2011-04-201-1/+1
* constify struct trans_tblThomas Graf2010-11-171-1/+1
* link/inet: pretty printing, make output more readableThomas Graf2010-11-161-3/+3
* link/inet: documentation: add examplesThomas Graf2010-11-161-0/+52
* link/inet: Fix array accessThomas Graf2010-11-161-1/+1
* link: AF_INET link moduleThomas Graf2010-11-161-0/+228