dect
/
libnl
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
libnl/lib
Justin Mayfield 32057bc154 __str2flags fix
I found a minor bug in __str2flags where empty strings or short strings
will match all or many flags respectively.  Basically the test needs to
ensure the test string is the same length as the table entry before
doing a strncasecmp to avoid doing just a prefix test.
2012-05-10 09:12:18 +02:00
..
cli Support plug qdisc - queue traffic until explicit release 2012-02-14 12:02:04 +01:00
fib_lookup Updated link documentation 2011-07-28 16:23:57 +02:00
genl genl: Make genl_unregister() a NOP if NULL pointer is passed 2012-04-22 11:12:01 +02:00
netfilter rename nl_send_auto_complete() -> nl_send_auto(), nl_auto_complete -> nl_complete_msg() 2010-11-18 14:13:49 +01:00
route route: Add FIXME to rtnl_route_nh_set_gateway() to fix return value 2012-05-09 15:03:46 +02:00
.gitignore Build separate libraries for each netilnk family 2008-05-15 18:01:50 +02:00
Makefile.am Support plug qdisc - queue traffic until explicit release 2012-02-14 12:02:04 +01:00
addr.c nl_addr_cmp(): handle prefix length during address comparison 2012-01-12 10:18:35 +01:00
attr.c Omit empty nested attributes 2011-03-23 13:39:18 +01:00
cache.c Add new nl_cache_clone() function. 2012-02-16 13:42:49 +01:00
cache_mngr.c nl: Fix return value of nl_recvmsgs() 2012-05-08 22:48:00 +02:00
cache_mngt.c Provide silent variation of nl_cache_require() 2011-05-11 09:33:29 +02:00
data.c restructure module documentation order 2008-12-10 18:12:30 +01:00
error.c Support for NLM_F_INTR 2011-07-14 10:51:49 +02:00
handlers.c restructure module documentation order 2008-12-10 18:12:30 +01:00
msg.c Make some functions and global variables static 2011-08-11 14:49:51 +02:00
nl.c nl: Fix return value of nl_recvmsgs() 2012-05-08 22:48:00 +02:00
object.c object: Add functions to access the object type, cache and object ops 2012-04-24 14:55:23 +02:00
socket.c socket: fix two typos 2011-08-31 09:24:01 +02:00
utils.c __str2flags fix 2012-05-10 09:12:18 +02:00