aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/net/bpf_jit_comp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-8/+8
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-5/+1
2018-11-16net: remove VLAN_TAG_PRESENTMichał Mirosław1-3/+0
2018-11-16net/bpf_jit: PPC: split VLAN_PRESENT bit handling from VLAN_TCIMichał Mirosław1-8/+10
2018-07-30powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy1-0/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-02-22powerpc/bpf/jit: Fix 32-bit JIT for seccomp_data accessMark Lord1-0/+3
2018-01-19bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann1-2/+0
2017-01-25powerpc/bpf: Remove redundant check for non-null imageDaniel Borkmann1-8/+9
2016-06-24powerpc/bpf/jit: Isolate classic BPF JIT specifics into a separate headerNaveen N. Rao1-1/+1
2016-06-24powerpc/bpf/jit: A few cleanupsNaveen N. Rao1-4/+4
2016-01-06net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent1-11/+2
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann1-1/+1
2015-02-20ppc: bpf: Add SKF_AD_CPU for ppc32Denis Kirjanov1-13/+1
2015-02-20ppc: bpf: update jit to use compatibility macrosDenis Kirjanov1-15/+17
2015-01-20module: remove mod arg from module_free, rename module_memfree().Rusty Russell1-1/+1
2014-11-18PPC: bpf_jit_comp: Unify BPF_MOD | BPF_X and BPF_DIV | BPF_XDenis Kirjanov1-19/+8
2014-11-11PPC: bpf_jit_comp: add SKF_AD_HATYPE instructionDenis Kirjanov1-4/+13
2014-11-03PPC: bpf_jit_comp: add SKF_AD_PKTTYPE instructionDenis Kirjanov1-0/+5
2014-09-09net: bpf: be friendly to kmemcheckDaniel Borkmann1-1/+1
2014-09-05net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann1-1/+2
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov1-4/+4
2014-06-27powerpc: bpf: Fix the broken LD_VLAN_TAG_PRESENT testDenis Kirjanov1-2/+4
2014-06-27powerpc: bpf: Use correct mask while accessing the VLAN tagDenis Kirjanov1-1/+3
2014-06-01net: filter: get rid of BPF_S_* enumDaniel Borkmann1-82/+75
2014-03-31net: filter: add jited flag to indicate jit compiled filtersDaniel Borkmann1-1/+2
2014-03-26net: Rename skb->rxhash to skb->hashTom Herbert1-2/+2
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