libnl/lib
Thomas Graf 48d543cfdf API to issue direct GET requests to the kernel
Provide nl_pickup() to pick up an answer from a netlink request and parse
it using the supplied parser.

Add rtnl_link_get_kernel() which sends an RTM_GETLINK to the kernel to
fetch a single link directly from the kernel. This can be faster than
dumping the whole table, especially if lots of links are configured.
2011-04-11 12:34:01 +02:00
..
cli rename sch -> qdisc 2011-03-21 16:47:42 +01:00
fib_lookup Documentation updates 2011-03-22 00:40:26 +01:00
genl constify struct trans_tbl 2010-11-17 16:09:08 +01: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 API to issue direct GET requests to the kernel 2011-04-11 12:34:01 +02:00
.gitignore Build separate libraries for each netilnk family 2008-05-15 18:01:50 +02:00
addr.c addr: hide nl_addr_destroy() 2010-11-26 16:32:10 +01:00
attr.c Omit empty nested attributes 2011-03-23 13:39:18 +01:00
cache.c Provide nl_cache_set_arg{1,2}() to specify cache args 2011-04-10 10:22:27 +02:00
cache_mngr.c Documentation updates 2011-03-22 00:40:26 +01:00
cache_mngt.c restructure module documentation order 2008-12-10 18:12:30 +01:00
data.c restructure module documentation order 2008-12-10 18:12:30 +01:00
error.c correctly handle the object not found case 2011-03-25 16:51:31 +01:00
handlers.c restructure module documentation order 2008-12-10 18:12:30 +01:00
Makefile.am Fix "make distcheck". 2011-03-23 16:00:44 +01:00
msg.c Documentation updates 2011-03-22 00:40:26 +01:00
nl.c API to issue direct GET requests to the kernel 2011-04-11 12:34:01 +02:00
object.c Provide nl_object_dump_buf() to easily dump to buffers 2011-04-10 10:22:01 +02:00
socket.c socket: constify interface 2010-11-18 12:47:16 +01:00
utils.c Initialize dump buffer in case caller missed it 2011-04-10 10:18:04 +02:00