summaryrefslogtreecommitdiffstats
path: root/lib/route/route.c
Commit message (Expand)AuthorAgeFilesLines
* Add internal wait_for_ack() which only waits for ACK if !NL_NO_AUTO_ACKThomas Graf2008-10-201-2/+2
* Allow parser callbacks to return NL_OK, NL_SKIP, NL_EXITThomas Graf2008-05-151-5/+1
* Rename struct nl_handle to struct nl_sockThomas Graf2008-05-151-12/+10
* Thread-safe error handlingThomas Graf2008-05-141-28/+31
* Route cache supportThomas Graf2008-05-051-2/+15
* Big routing code rework (API/ABI BREAK!)Thomas Graf2008-04-291-265/+9
* Represent default route with destination address length zeroThomas Graf2007-12-191-6/+9
* Fix memory leak when parsing netlink messages into cachesThomas Graf2007-12-171-3/+4
* Export interface to define cachesThomas Graf2007-09-171-2/+1
* Initial importThomas Graf2007-09-151-0/+444