aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/net/bpf_jit.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2019-06-13powerpc/bpf: use unsigned division instruction for 64-bit operationsNaveen N. Rao1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-5/+1
2019-03-16powerpc: bpf: Fix generation of load/store DW instructionsNaveen N. Rao1-12/+5
2019-01-26ppc: bpf: implement jitting of JMP32Jiong Wang1-0/+4
2018-12-07ppc: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*Jiong Wang1-0/+4
2017-08-09bpf, ppc64: implement jiting of BPF_J{LT, LE, SLT, SLE}Daniel Borkmann1-0/+1
2017-02-10powerpc/bpf: Introduce __PPC_SH64()Naveen N. Rao1-6/+5
2016-10-04powerpc/bpf: Implement support for tail callsNaveen N. Rao1-0/+2
2016-06-24powerpc/ebpf/jit: Implement JIT compiler for extended BPFNaveen N. Rao1-1/+52
2016-06-24powerpc/bpf/jit: Isolate classic BPF JIT specifics into a separate headerNaveen N. Rao1-119/+2
2016-06-24powerpc/bpf/jit: A few cleanupsNaveen N. Rao1-6/+7
2016-06-24powerpc/bpf/jit: Introduce rotate immediate instructionsNaveen N. Rao1-9/+11
2016-06-24powerpc/bpf/jit: Optimize 64-bit Immediate loadsNaveen N. Rao1-6/+11
2016-06-24powerpc/bpf/jit: Fix/enhance 32-bit Load Immediate implementationNaveen N. Rao1-3/+10
2015-02-20ppc: bpf: Add SKF_AD_CPU for ppc32Denis Kirjanov1-0/+17
2015-02-20ppc: bpf: update jit to use compatibility macrosDenis Kirjanov1-1/+46
2014-11-03PPC: bpf_jit_comp: add SKF_AD_PKTTYPE instructionDenis Kirjanov1-0/+7
2013-10-31powerpc/bpf: Support MOD operationVladimir Murzin1-0/+1
2013-10-31powerpc/bpf: BPF JIT compiler for 64-bit Little EndianPhilippe Bergheaud1-0/+10
2012-11-17PPC: net: bpf_jit_comp: add XOR instruction for BPF JITDaniel Borkmann1-0/+6
2012-07-10powerpc: Start using ___PPC_RA/B/S/T where necessaryMichael Neuling1-53/+53
2012-04-30bpf jit: Let the powerpc jit handle negative offsetsJan Seiffert1-1/+7
2011-07-21net: filter: BPF 'JIT' compiler for PPC64Matt Evans1-0/+227