summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/net
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * powerpc/bpf: Introduce __PPC_SH64()Naveen N. Rao2017-02-101-6/+5
| * powerpc/bpf: Flush the entire JIT bufferNaveen N. Rao2017-01-251-2/+2
| * powerpc/bpf: Remove redundant check for non-null imageDaniel Borkmann2017-01-252-16/+17
* | bpf: make jited programs visible in tracesDaniel Borkmann2017-02-171-0/+1
* | bpf: remove stubs for cBPF from arch codeDaniel Borkmann2017-02-171-2/+0
|/
* bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau2016-12-081-2/+2
* powerpc/bpf: Add support for bpf constant blindingNaveen N. Rao2016-10-042-11/+34
* powerpc/bpf: Implement support for tail callsNaveen N. Rao2016-10-043-28/+124
* powerpc/bpf: Introduce accessors for using the tmp local stack spaceNaveen N. Rao2016-10-042-40/+55
* powerpc/ebpf/jit: Implement JIT compiler for extended BPFNaveen N. Rao2016-06-245-1/+1292
* powerpc/bpf/jit: Isolate classic BPF JIT specifics into a separate headerNaveen N. Rao2016-06-244-121/+143
* powerpc/bpf/jit: A few cleanupsNaveen N. Rao2016-06-242-10/+11
* powerpc/bpf/jit: Introduce rotate immediate instructionsNaveen N. Rao2016-06-241-9/+11