summaryrefslogtreecommitdiffstats
path: root/lib/data.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-2/+6
* include: split and drop "netlink-private/types.h"Thomas Haller2023-08-021-0/+2
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-161-7/+0
* all: Avoid pointer arithmetic on `void *`Michael Forney2019-08-161-1/+1
* Add SPDX identifiersYegor Yefremov2019-08-121-0/+1
* lib/data.c: avoid memleak if realloc failsRasmus Villemoes2017-06-081-4/+5
* lib: add const-ness to appropriate parameters in addr, attr, dataRohan Joyce2015-02-161-10/+12
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-1/+1
* Fix types-related warnings based on clang diagnosticsКоренберг Марк2012-06-131-3/+0
* doc: documentation restructuringThomas Graf2012-05-101-2/+14
* restructure module documentation orderThomas Graf2008-12-101-1/+1
* Remove obsolete nla_get_addr() and nla_get_data()Thomas Graf2008-05-141-1/+1
* Thread-safe error handlingThomas Graf2008-05-141-3/+2
* Abstract data allocation based on netlink attributeThomas Graf2008-01-301-0/+15
* Initial importThomas Graf2007-09-141-0/+172