summaryrefslogtreecommitdiffstats
path: root/include/netlink/attr.h
Commit message (Expand)AuthorAgeFilesLines
* lib/attr: add nla functions for variable-length integersWen Gu2024-08-171-0/+4
* lib/attr: add NLA_{SINT|UINT} attribute typesWen Gu2024-08-161-0/+3
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-161-7/+1
* Fix for cgroup filter addition problem.d0u92018-01-231-0/+1
* nl: add "const" specifier for nla_policy argument of parse functionsThomas Haller2017-10-091-2/+2
* include: don't include kernel headers in public libnl3 headersThomas Haller2017-03-021-0/+2
* lib: add type casting for nla_for_each_nested macroPrzemyslaw Szczerbik2016-02-251-1/+1
* lib/attr: add nla utility functions for signed integersThomas Haller2015-10-051-1/+41
* lib/attr: add nla utility functions for s32Thomas Haller2015-08-171-0/+11
* lib: add const-ness to appropriate parameters in addr, attr, dataRohan Joyce2015-02-161-16/+18
* attr: fix compile warning in headersPeter Wu2014-06-251-1/+1
* attr: Add nla_nest_cancel() to remove partially added nested attributesThomas Graf2013-03-141-0/+1
* attr: Provide nla_is_nested() functionThomas Graf2013-02-051-1/+2
* doc: documentation restructuringThomas Graf2012-05-101-7/+7
* - Reworked the classifier interface.Thomas Graf2009-09-021-0/+10
* Introduce nla_strdup() to help parse strings attributesThomas Graf2008-06-131-0/+1
* Remove obsolete nla_get_addr() and nla_get_data()Thomas Graf2008-05-141-4/+0
* Detailed attribute documentationThomas Graf2008-01-301-118/+107
* Initial importThomas Graf2007-09-141-0/+287