summaryrefslogtreecommitdiffstats
path: root/lib/attr.c
Commit message (Expand)AuthorAgeFilesLines
* 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