Alexei Starovoitov f5bffecda9 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>
2014-07-23 21:06:22 -07:00
..
2014-06-25 17:41:44 -07:00
2014-05-22 14:57:15 -04:00
2014-07-08 20:50:53 -07:00
2014-05-16 13:22:48 -04:00
2014-06-02 11:00:41 -07:00
2014-07-07 16:57:09 -07:00