summaryrefslogtreecommitdiffstats
path: root/lib/route/pktloc.c
Commit message (Expand)AuthorAgeFilesLines
* include: drop "netlink-private/netlink.h" and move declarationsThomas Haller2023-08-021-1/+3
* all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-021-1/+4
* route: merge "include/netlink-private/tc.h" to lib/route/tc-api.hThomas Haller2023-08-011-1/+0
* lib: use _nl_{init,exit} instead of __{init,exit}Thomas Haller2023-07-281-1/+1
* all: avoid coverity warnings about assigning variable but not using itThomas Haller2022-04-221-1/+1
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-161-7/+0
* Add SPDX identifiersYegor Yefremov2019-08-121-0/+1
* fopen: add O_CLOEXECNick Kralevich2017-01-171-1/+1
* lib/route: potential memory leak in pktloc.cAmit Khatri2015-12-181-2/+4
* route/pktloc: read_pktlocs() always returned success statusThomas Haller2014-06-101-1/+1
* route: remove unnecessary non-null check in pktloc and ematchThomas Haller2014-06-101-2/+1
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-3/+3
* Clang diagnosticsКоренберг Марк (ноутбук дома)2012-10-191-1/+1
* fix license of lib/route/pktloc.cThomas Graf2011-09-081-3/+4
* Make some functions and global variables staticPavel Roskin2011-08-111-1/+1
* Allow NLSYSCONFDIR environment variable to overwrite built-in sysconfdirThomas Graf2011-03-241-1/+2
* Documentation updatesThomas Graf2011-03-211-1/+2
* pktloc: support to specify a shift operator for packet locationsThomas GraF2010-11-041-2/+3
* Extended pktloc to support nbyte locations for ipv6, etc.Thomas Graf2010-10-281-2/+16
* Packet location updatesThomas Graf2010-10-261-25/+99
* Packet Location InterfaceThomas Graf2010-07-021-0/+168