netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 00/10] BPF updates
@ 2016-05-13 17:08 Daniel Borkmann
  2016-05-13 17:08 ` [PATCH net-next 01/10] bpf: minor cleanups in ebpf code Daniel Borkmann
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Daniel Borkmann @ 2016-05-13 17:08 UTC (permalink / raw)
  To: davem
  Cc: alexei.starovoitov, elena.reshetova, zlim.lnx, yang.shi, holzheu,
	tgraf, netdev, Daniel Borkmann

This set implements constant blinding for BPF, first couple of
patches are some preparatory cleanups, followed by the blinding.
Please see individual patches for details.

Thanks a lot!

Daniel Borkmann (10):
  bpf: minor cleanups in ebpf code
  bpf: move bpf_jit_enable declaration
  bpf: split HAVE_BPF_JIT into cBPF and eBPF variant
  bpf, x86/arm64: remove useless checks on prog
  bpf: add bpf_patch_insn_single helper
  bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis
  bpf: add generic constant blinding for use in jits
  bpf, x86: add support for constant blinding
  bpf, arm64: add support for constant blinding
  bpf, s390: add support for constant blinding

 Documentation/sysctl/net.txt  |  11 ++
 arch/arm/Kconfig              |   2 +-
 arch/arm64/Kconfig            |   2 +-
 arch/arm64/net/bpf_jit_comp.c |  56 +++++---
 arch/mips/Kconfig             |   2 +-
 arch/powerpc/Kconfig          |   2 +-
 arch/s390/Kconfig             |   2 +-
 arch/s390/net/bpf_jit_comp.c  |  77 ++++++++---
 arch/sparc/Kconfig            |   2 +-
 arch/x86/Kconfig              |   2 +-
 arch/x86/net/bpf_jit_comp.c   |  70 +++++++---
 include/linux/filter.h        |  52 +++++++-
 include/linux/netdevice.h     |   1 -
 kernel/bpf/core.c             | 294 +++++++++++++++++++++++++++++++++++++++++-
 kernel/bpf/syscall.c          |   2 +-
 kernel/bpf/verifier.c         |  53 ++------
 lib/test_bpf.c                |   5 +-
 net/Kconfig                   |  21 ++-
 net/core/filter.c             |  40 +++---
 net/core/sysctl_net_core.c    |   9 ++
 20 files changed, 569 insertions(+), 136 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2016-05-16 18:07 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-13 17:08 [PATCH net-next 00/10] BPF updates Daniel Borkmann
2016-05-13 17:08 ` [PATCH net-next 01/10] bpf: minor cleanups in ebpf code Daniel Borkmann
2016-05-13 17:08 ` [PATCH net-next 02/10] bpf: move bpf_jit_enable declaration Daniel Borkmann
2016-05-13 17:08 ` [PATCH net-next 03/10] bpf: split HAVE_BPF_JIT into cBPF and eBPF variant Daniel Borkmann
2016-05-13 17:08 ` [PATCH net-next 04/10] bpf, x86/arm64: remove useless checks on prog Daniel Borkmann
2016-05-13 17:08 ` [PATCH net-next 05/10] bpf: add bpf_patch_insn_single helper Daniel Borkmann
2016-05-13 17:08 ` [PATCH net-next 06/10] bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis Daniel Borkmann
2016-05-13 17:08 ` [PATCH net-next 07/10] bpf: add generic constant blinding for use in jits Daniel Borkmann
2016-05-13 17:08 ` [PATCH net-next 08/10] bpf, x86: add support for constant blinding Daniel Borkmann
2016-05-13 17:08 ` [PATCH net-next 09/10] bpf, arm64: " Daniel Borkmann
2016-05-13 17:08 ` [PATCH net-next 10/10] bpf, s390: " Daniel Borkmann
2016-05-16 17:49 ` [PATCH net-next 00/10] BPF updates David Miller
2016-05-16 18:07   ` Daniel Borkmann

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).