summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/net/bpf_jit_comp.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1Star
* net: remove VLAN_TAG_PRESENTMichał Mirosław2018-11-171-3/+0Star
* net/bpf_jit: PPC: split VLAN_PRESENT bit handling from VLAN_TCIMichał Mirosław2018-11-171-8/+10
* powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy2018-07-301-0/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* powerpc/bpf/jit: Fix 32-bit JIT for seccomp_data accessMark Lord2018-02-221-0/+3
* bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann2018-01-201-2/+0Star
* powerpc/bpf: Remove redundant check for non-null imageDaniel Borkmann2017-01-251-8/+9
* powerpc/bpf/jit: Isolate classic BPF JIT specifics into a separate headerNaveen N. Rao2016-06-241-1/+1
* powerpc/bpf/jit: A few cleanupsNaveen N. Rao2016-06-241-4/+4
* net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent2016-01-061-11/+2Star
* ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann2015-10-031-1/+1
* ppc: bpf: Add SKF_AD_CPU for ppc32Denis Kirjanov2015-02-201-13/+1Star
* ppc: bpf: update jit to use compatibility macrosDenis Kirjanov2015-02-201-15/+17
* module: remove mod arg from module_free, rename module_memfree().Rusty Russell2015-01-201-1/+1
* PPC: bpf_jit_comp: Unify BPF_MOD | BPF_X and BPF_DIV | BPF_XDenis Kirjanov2014-11-181-19/+8Star
* PPC: bpf_jit_comp: add SKF_AD_HATYPE instructionDenis Kirjanov2014-11-111-4/+13
* PPC: bpf_jit_comp: add SKF_AD_PKTTYPE instructionDenis Kirjanov2014-11-031-0/+5
* net: bpf: be friendly to kmemcheckDaniel Borkmann2014-09-101-1/+1
* net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann2014-09-051-1/+2
* net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov2014-08-031-4/+4
* powerpc: bpf: Fix the broken LD_VLAN_TAG_PRESENT testDenis Kirjanov2014-06-281-2/+4
* powerpc: bpf: Use correct mask while accessing the VLAN tagDenis Kirjanov2014-06-281-1/+3
* net: filter: get rid of BPF_S_* enumDaniel Borkmann2014-06-021-82/+75Star
* net: filter: add jited flag to indicate jit compiled filtersDaniel Borkmann2014-03-311-1/+2
* net: Rename skb->rxhash to skb->hashTom Herbert2014-03-261-2/+2
* bpf: do not use reciprocal divideEric Dumazet2014-01-161-3/+4
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-11-121-15/+22
|\
| * powerpc/bpf: Support MOD operationVladimir Murzin2013-10-311-0/+20
| * powerpc/bpf: BPF JIT compiler for 64-bit Little EndianPhilippe Bergheaud2013-10-311-15/+2Star
* | net: fix unsafe set_memory_rw from softirqAlexei Starovoitov2013-10-071-0/+1
|/
* ppc: bpf_jit: can call module_free() from any contextDaniel Borkmann2013-05-201-16/+3Star
* filter: bpf_jit_comp: refactor and unify BPF JIT image dump outputDaniel Borkmann2013-03-211-8/+4Star
* PPC: net: bpf_jit_comp: add VLAN instructions for BPF JITDaniel Borkmann2012-11-181-0/+14
* PPC: net: bpf_jit_comp: add XOR instruction for BPF JITDaniel Borkmann2012-11-181-0/+11
* powerpc: Fix usage of register macros getting ready for %r0 changeMichael Neuling2012-07-101-2/+2
* bpf jit: Let the powerpc jit handle negative offsetsJan Seiffert2012-04-301-17/+9Star
* net: filter: BPF 'JIT' compiler for PPC64Matt Evans2011-07-211-0/+694