From: Alexei Starovoitov Date: Fri, 5 Sep 2014 05:17:18 +0000 (-0700) Subject: net: filter: split filter.h and expose eBPF to user space X-Git-Tag: fixes-against-v3.18-rc2~81^2~132^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daedfb22451dd02b35c0549566cbb7cc06bdd53b;p=pandora-kernel.git net: filter: split filter.h and expose eBPF to user space allow user space to generate eBPF programs uapi/linux/bpf.h: eBPF instruction set definition linux/filter.h: the rest This patch only moves macro definitions, but practically it freezes existing eBPF instruction set, though new instructions can still be added in the future. These eBPF definitions cannot go into uapi/linux/filter.h, since the names may conflict with existing applications. Full eBPF ISA description is in Documentation/networking/filter.txt Signed-off-by: Alexei Starovoitov Acked-by: Daniel Borkmann Signed-off-by: David S. Miller --- Reading git-diff-tree failed