summaryrefslogtreecommitdiff
path: root/arch/powerpc/net
AgeCommit message (Expand)Author
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-13powerpc/bpf: use unsigned division instruction for 64-bit operationsNaveen N. Rao
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-05-24powerpc: bpf: eliminate zero extension code-genJiong Wang
2019-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-03-16powerpc: bpf: Fix generation of load/store DW instructionsNaveen N. Rao
2019-03-07Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-02-23powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy
2019-02-01bpf: powerpc64: add JIT support for bpf line infoSandipan Das
2019-01-26ppc: bpf: implement jitting of JMP32Jiong Wang
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-07ppc: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*Jiong Wang
2018-12-03bpf: powerpc64: optimize JIT passes for bpf function callsSandipan Das
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-26bpf, ppc64: generalize fetching subprog into bpf_jit_get_func_addrDaniel Borkmann
2018-11-16net: remove VLAN_TAG_PRESENTMichał Mirosław
2018-11-16net/bpf_jit: PPC: split VLAN_PRESENT bit handling from VLAN_TCIMichał Mirosław
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-08-08powerpc/Makefiles: Convert ifeq to ifdef where possibleRodrigo R. Galvao
2018-07-30powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy
2018-07-19bpf, ppc64: fix unexpected r0=0 exit path inside bpf_xaddDaniel Borkmann
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-24bpf: powerpc64: add JIT support for multi-function programsSandipan Das
2018-05-24bpf: powerpc64: pad function address loads with NOPsSandipan Das
2018-05-03bpf, ppc64: remove ld_abs/ld_indDaniel Borkmann
2018-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-02-26bpf, ppc64: fix out of bounds access in tail callDaniel Borkmann
2018-02-22powerpc/bpf/jit: Fix 32-bit JIT for seccomp_data accessMark Lord
2018-01-26bpf, ppc64: remove obsolete exception handling from div/modDaniel Borkmann
2018-01-19bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-17bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov
2017-12-15bpf, ppc64: do not reload skb pointers in non-skb contextDaniel Borkmann
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