summaryrefslogtreecommitdiff
path: root/arch/powerpc/net
AgeCommit message (Expand)Author
2021-04-21powerpc/ebpf32: Use standard function call for functions within 32M distanceChristophe Leroy
2021-04-21powerpc/ebpf32: Rework 64 bits shifts to avoid tests and branchesChristophe Leroy
2021-04-21powerpc/ebpf32: Fix comment on BPF_ALU{64} | BPF_LSH | BPF_KChristophe Leroy
2021-04-03powerpc/bpf: Reallocate BPF registers to volatile registers when possible on ...Christophe Leroy
2021-04-03powerpc/bpf: Implement extended BPF on PPC32Christophe Leroy
2021-04-03powerpc/bpf: Change values of SEEN_ flagsChristophe Leroy
2021-04-03powerpc/bpf: Move common functions into bpf_jit_comp.cChristophe Leroy
2021-04-03powerpc/bpf: Move common helpers into bpf_jit.hChristophe Leroy
2021-04-03powerpc/bpf: Change register numbering for bpf_set/is_seen_register()Christophe Leroy
2021-04-03powerpc/bpf: Remove classical BPF support for PPC32Christophe Leroy
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman
2020-09-29bpf, powerpc: Fix misuse of fallthrough in bpf_jit_comp()He Zhe
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-16powerpc/ppc-opcode: Consolidate powerpc instructions from bpf_jit.hBalamuruhan S
2020-07-16powerpc/bpf_jit: Reuse instruction macros from ppc-opcode.hBalamuruhan S
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-11-02powerpc/bpf: Fix tail call implementationEric Dumazet
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