summaryrefslogtreecommitdiff
path: root/lib/msg.c
AgeCommit message (Expand)Author
2020-04-16license: fix and add SPDX license identifiers and drop license commentsThomas Haller
2019-08-16all: Avoid pointer arithmetic on `void *`Michael Forney
2019-08-12Add SPDX identifiersYegor Yefremov
2018-04-11nl-msg: explicitly initialize nlmsg_seq and nlmsg_pid field in nlmsg_alloc_si...Thomas Haller
2017-10-09nl: add "const" specifier for nla_policy argument of parse functionsThomas Haller
2017-02-07lib: check for integer-overflow in nlmsg_reserve()Thomas Haller
2016-08-25lib: switch to using strerror_l() instead of strerror_r()André Draszik
2014-07-27style: require comma after __ADD() macroThomas Haller
2014-06-10lib: reorder free() after printf("%p") statementsThomas Haller
2014-06-09msg: Remove unnecessary call of nlmsg_free on known NULL pointerTobias Klauser
2013-11-08Remove extra memset from __nlmsg_allocOlaf Hering
2013-06-27msg: Avoid returning a negative value for nlmsg_attrlen()Thomas Graf
2013-04-26dump_attrs: "NLA_F_NESTED" => nla_is_nested(nla)Коренберг Марк (дома)
2013-04-02msg: Pretty print generic netlink header in nl_msg_dump()Thomas Graf
2013-03-14msg: Pretty print error message header even if incompleteThomas Graf
2013-03-14msg: Pretty print padding attributes in nl_msg_dump()Thomas Graf
2013-02-28Use thread-safe strerror_r() instead of strerror()Thomas Graf
2013-01-24Move private header files to <netlink-private/*>Thomas Graf
2013-01-04nlmsg_ok comparison between signed and unsignedEric Paris
2012-11-16use safe cache lookup variants internallyThomas Graf
2012-06-13Fix types-related warnings based on clang diagnosticsКоренберг Марк
2012-05-10doc: documentation restructuringThomas Graf
2011-08-11Make some functions and global variables staticPavel Roskin
2011-07-14documentation updatesThomas Graf
2011-03-22Documentation updatesThomas Graf
2011-03-17__nlmsg_alloc(): Guarantee minimal message size of at least the headerThomas Graf
2010-11-22nl: rename nlmsg_msg_size() to nlmsg_size(), nlmsg_len() -> nlmsg_datalen()Thomas Graf
2010-11-17constify struct trans_tblThomas Graf
2010-10-29Improved debugging messages while constructing messages/attributesThomas Graf
2010-10-29Fix use of uninitialized data at the end of netlink messageThomas Graf
2009-09-02Patch for unexpectedly aligned messagesMarc de Kruijf
2008-12-10restructure module documentation orderThomas Graf
2008-10-14Replace NL_KEEP code with proper message reference countingThomas Graf
2008-05-14Thread-safe error handlingThomas Graf
2008-05-07Improve performance by using malloc() over calloc() in critical placesThomas Graf
2008-01-14Improve message/attribute construction documentation and add nlmsg_expand()Thomas Graf
2008-01-14Fix stale data pointers when constructing messagesThomas Graf
2008-01-10Added additional parsing and validation functions for generic netlinkThomas Graf
2007-12-17Fix nl_msg_parse() to not give back a reference it does not ownThomas Graf
2007-12-13[LIBNL]: Fix format stringsPatrick McHardy
2007-10-11Cache message type association interface cleanupsThomas Graf
2007-09-15Initial importnougat-mr1-arcThomas Graf