From: Pablo Neira Ayuso Date: Fri, 24 Feb 2012 14:41:50 +0000 (+0000) Subject: netfilter: ctnetlink: support kernel-space dump filtering by ctmark X-Git-Tag: v3.4-rc1~177^2~177 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f298a285f2e365cb34f69d1f79bb9fc996f683d;p=pandora-kernel.git netfilter: ctnetlink: support kernel-space dump filtering by ctmark This patch adds CTA_MARK_MASK which, together with CTA_MARK, allows you to selectively send conntrack entries to user-space by returning those that match mark & mask. With this, we can save cycles in the building and the parsing of the entries that may be later on filtered out in user-space by using the ctmark & mask. Signed-off-by: Pablo Neira Ayuso Signed-off-by: David S. Miller --- Reading git-diff-tree failed