aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/net
AgeCommit message (Expand)AuthorFilesLines
2024-03-14bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_...Christophe Leroy1-1/+2
2024-01-08MIPS: Fix typosBjorn Helgaas1-1/+1
2023-02-28bpf, mips: Implement R4000 workarounds for JITJiaxun Yang1-0/+3
2023-02-28bpf, mips: Implement DADDI workarounds for JITJiaxun Yang1-0/+4
2022-08-29bpf, mips: No need to use min() to get MAX_TAIL_CALL_CNTTiezhu Yang2-2/+18
2022-05-04MIPS: fix typos in commentsJulia Lawall1-1/+1
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-3/+2
2021-11-30mips, bpf: Fix reference to non-existing Kconfig symbolJohan Almbladh1-1/+1
2021-11-16bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang2-3/+2
2021-10-11bpf, mips: Fix comment on tail call count limitingTiezhu Yang1-1/+1
2021-10-11bpf, mips: Clean up config options about JITTiezhu Yang1-3/+3
2021-10-07mips, bpf: Optimize loading of 64-bit constantsJohan Almbladh1-1/+7
2021-10-07mips, bpf: Fix Makefile that referenced a removed fileJohan Almbladh1-1/+0
2021-10-06mips, bpf: Remove old BPF JIT implementationsJohan Almbladh4-3603/+0
2021-10-06mips, bpf: Enable eBPF JITsJohan Almbladh1-2/+3
2021-10-06mips, bpf: Add JIT workarounds for CPU errataJohan Almbladh3-7/+35
2021-10-06mips, bpf: Add new eBPF JIT for 64-bit MIPSJohan Almbladh1-0/+1052
2021-10-06mips, bpf: Add eBPF JIT for 32-bit MIPSJohan Almbladh4-1/+3148
2021-09-15bpf, mips: Validate conditional branch offsetsPiotr Krysiuk1-14/+43
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann1-0/+3
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman1-3/+8
2020-01-10MIPS: BPF: Use sizeof_field() instead of FIELD_SIZEOF()Kees Cook1-9/+9
2020-01-09MIPS: BPF: Restore MIPS32 cBPF JITPaul Burton3-0/+1556
2020-01-04Merge tag 'mips_fixes_5.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2019-12-18MIPS: BPF: eBPF JIT: check for MIPS ISA compliance in KconfigAlexander Lobakin1-1/+1
2019-12-11bpf, mips: Limit to 33 tail callsPaul Chaignon1-4/+5
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2-8/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-08Merge tag 'mips_5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds4-1609/+138
2019-04-25MIPS: eBPF: Make ebpf_to_mips_reg() staticYueHaibing1-2/+3
2019-03-19MIPS: eBPF: Initial eBPF support for MIPS32 architecture.Hassan Naveed4-1600/+69
2019-03-19MIPS: eBPF: Provide eBPF support for MIPS64R6Hassan Naveed1-9/+69
2019-03-02MIPS: eBPF: Fix icache flush end addressPaul Burton1-1/+1
2019-02-16MIPS: eBPF: Remove REG_32BIT_ZERO_EXPaul Burton1-10/+7
2019-02-16MIPS: eBPF: Always return sign extended 32b valuesPaul Burton1-3/+6
2018-12-07mips: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_XJiong Wang1-0/+4
2018-11-16net: remove VLAN_TAG_PRESENTMichał Mirosław1-3/+0
2018-11-16net/bpf_jit: MIPS: split VLAN_PRESENT bit handling from VLAN_TCIMichał Mirosław1-9/+12
2018-05-14bpf, mips: remove unused functionDaniel Borkmann1-26/+0
2018-05-03bpf, mips64: remove ld_abs/ld_indDaniel Borkmann1-104/+0
2018-03-09MIPS: BPF: Replace __mips_isa_rev with MIPS_ISA_REVMatt Redfearn1-4/+5
2018-01-26bpf, mips64: remove unneeded zero check from div/mod with kDaniel Borkmann1-15/+4
2018-01-26bpf, mips64: remove obsolete exception handling from div/modDaniel Borkmann1-10/+0
2018-01-19bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann2-4/+0
2017-12-17bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov1-1/+1
2017-11-01MIPS: bpf: Fix a typo in build_one_insn()Wei Yongjun1-1/+1
2017-10-09MIPS: bpf: Fix uninitialised target compiler errorMatt Redfearn1-1/+1
2017-08-22MIPS,bpf: fix missing break in switch statementColin Ian King1-0/+1
2017-08-21MIPS,bpf: Cache value of BPF_OP(insn->code) in eBPF JIT.David Daney1-33/+34
2017-08-21MIPS, bpf: Implement JLT, JLE, JSLT and JSLE ops in the eBPF JIT.David Daney1-29/+72
2017-08-21MIPS,bpf: Fix using smp_processor_id() in preemptible splat.David Daney1-14/+14
2017-08-04MIPS: Add missing file for eBPF JIT.David Daney1-0/+1950
2017-06-28MIPS: Add support for eBPF JIT.David Daney1-1/+2
2017-04-10MIPS: BPF: Fix multiple problems in JIT skb access helpers.David Daney1-11/+12
2017-04-10MIPS: BPF: Quit clobbering callee saved registers in JIT code.David Daney1-4/+12
2017-04-10MIPS: BPF: Use unsigned access for unsigned SKB fields.David Daney1-2/+2
2017-04-10MIPS: BPF: Add JIT support for SKF_AD_HATYPE.David Daney1-4/+17
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada1-1/+0
2016-08-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada1-2/+2
2016-07-21bpf, mips: fix off-by-one in ctx offset allocationDaniel Borkmann1-1/+1
2016-01-06net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent1-15/+1
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+7
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann1-1/+1
2015-10-02MIPS: BPF: Fix load delay slots.Ralf Baechle1-0/+4
2015-10-01MIPS: BPF: Do all exports of symbols with FEXPORT().Ralf Baechle1-6/+3
2015-09-22MIPS: BPF: Fix build on pre-R2 little endian CPUsAurelien Jarno1-0/+42
2015-09-22MIPS: BPF: Avoid unreachable code on little endianAurelien Jarno1-3/+5
2015-06-21MIPS: BPF: Introduce BPF ASM helpersMarkos Chandras4-145/+302
2015-06-21MIPS: BPF: Use BPF register names to describe the ABIMarkos Chandras1-4/+4
2015-06-21MIPS: BPF: Move register definition to the BPF headerMarkos Chandras2-35/+35
2015-06-21MIPS: net: BPF: Replace RSIZE with SZREGMarkos Chandras1-14/+14
2015-06-21MIPS: BPF: Free up some callee-saved registersMarkos Chandras2-20/+17
2015-06-06MIPS: BPF: Fix stack pointer allocationMarkos Chandras1-5/+1
2015-01-20module: remove mod arg from module_free, rename module_memfree().Rusty Russell1-1/+1
2014-12-08mips: bpf: Fix broken BPF_MODDenis Kirjanov1-2/+2
2014-10-18Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-33/+20
2014-09-30next: mips: bpf: Fix build failureGuenter Roeck1-1/+0
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2014-09-22MIPS: BPF: Add new emit_long_instr macroMarkos Chandras1-32/+19
2014-09-22MIPS: Use WSBH/DSBH/DSHD on Loongson 3AChen Jie1-1/+1
2014-09-13net: filter: constify detection of pkt_type_offsetHannes Frederic Sowa1-26/+1
2014-09-09net: bpf: be friendly to kmemcheckDaniel Borkmann1-1/+1
2014-09-05net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann1-1/+2
2014-08-26arch/mips/net/bpf_jit.c: fix failure checkAndrey Utkin1-2/+3
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov1-4/+4
2014-06-26MIPS: bpf: Fix stack space allocation for BPF memwords on MIPS64Markos Chandras1-1/+4
2014-06-26MIPS: BPF: Use 32 or 64-bit load instruction to load an address to registerMarkos Chandras1-1/+13
2014-06-26MIPS: bpf: Fix PKT_TYPE case for big-endian coresMarkos Chandras1-2/+10
2014-06-26MIPS: BPF: Prevent kernel fall over for >=32bit shiftsMarkos Chandras1-4/+12
2014-06-26MIPS: bpf: Drop update_on_xread and always initialize the X registerMarkos Chandras1-21/+1
2014-06-26MIPS: bpf: Fix is_range() semanticsMarkos Chandras1-7/+5
2014-06-26MIPS: bpf: Use pr_debug instead of pr_warn for unhandled opcodesMarkos Chandras1-2/+2
2014-06-26MIPS: bpf: Fix return values for VLAN_TAG_PRESENT caseMarkos Chandras1-2/+5
2014-06-26MIPS: bpf: Use correct mask for VLAN_TAG caseMarkos Chandras1-1/+1
2014-06-26MIPS: bpf: Fix branch conditional for BPF_J{GT/GE} casesMarkos Chandras1-1/+1
2014-06-26MIPS: bpf: Add SEEN_SKB to flags when looking for the PKT_TYPEMarkos Chandras1-0/+2
2014-06-26MIPS: bpf: Use 'andi' instead of 'and' for the VLAN casesMarkos Chandras1-2/+2
2014-06-26MIPS: bpf: Return error code if the offset is a negative numberMarkos Chandras1-0/+23
2014-06-26MIPS: bpf: Use the LO register to get division's quotientMarkos Chandras1-1/+1
2014-06-26MIPS: BPF JIT: Fix build error.Daniel Borkmann1-74/+69
2014-06-04MIPS: BFP: Simplify code slightly.Ralf Baechle1-4/+4
2014-05-30MIPS: net: Add BPF JITMarkos Chandras3-0/+1446