index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
net
/
bpf_jit_32.h
Age
Commit message (
Expand
)
Author
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
2019-01-26
arm: bpf: implement jitting of JMP32
Jiong Wang
2018-07-12
ARM: net: bpf: use double-word load/stores where available
Russell King
2018-07-12
ARM: net: bpf: use ldr instructions with shifted rm register
Russell King
2018-07-12
ARM: net: bpf: use immediate forms of instructions where possible
Russell King
2018-07-12
ARM: net: bpf: provide load/store ops with negative immediates
Russell King
2017-08-22
arm: eBPF JIT compiler
Shubham Bansal
2015-10-05
ARM: net: support BPF_ALU | BPF_MOD instructions in the BPF JIT.
Nicolas Schichan
2015-07-27
ARM: net: add support for BPF_ANC | SKF_AD_HATYPE in ARM JIT.
Nicolas Schichan
2014-09-23
net: bpf: arm: make hole-faulting more robust
Daniel Borkmann
2012-11-13
ARM: net: bpf_jit_32: add XOR instruction for BPF JIT
Daniel Borkmann
2012-06-14
ARM: 7421/1: bpf_jit: BPF_S_ANC_ALU_XOR_X support
Mircea Gherzan
2012-03-24
ARM: 7259/3: net: JIT compiler for packet filters
Mircea Gherzan