summaryrefslogtreecommitdiffstats
path: root/lib/route/rule.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
* Remove XML dumpingThomas Graf2008-06-171-52/+0
* Remove old line counting while dumpingThomas Graf2008-05-231-78/+55
* Improve printing of routing rulesThomas Graf2008-05-221-10/+3
* Allow parser callbacks to return NL_OK, NL_SKIP, NL_EXITThomas Graf2008-05-151-5/+0
* Rename struct nl_handle to struct nl_sockThomas Graf2008-05-151-12/+11
* Remove obsolete nla_get_addr() and nla_get_data()Thomas Graf2008-05-141-17/+13
* Thread-safe error handlingThomas Graf2008-05-141-62/+46
* patch: fixed up support for tables in rulesBen Gamsa2008-05-081-1/+7
* Big routing code rework (API/ABI BREAK!)Thomas Graf2008-04-291-2/+2
* 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-151-0/+900