From: Jan Engelhardt Date: Sun, 15 Jul 2007 03:47:26 +0000 (-0700) Subject: [NETFILTER]: x_tables: add connlimit match X-Git-Tag: v2.6.23-rc1~1054^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=370786f9cfd430cb424f00ce4110e75bb1b95a19;p=pandora-kernel.git [NETFILTER]: x_tables: add connlimit match ipt_connlimit has been sitting in POM-NG for a long time. Here is a new shiny xt_connlimit with: * xtables'ified * will request the layer3 module (previously it hotdropped every packet when it was not loaded) * fixed: there was a deadlock in case of an OOM condition * support for any layer4 protocol (e.g. UDP/SCTP) * using jhash, as suggested by Eric Dumazet * ipv6 support Signed-off-by: Jan Engelhardt Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed