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
/
attr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
license: fix and add SPDX license identifiers and drop license comments
Thomas Haller
2020-04-16
1
-7/+0
*
lib: cleanup nla_parse() to return early on error
Thomas Haller
2020-04-15
1
-5/+4
*
all: Avoid pointer arithmetic on `void *`
Michael Forney
2019-08-16
1
-4/+4
*
Add SPDX identifiers
Yegor Yefremov
2019-08-12
1
-0/+1
*
attr: mark nested attributes as NLA_F_NESTED
Thomas Haller
2019-08-07
1
-1/+1
*
nla_ok: fix overrun in attribute iteration.
Patrick Havelange
2018-10-10
1
-1/+1
*
lib: merge implementations of nl_attr_end() and nl_attr_keep_empty()
Thomas Haller
2018-02-12
1
-46/+18
*
Fix for cgroup filter addition problem.
d0u9
2018-01-23
1
-0/+49
*
nl: add "const" specifier for nla_policy argument of parse functions
Thomas Haller
2017-10-09
1
-2/+2
*
lib/attr.c: check for valid length argument in nla_reserve()
Thomas Haller
2017-01-18
1
-2/+9
*
lib: return error on Netlink attribute length overflow
Przemyslaw Szczerbik
2016-06-24
1
-4/+5
*
lib/attr: add nla utility functions for signed integers
Thomas Haller
2015-10-05
1
-6/+86
*
lib/attr: add nla utility functions for s32
Thomas Haller
2015-08-17
1
-0/+25
*
lib: add const-ness to appropriate parameters in addr, attr, data
Rohan Joyce
2015-02-16
1
-27/+28
*
attr: nla_get_u64() should return 0 if the attribute does not fully contain 6...
Thomas Haller
2014-06-25
1
-1/+2
*
attr: prevent garbage return value for NULL param
Peter Wu
2014-06-25
1
-1/+1
*
The commit 6a8d90f5fec4 "attr: Allow attribute type 0" intended to
Samuel Gauthier
2013-11-29
1
-4/+0
*
attr: Allow attribute type 0
Thomas Graf
2013-11-28
1
-1/+1
*
Wrong calcultation in nla_reserve
Emmanuel Thierry
2013-04-28
1
-1/+1
*
attr: Fix typo in nla_is_nested()
Thomas Graf
2013-04-28
1
-1/+1
*
attr: nla_is_nested() must access nla_type directly
Thomas Graf
2013-04-28
1
-1/+1
*
attr: Warn application if nla_parse() observes same attribute multiple times
Thomas Graf
2013-03-14
1
-8/+13
*
attr: No longer warn about attribute of type 0
Thomas Graf
2013-03-14
1
-3/+2
*
attr: Do not enforce maximum length for NLA_FLAG attributes
Thomas Graf
2013-03-14
1
-3/+1
*
attr: Add nla_nest_cancel() to remove partially added nested attributes
Thomas Graf
2013-03-14
1
-2/+23
*
attr: Provide nla_is_nested() function
Thomas Graf
2013-02-05
1
-1/+12
*
Move private header files to <netlink-private/*>
Thomas Graf
2013-01-24
1
-1/+1
*
Use NL_DBG() instead of printing warnings and errors to stderr
Thomas Graf
2012-11-15
1
-2/+2
*
Fix types-related warnings based on clang diagnostics
Коренберг Марк
2012-06-13
1
-1/+2
*
doc: documentation restructuring
Thomas Graf
2012-05-10
1
-350/+9
*
Omit empty nested attributes
Thomas Graf
2011-03-23
1
-3/+15
*
nl: rename nlmsg_msg_size() to nlmsg_size(), nlmsg_len() -> nlmsg_datalen()
Thomas Graf
2010-11-22
1
-1/+1
*
attr: Add padding if nested data does not end at an alignment boundry
Thomas Graf
2010-10-29
1
-0/+17
*
Improved debugging messages while constructing messages/attributes
Thomas Graf
2010-10-29
1
-5/+17
*
Avoid memcpy()/memset() when reserving space for nested attributes
Thomas Graf
2010-10-28
1
-4/+7
*
Introduce nla_strdup() to help parse strings attributes
Thomas Graf
2008-06-13
1
-0/+5
*
Remove obsolete nla_get_addr() and nla_get_data()
Thomas Graf
2008-05-14
1
-12/+0
*
Thread-safe error handling
Thomas Graf
2008-05-14
1
-9/+7
*
Be liberal when receiving an empty nested attribute
Thomas Graf
2008-02-22
1
-1/+0
*
Detailed attribute documentation
Thomas Graf
2008-01-30
1
-310/+705
*
Improve message/attribute construction documentation and add nlmsg_expand()
Thomas Graf
2008-01-14
1
-10/+8
*
Fix stale data pointers when constructing messages
Thomas Graf
2008-01-14
1
-3/+2
*
[LIBNL]: Fix format strings
Patrick McHardy
2007-12-13
1
-2/+2
*
Initial import
Thomas Graf
2007-09-14
1
-0/+787