summaryrefslogtreecommitdiffstats
path: root/arch/mips/net
AgeCommit message (Expand)AuthorLines
2024-03-14bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_...Christophe Leroy-1/+2
2024-01-08MIPS: Fix typosBjorn Helgaas-1/+1
2023-02-28bpf, mips: Implement R4000 workarounds for JITJiaxun Yang-0/+3
2023-02-28bpf, mips: Implement DADDI workarounds for JITJiaxun Yang-0/+4
2022-08-29bpf, mips: No need to use min() to get MAX_TAIL_CALL_CNTTiezhu Yang-2/+18
2022-05-04MIPS: fix typos in commentsJulia Lawall-1/+1
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-3/+2
2021-11-30mips, bpf: Fix reference to non-existing Kconfig symbolJohan Almbladh-1/+1
2021-11-16bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang-3/+2
2021-10-11bpf, mips: Fix comment on tail call count limitingTiezhu Yang-1/+1
2021-10-11bpf, mips: Clean up config options about JITTiezhu Yang-3/+3
2021-10-07mips, bpf: Optimize loading of 64-bit constantsJohan Almbladh-1/+7
2021-10-07mips, bpf: Fix Makefile that referenced a removed fileJohan Almbladh-1/+0
2021-10-06mips, bpf: Remove old BPF JIT implementationsJohan Almbladh-3603/+0
2021-10-06mips, bpf: Enable eBPF JITsJohan Almbladh-2/+3
2021-10-06mips, bpf: Add JIT workarounds for CPU errataJohan Almbladh-7/+35
2021-10-06mips, bpf: Add new eBPF JIT for 64-bit MIPSJohan Almbladh-0/+1052
2021-10-06mips, bpf: Add eBPF JIT for 32-bit MIPSJohan Almbladh-1/+3148
2021-09-15bpf, mips: Validate conditional branch offsetsPiotr Krysiuk-14/+43
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann-0/+3
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman-3/+8
2020-01-10MIPS: BPF: Use sizeof_field() instead of FIELD_SIZEOF()Kees Cook-9/+9
2020-01-09MIPS: BPF: Restore MIPS32 cBPF JITPaul Burton-0/+1556
2020-01-04Merge tag 'mips_fixes_5.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2019-12-18MIPS: BPF: eBPF JIT: check for MIPS ISA compliance in KconfigAlexander Lobakin-1/+1
2019-12-11bpf, mips: Limit to 33 tail callsPaul Chaignon-4/+5
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner-8/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-08Merge tag 'mips_5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds-1609/+138
2019-04-25MIPS: eBPF: Make ebpf_to_mips_reg() staticYueHaibing-2/+3
2019-03-19MIPS: eBPF: Initial eBPF support for MIPS32 architecture.Hassan Naveed-1600/+69
2019-03-19MIPS: eBPF: Provide eBPF support for MIPS64R6Hassan Naveed-9/+69
2019-03-02MIPS: eBPF: Fix icache flush end addressPaul Burton-1/+1
2019-02-16MIPS: eBPF: Remove REG_32BIT_ZERO_EXPaul Burton-10/+7
2019-02-16MIPS: eBPF: Always return sign extended 32b valuesPaul Burton-3/+6
2018-12-07mips: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_XJiong Wang-0/+4
2018-11-16net: remove VLAN_TAG_PRESENTMichał Mirosław-3/+0
2018-11-16net/bpf_jit: MIPS: split VLAN_PRESENT bit handling from VLAN_TCIMichał Mirosław-9/+12
2018-05-14bpf, mips: remove unused functionDaniel Borkmann-26/+0
2018-05-03bpf, mips64: remove ld_abs/ld_indDaniel Borkmann-104/+0
2018-03-09MIPS: BPF: Replace __mips_isa_rev with MIPS_ISA_REVMatt Redfearn-4/+5
2018-01-26bpf, mips64: remove unneeded zero check from div/mod with kDaniel Borkmann-15/+4
2018-01-26bpf, mips64: remove obsolete exception handling from div/modDaniel Borkmann-10/+0
2018-01-19bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann-4/+0
2017-12-17bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov-1/+1
2017-11-01MIPS: bpf: Fix a typo in build_one_insn()Wei Yongjun-1/+1
2017-10-09MIPS: bpf: Fix uninitialised target compiler errorMatt Redfearn-1/+1
2017-08-22MIPS,bpf: fix missing break in switch statementColin Ian King-0/+1
2017-08-21MIPS,bpf: Cache value of BPF_OP(insn->code) in eBPF JIT.David Daney-33/+34
2017-08-21MIPS, bpf: Implement JLT, JLE, JSLT and JSLE ops in the eBPF JIT.David Daney-29/+72