summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/net
Commit message (Expand)AuthorAgeFilesLines
* bpf, powerpc: Fix misuse of fallthrough in bpf_jit_comp()He Zhe2020-09-291-1/+0
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* powerpc/ppc-opcode: Consolidate powerpc instructions from bpf_jit.hBalamuruhan S2020-07-165-373/+239
* powerpc/bpf_jit: Reuse instruction macros from ppc-opcode.hBalamuruhan S2020-07-165-35/+19
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-092-10/+10
* powerpc/bpf: Fix tail call implementationEric Dumazet2019-11-021-0/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-176-35/+11
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-172-5/+5
| |\
| | * powerpc/bpf: use unsigned division instruction for 64-bit operationsNaveen N. Rao2019-06-132-5/+5
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-056-30/+6
| |/
* / powerpc: bpf: eliminate zero extension code-genJiong Wang2019-05-241-3/+33
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-164-18/+35
|\
| * powerpc: bpf: Fix generation of load/store DW instructionsNaveen N. Rao2019-03-164-18/+35
* | Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-03-071-3/+2
|\ \ | |/ |/|
| * powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy2019-02-231-3/+2
* | bpf: powerpc64: add JIT support for bpf line infoSandipan Das2019-02-011-0/+1
* | ppc: bpf: implement jitting of JMP32Jiong Wang2019-01-262-14/+110
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-102-0/+10
|\
| * ppc: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*Jiong Wang2018-12-072-0/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-091-0/+66
|\ \ | |/ |/|
| * bpf: powerpc64: optimize JIT passes for bpf function callsSandipan Das2018-12-031-0/+66
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-281-19/+38
|\|
| * bpf, ppc64: generalize fetching subprog into bpf_jit_get_func_addrDaniel Borkmann2018-11-261-19/+38
* | net: remove VLAN_TAG_PRESENTMichał Mirosław2018-11-161-3/+0
* | net/bpf_jit: PPC: split VLAN_PRESENT bit handling from VLAN_TCIMichał Mirosław2018-11-161-8/+10
|/
* Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-08-175-1/+5
|\
| * powerpc/Makefiles: Convert ifeq to ifdef where possibleRodrigo R. Galvao2018-08-081-1/+1
| * powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy2018-07-304-0/+4
* | bpf, ppc64: fix unexpected r0=0 exit path inside bpf_xaddDaniel Borkmann2018-07-191-24/+5
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-2/+2
* bpf: powerpc64: add JIT support for multi-function programsSandipan Das2018-05-241-10/+66
* bpf: powerpc64: pad function address loads with NOPsSandipan Das2018-05-241-11/+23
* bpf, ppc64: remove ld_abs/ld_indDaniel Borkmann2018-05-034-317/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-03-051-0/+1
|\
| * bpf, ppc64: fix out of bounds access in tail callDaniel Borkmann2018-02-261-0/+1
* | powerpc/bpf/jit: Fix 32-bit JIT for seccomp_data accessMark Lord2018-02-221-0/+3
|/
* bpf, ppc64: remove obsolete exception handling from div/modDaniel Borkmann2018-01-261-8/+0
* bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann2018-01-192-4/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-221-2/+4
|\
| * bpf, ppc64: do not reload skb pointers in non-skb contextDaniel Borkmann2017-12-151-2/+4
* | bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov2017-12-171-1/+1
|/
* Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-162-9/+14
|\
| * bpf: take advantage of stack_depth tracking in powerpc JITSandipan Das2017-11-062-9/+14
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-09-071-5/+1
|\
| * powerpc/bpf: Use memset32() to pre-fill traps in BPF page(s)Naveen N. Rao2017-08-171-5/+1
* | bpf, ppc64: implement jiting of BPF_J{LT, LE, SLT, SLE}Daniel Borkmann2017-08-092-0/+21
|/
* bpf: Add jited_len to struct bpf_progMartin KaFai Lau2017-06-061-0/+1
* bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov2017-05-311-1/+1
* Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-02-223-22/+22
|\