summaryrefslogtreecommitdiffstats
path: root/arch/mips/net
Commit message (Expand)AuthorAgeFilesLines
* bpf, mips: Fix comment on tail call count limitingTiezhu Yang2021-10-111-1/+1
* bpf, mips: Clean up config options about JITTiezhu Yang2021-10-111-3/+3
* mips, bpf: Optimize loading of 64-bit constantsJohan Almbladh2021-10-071-1/+7
* mips, bpf: Fix Makefile that referenced a removed fileJohan Almbladh2021-10-071-1/+0
* mips, bpf: Remove old BPF JIT implementationsJohan Almbladh2021-10-064-3603/+0
* mips, bpf: Enable eBPF JITsJohan Almbladh2021-10-061-2/+3
* mips, bpf: Add JIT workarounds for CPU errataJohan Almbladh2021-10-063-7/+35
* mips, bpf: Add new eBPF JIT for 64-bit MIPSJohan Almbladh2021-10-061-0/+1052
* mips, bpf: Add eBPF JIT for 32-bit MIPSJohan Almbladh2021-10-064-1/+3148
* bpf, mips: Validate conditional branch offsetsPiotr Krysiuk2021-09-151-14/+43
* bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2021-07-291-0/+3
* bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman2021-01-141-3/+8
* MIPS: BPF: Use sizeof_field() instead of FIELD_SIZEOF()Kees Cook2020-01-101-9/+9
* MIPS: BPF: Restore MIPS32 cBPF JITPaul Burton2020-01-093-0/+1556
* Merge tag 'mips_fixes_5.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-041-1/+1
|\
| * MIPS: BPF: eBPF JIT: check for MIPS ISA compliance in KconfigAlexander Lobakin2019-12-181-1/+1
* | bpf, mips: Limit to 33 tail callsPaul Chaignon2019-12-111-4/+5
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-052-8/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge tag 'mips_5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-05-084-1609/+138
|\
| * MIPS: eBPF: Initial eBPF support for MIPS32 architecture.Hassan Naveed2019-03-194-1600/+69
| * MIPS: eBPF: Provide eBPF support for MIPS64R6Hassan Naveed2019-03-191-9/+69
* | MIPS: eBPF: Make ebpf_to_mips_reg() staticYueHaibing2019-04-251-2/+3
|/
* MIPS: eBPF: Fix icache flush end addressPaul Burton2019-03-021-1/+1
* MIPS: eBPF: Remove REG_32BIT_ZERO_EXPaul Burton2019-02-161-10/+7
* MIPS: eBPF: Always return sign extended 32b valuesPaul Burton2019-02-161-3/+6
* mips: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_XJiong Wang2018-12-071-0/+4
* net: remove VLAN_TAG_PRESENTMichał Mirosław2018-11-161-3/+0
* net/bpf_jit: MIPS: split VLAN_PRESENT bit handling from VLAN_TCIMichał Mirosław2018-11-161-9/+12
* bpf, mips: remove unused functionDaniel Borkmann2018-05-141-26/+0
* bpf, mips64: remove ld_abs/ld_indDaniel Borkmann2018-05-031-104/+0
* MIPS: BPF: Replace __mips_isa_rev with MIPS_ISA_REVMatt Redfearn2018-03-091-4/+5
* bpf, mips64: remove unneeded zero check from div/mod with kDaniel Borkmann2018-01-261-15/+4
* bpf, mips64: remove obsolete exception handling from div/modDaniel Borkmann2018-01-261-10/+0
* bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann2018-01-192-4/+0
* bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov2017-12-171-1/+1
* MIPS: bpf: Fix a typo in build_one_insn()Wei Yongjun2017-11-011-1/+1
* MIPS: bpf: Fix uninitialised target compiler errorMatt Redfearn2017-10-091-1/+1
* MIPS,bpf: fix missing break in switch statementColin Ian King2017-08-221-0/+1
* MIPS,bpf: Cache value of BPF_OP(insn->code) in eBPF JIT.David Daney2017-08-211-33/+34
* MIPS, bpf: Implement JLT, JLE, JSLT and JSLE ops in the eBPF JIT.David Daney2017-08-211-29/+72
* MIPS,bpf: Fix using smp_processor_id() in preemptible splat.David Daney2017-08-211-14/+14
* MIPS: Add missing file for eBPF JIT.David Daney2017-08-041-0/+1950
* MIPS: Add support for eBPF JIT.David Daney2017-06-281-1/+2
* MIPS: BPF: Fix multiple problems in JIT skb access helpers.David Daney2017-04-101-11/+12
* MIPS: BPF: Quit clobbering callee saved registers in JIT code.David Daney2017-04-101-4/+12
* MIPS: BPF: Use unsigned access for unsigned SKB fields.David Daney2017-04-101-2/+2
* MIPS: BPF: Add JIT support for SKF_AD_HATYPE.David Daney2017-04-101-4/+17
* treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-111-1/+0
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-08-061-1/+1
|\