summaryrefslogtreecommitdiffstats
path: root/lib/netfilter/ct.c
Commit message (Expand)AuthorAgeFilesLines
* Add internal wait_for_ack() which only waits for ACK if !NL_NO_AUTO_ACKThomas Graf2008-10-201-3/+3
* Present port and icmp values in host byte order and beautify printingThomas Graf2008-05-221-6/+6
* 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-16/+16
* Remove obsolete nla_get_addr() and nla_get_data()Thomas Graf2008-05-141-9/+9
* Thread-safe error handlingThomas Graf2008-05-141-50/+37
* [LIBNL]: Support conntrack add/delete/query requestsPatrick McHardy2008-02-071-0/+153
* Fix memory leak when parsing netlink messages into cachesThomas Graf2007-12-171-3/+5
* Export interface to define cachesThomas Graf2007-09-171-2/+1
* Initial importThomas Graf2007-09-141-0/+465