index
:
libnl.git
cache-nonexcl-route
main
th/pr/338
th/test-routes
th/tmp
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
msg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
all: Avoid pointer arithmetic on `void *`
Michael Forney
2019-08-16
1
-3/+3
*
Add SPDX identifiers
Yegor Yefremov
2019-08-12
1
-0/+1
*
nl-msg: explicitly initialize nlmsg_seq and nlmsg_pid field in nlmsg_alloc_si...
Thomas Haller
2018-04-11
1
-0/+2
*
nl: add "const" specifier for nla_policy argument of parse functions
Thomas Haller
2017-10-09
1
-2/+2
*
lib: check for integer-overflow in nlmsg_reserve()
Thomas Haller
2017-02-07
1
-0/+3
*
lib: switch to using strerror_l() instead of strerror_r()
André Draszik
2016-08-25
1
-2/+2
*
style: require comma after __ADD() macro
Thomas Haller
2014-07-27
1
-4/+4
*
lib: reorder free() after printf("%p") statements
Thomas Haller
2014-06-10
1
-1/+1
*
msg: Remove unnecessary call of nlmsg_free on known NULL pointer
Tobias Klauser
2014-06-09
1
-4/+1
*
Remove extra memset from __nlmsg_alloc
Olaf Hering
2013-11-08
1
-2/+0
*
msg: Avoid returning a negative value for nlmsg_attrlen()
Thomas Graf
2013-06-27
1
-1/+1
*
dump_attrs: "NLA_F_NESTED" => nla_is_nested(nla)
Коренберг Марк (дома)
2013-04-26
1
-2/+2
*
msg: Pretty print generic netlink header in nl_msg_dump()
Thomas Graf
2013-04-02
1
-41/+97
*
msg: Pretty print error message header even if incomplete
Thomas Graf
2013-03-14
1
-15/+24
*
msg: Pretty print padding attributes in nl_msg_dump()
Thomas Graf
2013-03-14
1
-3/+7
*
Use thread-safe strerror_r() instead of strerror()
Thomas Graf
2013-02-28
1
-1/+2
*
Move private header files to <netlink-private/*>
Thomas Graf
2013-01-24
1
-1/+1
*
nlmsg_ok comparison between signed and unsigned
Eric Paris
2013-01-03
1
-1/+1
*
use safe cache lookup variants internally
Thomas Graf
2012-11-15
1
-6/+14
*
Fix types-related warnings based on clang diagnostics
Коренберг Марк
2012-06-13
1
-4/+4
*
doc: documentation restructuring
Thomas Graf
2012-05-10
1
-142/+10
*
Make some functions and global variables static
Pavel Roskin
2011-08-11
1
-2/+2
*
documentation updates
Thomas Graf
2011-07-14
1
-6/+0
*
Documentation updates
Thomas Graf
2011-03-21
1
-1/+1
*
__nlmsg_alloc(): Guarantee minimal message size of at least the header
Thomas Graf
2011-03-17
1
-0/+3
*
nl: rename nlmsg_msg_size() to nlmsg_size(), nlmsg_len() -> nlmsg_datalen()
Thomas Graf
2010-11-22
1
-13/+45
*
constify struct trans_tbl
Thomas Graf
2010-11-17
1
-1/+1
*
Improved debugging messages while constructing messages/attributes
Thomas Graf
2010-10-29
1
-2/+2
*
Fix use of uninitialized data at the end of netlink message
Thomas Graf
2010-10-28
1
-1/+1
*
Patch for unexpectedly aligned messages
Marc de Kruijf
2009-09-02
1
-1/+1
*
restructure module documentation order
Thomas Graf
2008-12-10
1
-1/+1
*
Replace NL_KEEP code with proper message reference counting
Thomas Graf
2008-10-14
1
-10/+30
*
Thread-safe error handling
Thomas Graf
2008-05-14
1
-12/+8
*
Improve performance by using malloc() over calloc() in critical places
Thomas Graf
2008-05-07
1
-1/+3
*
Improve message/attribute construction documentation and add nlmsg_expand()
Thomas Graf
2008-01-14
1
-14/+51
*
Fix stale data pointers when constructing messages
Thomas Graf
2008-01-14
1
-23/+45
*
Added additional parsing and validation functions for generic netlink
Thomas Graf
2008-01-10
1
-2/+10
*
Fix nl_msg_parse() to not give back a reference it does not own
Thomas Graf
2007-12-17
1
-1/+0
*
[LIBNL]: Fix format strings
Patrick McHardy
2007-12-13
1
-3/+3
*
Cache message type association interface cleanups
Thomas Graf
2007-10-11
1
-9/+15
*
Initial import
Thomas Graf
2007-09-14
1
-0/+931