From: Willem de Bruijn Date: Fri, 18 Jan 2013 07:17:30 +0000 (+0000) Subject: netfilter: x_tables: add xt_bpf match X-Git-Tag: v3.9-rc1~139^2~269^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6f30c731718db45cec380964dfee210307cfc4a;p=pandora-kernel.git netfilter: x_tables: add xt_bpf match Support arbitrary linux socket filter (BPF) programs as x_tables match rules. This allows for very expressive filters, and on platforms with BPF JIT appears competitive with traditional hardcoded iptables rules using the u32 match. The size of the filter has been artificially limited to 64 instructions maximum to avoid bloating the size of each rule using this new match. Signed-off-by: Willem de Bruijn Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed