From: Alexei Starovoitov Date: Wed, 23 Jul 2014 06:01:58 +0000 (-0700) Subject: net: filter: split filter.c into two files X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~93^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5bffecda951b59d0d3cdd616d68952abc52bc40;p=pandora-kernel.git net: filter: split filter.c into two files BPF is used in several kernel components. This split creates logical boundary between generic eBPF core and the rest kernel/bpf/core.c: eBPF interpreter net/core/filter.c: classic->eBPF converter, classic verifiers, socket filters This patch only moves functions. Signed-off-by: Alexei Starovoitov Signed-off-by: David S. Miller --- Reading git-diff-tree failed