aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/net/bpf_jit_comp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-15bpf: do not use reciprocal divideEric Dumazet1-3/+4
2013-11-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-15/+22
2013-10-31powerpc/bpf: Support MOD operationVladimir Murzin1-0/+20
2013-10-31powerpc/bpf: BPF JIT compiler for 64-bit Little EndianPhilippe Bergheaud1-15/+2
2013-10-07net: fix unsafe set_memory_rw from softirqAlexei Starovoitov1-0/+1
2013-05-20ppc: bpf_jit: can call module_free() from any contextDaniel Borkmann1-16/+3
2013-03-21filter: bpf_jit_comp: refactor and unify BPF JIT image dump outputDaniel Borkmann1-8/+4
2012-11-17PPC: net: bpf_jit_comp: add VLAN instructions for BPF JITDaniel Borkmann1-0/+14
2012-11-17PPC: net: bpf_jit_comp: add XOR instruction for BPF JITDaniel Borkmann1-0/+11
2012-07-10powerpc: Fix usage of register macros getting ready for %r0 changeMichael Neuling1-2/+2
2012-04-30bpf jit: Let the powerpc jit handle negative offsetsJan Seiffert1-17/+9
2011-07-21net: filter: BPF 'JIT' compiler for PPC64Matt Evans1-0/+694