summaryrefslogtreecommitdiff
path: root/arch/mips/net/ebpf_jit.c
AgeCommit message (Expand)Author
2019-08-25bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann
2019-03-05MIPS: eBPF: Fix icache flush end addressPaul Burton
2019-02-27MIPS: eBPF: Always return sign extended 32b valuesPaul Burton
2017-11-01MIPS: bpf: Fix a typo in build_one_insn()Wei Yongjun
2017-10-09MIPS: bpf: Fix uninitialised target compiler errorMatt Redfearn
2017-08-22MIPS,bpf: fix missing break in switch statementColin Ian King
2017-08-21MIPS,bpf: Cache value of BPF_OP(insn->code) in eBPF JIT.David Daney
2017-08-21MIPS, bpf: Implement JLT, JLE, JSLT and JSLE ops in the eBPF JIT.David Daney
2017-08-21MIPS,bpf: Fix using smp_processor_id() in preemptible splat.David Daney
2017-08-04MIPS: Add missing file for eBPF JIT.David Daney