summaryrefslogtreecommitdiffstats
path: root/lib/attr.c
Commit message (Expand)AuthorAgeFilesLines
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-161-7/+0
* lib: cleanup nla_parse() to return early on errorThomas Haller2020-04-151-5/+4
* all: Avoid pointer arithmetic on `void *`Michael Forney2019-08-161-4/+4
* Add SPDX identifiersYegor Yefremov2019-08-121-0/+1
* attr: mark nested attributes as NLA_F_NESTEDThomas Haller2019-08-071-1/+1
* nla_ok: fix overrun in attribute iteration.Patrick Havelange2018-10-101-1/+1
* lib: merge implementations of nl_attr_end() and nl_attr_keep_empty()Thomas Haller2018-02-121-46/+18
* Fix for cgroup filter addition problem.d0u92018-01-231-0/+49
* nl: add "const" specifier for nla_policy argument of parse functionsThomas Haller2017-10-091-2/+2
* lib/attr.c: check for valid length argument in nla_reserve()Thomas Haller2017-01-181-2/+9
* lib: return error on Netlink attribute length overflowPrzemyslaw Szczerbik2016-06-241-4/+5
* lib/attr: add nla utility functions for signed integersThomas Haller2015-10-051-6/+86
* lib/attr: add nla utility functions for s32Thomas Haller2015-08-171-0/+25
* lib: add const-ness to appropriate parameters in addr, attr, dataRohan Joyce2015-02-161-27/+28
* attr: nla_get_u64() should return 0 if the attribute does not fully contain 6...Thomas Haller2014-06-251-1/+2
* attr: prevent garbage return value for NULL paramPeter Wu2014-06-251-1/+1
* The commit 6a8d90f5fec4 "attr: Allow attribute type 0" intended toSamuel Gauthier2013-11-291-4/+0
* attr: Allow attribute type 0Thomas Graf2013-11-281-1/+1
* Wrong calcultation in nla_reserveEmmanuel Thierry2013-04-281-1/+1
* attr: Fix typo in nla_is_nested()Thomas Graf2013-04-281-1/+1
* attr: nla_is_nested() must access nla_type directlyThomas Graf2013-04-281-1/+1
* attr: Warn application if nla_parse() observes same attribute multiple timesThomas Graf2013-03-141-8/+13
* attr: No longer warn about attribute of type 0Thomas Graf2013-03-141-3/+2
* attr: Do not enforce maximum length for NLA_FLAG attributesThomas Graf2013-03-141-3/+1
* attr: Add nla_nest_cancel() to remove partially added nested attributesThomas Graf2013-03-141-2/+23
* attr: Provide nla_is_nested() functionThomas Graf2013-02-051-1/+12
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-1/+1
* Use NL_DBG() instead of printing warnings and errors to stderrThomas Graf2012-11-151-2/+2
* Fix types-related warnings based on clang diagnosticsКоренберг Марк2012-06-131-1/+2
* doc: documentation restructuringThomas Graf2012-05-101-350/+9
* Omit empty nested attributesThomas Graf2011-03-231-3/+15
* nl: rename nlmsg_msg_size() to nlmsg_size(), nlmsg_len() -> nlmsg_datalen()Thomas Graf2010-11-221-1/+1
* attr: Add padding if nested data does not end at an alignment boundryThomas Graf2010-10-291-0/+17
* Improved debugging messages while constructing messages/attributesThomas Graf2010-10-291-5/+17
* Avoid memcpy()/memset() when reserving space for nested attributesThomas Graf2010-10-281-4/+7
* Introduce nla_strdup() to help parse strings attributesThomas Graf2008-06-131-0/+5
* Remove obsolete nla_get_addr() and nla_get_data()Thomas Graf2008-05-141-12/+0
* Thread-safe error handlingThomas Graf2008-05-141-9/+7
* Be liberal when receiving an empty nested attributeThomas Graf2008-02-221-1/+0
* Detailed attribute documentationThomas Graf2008-01-301-310/+705
* Improve message/attribute construction documentation and add nlmsg_expand()Thomas Graf2008-01-141-10/+8
* Fix stale data pointers when constructing messagesThomas Graf2008-01-141-3/+2
* [LIBNL]: Fix format stringsPatrick McHardy2007-12-131-2/+2
* Initial importThomas Graf2007-09-141-0/+787