summaryrefslogtreecommitdiffstats
path: root/lib/msg.c
Commit message (Expand)AuthorAgeFilesLines
* style: require comma after __ADD() macroThomas Haller2014-07-271-4/+4
* lib: reorder free() after printf("%p") statementsThomas Haller2014-06-101-1/+1
* msg: Remove unnecessary call of nlmsg_free on known NULL pointerTobias Klauser2014-06-091-4/+1
* Remove extra memset from __nlmsg_allocOlaf Hering2013-11-081-2/+0
* msg: Avoid returning a negative value for nlmsg_attrlen()Thomas Graf2013-06-271-1/+1
* dump_attrs: "NLA_F_NESTED" => nla_is_nested(nla)Коренберг Марк (дома)2013-04-261-2/+2
* msg: Pretty print generic netlink header in nl_msg_dump()Thomas Graf2013-04-021-41/+97
* msg: Pretty print error message header even if incompleteThomas Graf2013-03-141-15/+24
* msg: Pretty print padding attributes in nl_msg_dump()Thomas Graf2013-03-141-3/+7
* Use thread-safe strerror_r() instead of strerror()Thomas Graf2013-02-281-1/+2
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-1/+1
* nlmsg_ok comparison between signed and unsignedEric Paris2013-01-031-1/+1
* use safe cache lookup variants internallyThomas Graf2012-11-151-6/+14
* Fix types-related warnings based on clang diagnosticsКоренберг Марк2012-06-131-4/+4
* doc: documentation restructuringThomas Graf2012-05-101-142/+10
* Make some functions and global variables staticPavel Roskin2011-08-111-2/+2
* documentation updatesThomas Graf2011-07-141-6/+0
* Documentation updatesThomas Graf2011-03-211-1/+1
* __nlmsg_alloc(): Guarantee minimal message size of at least the headerThomas Graf2011-03-171-0/+3
* nl: rename nlmsg_msg_size() to nlmsg_size(), nlmsg_len() -> nlmsg_datalen()Thomas Graf2010-11-221-13/+45
* constify struct trans_tblThomas Graf2010-11-171-1/+1
* Improved debugging messages while constructing messages/attributesThomas Graf2010-10-291-2/+2
* Fix use of uninitialized data at the end of netlink messageThomas Graf2010-10-281-1/+1
* Patch for unexpectedly aligned messagesMarc de Kruijf2009-09-021-1/+1
* restructure module documentation orderThomas Graf2008-12-101-1/+1
* Replace NL_KEEP code with proper message reference countingThomas Graf2008-10-141-10/+30
* Thread-safe error handlingThomas Graf2008-05-141-12/+8
* Improve performance by using malloc() over calloc() in critical placesThomas Graf2008-05-071-1/+3
* Improve message/attribute construction documentation and add nlmsg_expand()Thomas Graf2008-01-141-14/+51
* Fix stale data pointers when constructing messagesThomas Graf2008-01-141-23/+45
* Added additional parsing and validation functions for generic netlinkThomas Graf2008-01-101-2/+10
* Fix nl_msg_parse() to not give back a reference it does not ownThomas Graf2007-12-171-1/+0
* [LIBNL]: Fix format stringsPatrick McHardy2007-12-131-3/+3
* Cache message type association interface cleanupsThomas Graf2007-10-111-9/+15
* Initial importThomas Graf2007-09-141-0/+931