From: Patrick McHardy Date: Wed, 18 Feb 2009 14:30:34 +0000 (+0100) Subject: netfilter: nf_conntrack: don't try to deliver events for untracked connections X-Git-Tag: v2.6.29-rc7~13^2~20^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5962fc6d5fff09c8e6fb8cadcb18327a0f4277f7;p=pandora-kernel.git netfilter: nf_conntrack: don't try to deliver events for untracked connections The untracked conntrack actually does usually have events marked for delivery as its not special-cased in that part of the code. Skip the actual delivery since it impacts performance noticeably. Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed