aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2-0/+12
2021-07-05powerpc/bpf: Reject atomic ops in ppc32 JITNaveen N. Rao1-3/+11
2021-07-05powerpc/bpf: Fix detecting BPF atomic instructionsNaveen N. Rao1-2/+2
2021-06-25powerpc/bpf: Use bctrl for making function callsNaveen N. Rao2-8/+8
2021-06-21powerpc/bpf: Write protect JIT codeJordan Niethe1-0/+1
2021-06-21powerpc/bpf: Remove bpf_jit_free()Jordan Niethe1-12/+0
2021-06-16powerpc/ebpf32: Use _Rx macros instead of __REG_Rx onesChristophe Leroy1-109/+109
2021-06-16powerpc/ebpf64: Use PPC_RAW_MFLR()Christophe Leroy1-1/+1
2021-04-21powerpc/ebpf32: Use standard function call for functions within 32M distanceChristophe Leroy2-5/+14
2021-04-21powerpc/ebpf32: Rework 64 bits shifts to avoid tests and branchesChristophe Leroy1-20/+19
2021-04-21powerpc/ebpf32: Fix comment on BPF_ALU{64} | BPF_LSH | BPF_KChristophe Leroy1-2/+2
2021-04-03powerpc/bpf: Reallocate BPF registers to volatile registers when possible on PPC32Christophe Leroy5-3/+51
2021-04-03powerpc/bpf: Implement extended BPF on PPC32Christophe Leroy3-1/+1074
2021-04-03powerpc/bpf: Change values of SEEN_ flagsChristophe Leroy1-5/+5
2021-04-03powerpc/bpf: Move common functions into bpf_jit_comp.cChristophe Leroy4-259/+281
2021-04-03powerpc/bpf: Move common helpers into bpf_jit.hChristophe Leroy3-35/+35
2021-04-03powerpc/bpf: Change register numbering for bpf_set/is_seen_register()Christophe Leroy1-8/+8
2021-04-03powerpc/bpf: Remove classical BPF support for PPC32Christophe Leroy4-1052/+0
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman1-5/+20
2020-09-29bpf, powerpc: Fix misuse of fallthrough in bpf_jit_comp()He Zhe1-1/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-16powerpc/ppc-opcode: Consolidate powerpc instructions from bpf_jit.hBalamuruhan S5-373/+239
2020-07-16powerpc/bpf_jit: Reuse instruction macros from ppc-opcode.hBalamuruhan S5-35/+19
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya2-10/+10
2019-11-02powerpc/bpf: Fix tail call implementationEric Dumazet1-0/+13
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-35/+11
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-5/+5
2019-06-13powerpc/bpf: use unsigned division instruction for 64-bit operationsNaveen N. Rao2-5/+5
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner6-30/+6
2019-05-24powerpc: bpf: eliminate zero extension code-genJiong Wang1-3/+33
2019-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller4-18/+35
2019-03-16powerpc: bpf: Fix generation of load/store DW instructionsNaveen N. Rao4-18/+35
2019-03-07Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-3/+2
2019-02-23powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy1-3/+2
2019-02-01bpf: powerpc64: add JIT support for bpf line infoSandipan Das1-0/+1
2019-01-26ppc: bpf: implement jitting of JMP32Jiong Wang2-14/+110
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-0/+10
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+66
2018-12-07ppc: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*Jiong Wang2-0/+10
2018-12-03bpf: powerpc64: optimize JIT passes for bpf function callsSandipan Das1-0/+66
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-19/+38
2018-11-26bpf, ppc64: generalize fetching subprog into bpf_jit_get_func_addrDaniel Borkmann1-19/+38
2018-11-16net: remove VLAN_TAG_PRESENTMichał Mirosław1-3/+0
2018-11-16net/bpf_jit: PPC: split VLAN_PRESENT bit handling from VLAN_TCIMichał Mirosław1-8/+10
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds5-1/+5
2018-08-08powerpc/Makefiles: Convert ifeq to ifdef where possibleRodrigo R. Galvao1-1/+1
2018-07-30powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy4-0/+4
2018-07-19bpf, ppc64: fix unexpected r0=0 exit path inside bpf_xaddDaniel Borkmann1-24/+5
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-2/+2
2018-05-24bpf: powerpc64: add JIT support for multi-function programsSandipan Das1-10/+66