aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/net
Commit message (Expand)AuthorAge
* Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-08-17
|\
| * powerpc/Makefiles: Convert ifeq to ifdef where possibleRodrigo R. Galvao2018-08-07
| * powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy2018-07-30
* | bpf, ppc64: fix unexpected r0=0 exit path inside bpf_xaddDaniel Borkmann2018-07-19
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-12
* bpf: powerpc64: add JIT support for multi-function programsSandipan Das2018-05-24
* bpf: powerpc64: pad function address loads with NOPsSandipan Das2018-05-24
* bpf, ppc64: remove ld_abs/ld_indDaniel Borkmann2018-05-03
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-03-05
|\
| * bpf, ppc64: fix out of bounds access in tail callDaniel Borkmann2018-02-26
* | powerpc/bpf/jit: Fix 32-bit JIT for seccomp_data accessMark Lord2018-02-21
|/
* bpf, ppc64: remove obsolete exception handling from div/modDaniel Borkmann2018-01-26
* bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann2018-01-19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-22
|\
| * bpf, ppc64: do not reload skb pointers in non-skb contextDaniel Borkmann2017-12-15
* | bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov2017-12-17
|/
* Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-16
|\
| * bpf: take advantage of stack_depth tracking in powerpc JITSandipan Das2017-11-06
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-09-07
|\
| * powerpc/bpf: Use memset32() to pre-fill traps in BPF page(s)Naveen N. Rao2017-08-17
* | bpf, ppc64: implement jiting of BPF_J{LT, LE, SLT, SLE}Daniel Borkmann2017-08-09
|/
* bpf: Add jited_len to struct bpf_progMartin KaFai Lau2017-06-06
* bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov2017-05-31
* Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-02-22
|\
| * powerpc/bpf: Introduce __PPC_SH64()Naveen N. Rao2017-02-09
| * powerpc/bpf: Flush the entire JIT bufferNaveen N. Rao2017-01-24
| * powerpc/bpf: Remove redundant check for non-null imageDaniel Borkmann2017-01-24
* | bpf: make jited programs visible in tracesDaniel Borkmann2017-02-17
* | bpf: remove stubs for cBPF from arch codeDaniel Borkmann2017-02-17
|/
* bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau2016-12-08
* powerpc/bpf: Add support for bpf constant blindingNaveen N. Rao2016-10-04
* powerpc/bpf: Implement support for tail callsNaveen N. Rao2016-10-04
* powerpc/bpf: Introduce accessors for using the tmp local stack spaceNaveen N. Rao2016-10-04
* powerpc/ebpf/jit: Implement JIT compiler for extended BPFNaveen N. Rao2016-06-24
* powerpc/bpf/jit: Isolate classic BPF JIT specifics into a separate headerNaveen N. Rao2016-06-24
* powerpc/bpf/jit: A few cleanupsNaveen N. Rao2016-06-24
* powerpc/bpf/jit: Introduce rotate immediate instructionsNaveen N. Rao2016-06-24
* powerpc/bpf/jit: Optimize 64-bit Immediate loadsNaveen N. Rao2016-06-24
* powerpc/bpf/jit: Fix/enhance 32-bit Load Immediate implementationNaveen N. Rao2016-06-24
* net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent2016-01-06
* ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann2015-10-03
* ppc: bpf: Add SKF_AD_CPU for ppc32Denis Kirjanov2015-02-20
* ppc: bpf: rename bpf_jit_64.S to bpf_jit_asm.SDenis Kirjanov2015-02-20
* ppc: bpf: update jit to use compatibility macrosDenis Kirjanov2015-02-20
* module: remove mod arg from module_free, rename module_memfree().Rusty Russell2015-01-19
* PPC: bpf_jit_comp: Unify BPF_MOD | BPF_X and BPF_DIV | BPF_XDenis Kirjanov2014-11-18
* PPC: bpf_jit_comp: add SKF_AD_HATYPE instructionDenis Kirjanov2014-11-11
* PPC: bpf_jit_comp: add SKF_AD_PKTTYPE instructionDenis Kirjanov2014-11-03
* net: bpf: be friendly to kmemcheckDaniel Borkmann2014-09-09