summaryrefslogtreecommitdiff
path: root/lib/netfilter
Commit message (Expand)AuthorAgeFilesLines
* rename nl_send_auto_complete() -> nl_send_auto(), nl_auto_complete -> nl_comp...Thomas Graf2010-11-181-1/+1
* constify struct trans_tblThomas Graf2010-11-175-11/+11
* new function nfnl_queue_msg_send_verdict_payload()Karl Hiramoto2010-03-102-0/+62
* restructure module documentation orderThomas Graf2008-12-101-1/+0
* libnl: nfqueue: add nfqueue specific socket allocation functionPatrick McHardy2008-10-231-0/+10
* Add internal wait_for_ack() which only waits for ACK if !NL_NO_AUTO_ACKThomas Graf2008-10-204-6/+6
* Remove old line counting while dumpingThomas Graf2008-05-235-97/+104
* Present port and icmp values in host byte order and beautify printingThomas Graf2008-05-222-60/+173
* Allow parser callbacks to return NL_OK, NL_SKIP, NL_EXITThomas Graf2008-05-153-15/+0
* Rename struct nl_handle to struct nl_sockThomas Graf2008-05-155-41/+41
* Remove obsolete nla_get_addr() and nla_get_data()Thomas Graf2008-05-141-9/+9
* Thread-safe error handlingThomas Graf2008-05-149-176/+164
* Big routing code rework (API/ABI BREAK!)Thomas Graf2008-04-291-2/+2
* libnl: fix policy check for NFQA_HWADDRThomas Graf2008-03-101-1/+1
* Initialize message type list to avoid overrunThomas Graf2008-03-052-0/+6
* Fix nfnl_queue_msg_get_packetid() return typePatrick McHardy2008-02-071-1/+1
* [LIBNL]: Support conntrack add/delete/query requestsPatrick McHardy2008-02-071-0/+153
* [LIBNL]: Split up nfnetlink_log into log and msg objectsPatrick McHardy2008-02-074-526/+923
* [LIBNL]: nfnetlink_log: support NUFLA_GID attributePatrick McHardy2008-02-072-2/+31
* [LIBNL]: nfnetlink_log: only set hwproto if not zeroPatrick McHardy2008-02-071-1/+2
* [LIBNL]: Add nfnetlink_queue supportPatrick McHardy2008-02-074-0/+1166
* [LIBNL]: Generic netfilter stuffPatrick McHardy2008-02-071-0/+53
* Fix memory leak when parsing netlink messages into cachesThomas Graf2007-12-172-6/+10
* Allow filtering by name for conntrack status flagsPhilip Craig2007-09-181-4/+12
* Fix typo in conntrack object comparePhilip Craig2007-09-181-1/+1
* Export interface to define cachesThomas Graf2007-09-172-4/+2
* Initial importThomas Graf2007-09-155-0/+2152