From: Florian Westphal Date: Tue, 19 Jul 2011 09:46:33 +0000 (+0200) Subject: netfilter: nfnetlink_queue: batch verdict support X-Git-Tag: v3.1-rc1~316^2~70^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97d32cf9440d2111a12471740446d4d63231b79a;p=pandora-kernel.git netfilter: nfnetlink_queue: batch verdict support Introduces a new nfnetlink type that applies a given verdict to all queued packets with an id <= the id in the verdict message. If a mark is provided it is applied to all matched packets. This reduces the number of verdicts that have to be sent. Applications that make use of this feature need to maintain a timeout to send a batchverdict periodically to avoid starvation. Signed-off-by: Florian Westphal Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed