summaryrefslogtreecommitdiff
path: root/arch/powerpc/net
AgeCommit message (Expand)Author
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-11-06bpf: take advantage of stack_depth tracking in powerpc JITSandipan Das
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-07Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-08-17powerpc/bpf: Use memset32() to pre-fill traps in BPF page(s)Naveen N. Rao
2017-08-09bpf, ppc64: implement jiting of BPF_J{LT, LE, SLT, SLE}Daniel Borkmann
2017-06-06bpf: Add jited_len to struct bpf_progMartin KaFai Lau
2017-05-31bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov
2017-02-22Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-02-17bpf: make jited programs visible in tracesDaniel Borkmann
2017-02-17bpf: remove stubs for cBPF from arch codeDaniel Borkmann
2017-02-10powerpc/bpf: Introduce __PPC_SH64()Naveen N. Rao
2017-01-25powerpc/bpf: Flush the entire JIT bufferNaveen N. Rao
2017-01-25powerpc/bpf: Remove redundant check for non-null imageDaniel Borkmann
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau
2016-10-04powerpc/bpf: Add support for bpf constant blindingNaveen N. Rao
2016-10-04powerpc/bpf: Implement support for tail callsNaveen N. Rao
2016-10-04powerpc/bpf: Introduce accessors for using the tmp local stack spaceNaveen N. Rao
2016-06-24powerpc/ebpf/jit: Implement JIT compiler for extended BPFNaveen N. Rao
2016-06-24powerpc/bpf/jit: Isolate classic BPF JIT specifics into a separate headerNaveen N. Rao
2016-06-24powerpc/bpf/jit: A few cleanupsNaveen N. Rao
2016-06-24powerpc/bpf/jit: Introduce rotate immediate instructionsNaveen N. Rao
2016-06-24powerpc/bpf/jit: Optimize 64-bit Immediate loadsNaveen N. Rao
2016-06-24powerpc/bpf/jit: Fix/enhance 32-bit Load Immediate implementationNaveen N. Rao
2016-01-06net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann
2015-02-20ppc: bpf: Add SKF_AD_CPU for ppc32Denis Kirjanov
2015-02-20ppc: bpf: rename bpf_jit_64.S to bpf_jit_asm.SDenis Kirjanov
2015-02-20ppc: bpf: update jit to use compatibility macrosDenis Kirjanov
2015-01-20module: remove mod arg from module_free, rename module_memfree().Rusty Russell
2014-11-18PPC: bpf_jit_comp: Unify BPF_MOD | BPF_X and BPF_DIV | BPF_XDenis Kirjanov
2014-11-11PPC: bpf_jit_comp: add SKF_AD_HATYPE instructionDenis Kirjanov
2014-11-03PPC: bpf_jit_comp: add SKF_AD_PKTTYPE instructionDenis Kirjanov
2014-09-09net: bpf: be friendly to kmemcheckDaniel Borkmann
2014-09-05net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov
2014-06-27powerpc: bpf: Fix the broken LD_VLAN_TAG_PRESENT testDenis Kirjanov
2014-06-27powerpc: bpf: Use correct mask while accessing the VLAN tagDenis Kirjanov
2014-06-01net: filter: get rid of BPF_S_* enumDaniel Borkmann
2014-03-31net: filter: add jited flag to indicate jit compiled filtersDaniel Borkmann
2014-03-26net: Rename skb->rxhash to skb->hashTom Herbert
2014-01-15bpf: do not use reciprocal divideEric Dumazet
2013-11-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2013-10-31powerpc/bpf: Support MOD operationVladimir Murzin
2013-10-31powerpc/bpf: BPF JIT compiler for 64-bit Little EndianPhilippe Bergheaud
2013-10-07net: fix unsafe set_memory_rw from softirqAlexei Starovoitov
2013-05-20ppc: bpf_jit: can call module_free() from any contextDaniel Borkmann
2013-03-21filter: bpf_jit_comp: refactor and unify BPF JIT image dump outputDaniel Borkmann
2012-11-17PPC: net: bpf_jit_comp: add VLAN instructions for BPF JITDaniel Borkmann
2012-11-17PPC: net: bpf_jit_comp: add XOR instruction for BPF JITDaniel Borkmann