netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] internal BPF jit for x64 and JITed seccomp
@ 2014-05-14  2:50 Alexei Starovoitov
  2014-05-14  2:50 ` [PATCH net-next 1/3] net: filter: x86: split bpf_jit_compile() Alexei Starovoitov
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Alexei Starovoitov @ 2014-05-14  2:50 UTC (permalink / raw)
  To: David S. Miller
  Cc: Eric Dumazet, Daniel Borkmann, H. Peter Anvin, Thomas Gleixner,
	Ingo Molnar, Chema Gonzalez, Kees Cook, netdev

Internal BPF JIT compiler for x86_64 replaces classic BPF JIT.
Use it in seccomp and in tracing filters (sent as separate patch)

Alexei Starovoitov (3):
  net: filter: x86: split bpf_jit_compile()
  net: filter: x86: internal BPF JIT
  seccomp: JIT compile seccomp filter

 arch/x86/net/bpf_jit.S      |   77 +--
 arch/x86/net/bpf_jit_comp.c | 1399 ++++++++++++++++++++++++-------------------
 include/linux/filter.h      |    3 +
 kernel/seccomp.c            |   29 +-
 net/core/filter.c           |    9 +-
 5 files changed, 824 insertions(+), 693 deletions(-)

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-05-15 20:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-14  2:50 [PATCH net-next 0/3] internal BPF jit for x64 and JITed seccomp Alexei Starovoitov
2014-05-14  2:50 ` [PATCH net-next 1/3] net: filter: x86: split bpf_jit_compile() Alexei Starovoitov
2014-05-14  2:50 ` [PATCH net-next 2/3] net: filter: x86: internal BPF JIT Alexei Starovoitov
2014-05-14  2:50 ` [PATCH net-next 3/3] seccomp: JIT compile seccomp filter Alexei Starovoitov
2014-05-15 20:32 ` [PATCH net-next 0/3] internal BPF jit for x64 and JITed seccomp David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).