summaryrefslogtreecommitdiffstats
path: root/lib/route/neightbl.c
Commit message (Expand)AuthorAgeFilesLines
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-1/+1
* cache: provide safe variant of nl_cache_mngt_require() and use itThomas Graf2012-11-161-1/+2
* Set err and free ntbl when leaving neightbl_msg_parserMichele Baldessari2012-10-291-1/+1
* "%llu" replaced with "%" PRIu64Коренберг Марк (дома)2012-08-291-5/+16
* Add internal wait_for_ack() which only waits for ACK if !NL_NO_AUTO_ACKThomas Graf2008-10-201-1/+1
* Remove old line counting while dumpingThomas Graf2008-05-231-42/+29
* Allow parser callbacks to return NL_OK, NL_SKIP, NL_EXITThomas Graf2008-05-151-4/+0
* Fix memory leaks when sending of message failedThomas Graf2008-05-151-2/+3
* Rename struct nl_handle to struct nl_sockThomas Graf2008-05-151-8/+8
* Thread-safe error handlingThomas Graf2008-05-141-50/+57
* Fix memory leak when parsing netlink messages into cachesThomas Graf2007-12-171-1/+1
* Export interface to define cachesThomas Graf2007-09-171-2/+1
* Initial importThomas Graf2007-09-141-0/+825