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 <ast@plumgrid.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Alexei Starovoitov
2014-07-22 23:01:58 -07:00
committed by David S. Miller
parent 8942a6d5f2
commit f5bffecda9
4 changed files with 538 additions and 511 deletions
+1
View File
@@ -0,0 +1 @@
obj-y := core.o