summaryrefslogtreecommitdiffstats
path: root/lib/netfilter/log.c
Commit message (Expand)AuthorAgeFilesLines
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-1/+1
* Add internal wait_for_ack() which only waits for ACK if !NL_NO_AUTO_ACKThomas Graf2008-10-201-1/+1
* Rename struct nl_handle to struct nl_sockThomas Graf2008-05-151-8/+8
* Thread-safe error handlingThomas Graf2008-05-141-44/+49
* Initialize message type list to avoid overrunThomas Graf2008-03-051-0/+3
* [LIBNL]: Split up nfnetlink_log into log and msg objectsPatrick McHardy2008-02-071-222/+109
* [LIBNL]: nfnetlink_log: support NUFLA_GID attributePatrick McHardy2008-02-071-0/+5
* [LIBNL]: nfnetlink_log: only set hwproto if not zeroPatrick McHardy2008-02-071-1/+2
* 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/+349