From: Pablo Neira Ayuso Date: Thu, 7 Jun 2012 10:13:39 +0000 (+0200) Subject: netfilter: add glue code to integrate nfnetlink_queue and ctnetlink X-Git-Tag: v3.6-rc1~125^2~529^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cb0176654a7dc33a32af8a0bc9e0b2f9f9ebb0f;p=pandora-kernel.git netfilter: add glue code to integrate nfnetlink_queue and ctnetlink This patch allows you to include the conntrack information together with the packet that is sent to user-space via NFQUEUE. Previously, there was no integration between ctnetlink and nfnetlink_queue. If you wanted to access conntrack information from your libnetfilter_queue program, you required to query ctnetlink from user-space to obtain it. Thus, delaying the packet processing even more. Including the conntrack information is optional, you can set it via NFQA_CFG_F_CONNTRACK flag with the new NFQA_CFG_FLAGS attribute. Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed