aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/net
AgeCommit message (Expand)AuthorFilesLines
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immGravatar Brendan Jackman 1-3/+8
2020-01-10MIPS: BPF: Use sizeof_field() instead of FIELD_SIZEOF()Gravatar Kees Cook 1-9/+9
2020-01-09MIPS: BPF: Restore MIPS32 cBPF JITGravatar Paul Burton 3-0/+1556
2020-01-04Merge tag 'mips_fixes_5.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2019-12-18MIPS: BPF: eBPF JIT: check for MIPS ISA compliance in KconfigGravatar Alexander Lobakin 1-1/+1
2019-12-11bpf, mips: Limit to 33 tail callsGravatar Paul Chaignon 1-4/+5
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Gravatar Thomas Gleixner 2-8/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-08Merge tag 'mips_5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 4-1609/+138
2019-04-25MIPS: eBPF: Make ebpf_to_mips_reg() staticGravatar YueHaibing 1-2/+3
2019-03-19MIPS: eBPF: Initial eBPF support for MIPS32 architecture.Gravatar Hassan Naveed 4-1600/+69
2019-03-19MIPS: eBPF: Provide eBPF support for MIPS64R6Gravatar Hassan Naveed 1-9/+69
2019-03-02MIPS: eBPF: Fix icache flush end addressGravatar Paul Burton 1-1/+1
2019-02-16MIPS: eBPF: Remove REG_32BIT_ZERO_EXGravatar Paul Burton 1-10/+7
2019-02-16MIPS: eBPF: Always return sign extended 32b valuesGravatar Paul Burton 1-3/+6
2018-12-07mips: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_XGravatar Jiong Wang 1-0/+4
2018-11-16net: remove VLAN_TAG_PRESENTGravatar Michał Mirosław 1-3/+0
2018-11-16net/bpf_jit: MIPS: split VLAN_PRESENT bit handling from VLAN_TCIGravatar Michał Mirosław 1-9/+12
2018-05-14bpf, mips: remove unused functionGravatar Daniel Borkmann 1-26/+0
2018-05-03bpf, mips64: remove ld_abs/ld_indGravatar Daniel Borkmann 1-104/+0
2018-03-09MIPS: BPF: Replace __mips_isa_rev with MIPS_ISA_REVGravatar Matt Redfearn 1-4/+5
2018-01-26bpf, mips64: remove unneeded zero check from div/mod with kGravatar Daniel Borkmann 1-15/+4
2018-01-26bpf, mips64: remove obsolete exception handling from div/modGravatar Daniel Borkmann 1-10/+0
2018-01-19bpf: get rid of pure_initcall dependency to enable jitsGravatar Daniel Borkmann 2-4/+0
2017-12-17bpf: fix net.core.bpf_jit_enable raceGravatar Alexei Starovoitov 1-1/+1
2017-11-01MIPS: bpf: Fix a typo in build_one_insn()Gravatar Wei Yongjun 1-1/+1
2017-10-09MIPS: bpf: Fix uninitialised target compiler errorGravatar Matt Redfearn 1-1/+1
2017-08-22MIPS,bpf: fix missing break in switch statementGravatar Colin Ian King 1-0/+1
2017-08-21MIPS,bpf: Cache value of BPF_OP(insn->code) in eBPF JIT.Gravatar David Daney 1-33/+34
2017-08-21MIPS, bpf: Implement JLT, JLE, JSLT and JSLE ops in the eBPF JIT.Gravatar David Daney 1-29/+72
2017-08-21MIPS,bpf: Fix using smp_processor_id() in preemptible splat.Gravatar David Daney 1-14/+14
2017-08-04MIPS: Add missing file for eBPF JIT.Gravatar David Daney 1-0/+1950
2017-06-28MIPS: Add support for eBPF JIT.Gravatar David Daney 1-1/+2
2017-04-10MIPS: BPF: Fix multiple problems in JIT skb access helpers.Gravatar David Daney 1-11/+12
2017-04-10MIPS: BPF: Quit clobbering callee saved registers in JIT code.Gravatar David Daney 1-4/+12
2017-04-10MIPS: BPF: Use unsigned access for unsigned SKB fields.Gravatar David Daney 1-2/+2
2017-04-10MIPS: BPF: Add JIT support for SKF_AD_HATYPE.Gravatar David Daney 1-4/+17
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Gravatar Masahiro Yamada 1-1/+0
2016-08-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-1/+1
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Gravatar Masahiro Yamada 1-2/+2
2016-07-21bpf, mips: fix off-by-one in ctx offset allocationGravatar Daniel Borkmann 1-1/+1
2016-01-06net: filter: make JITs zero A for SKF_AD_ALU_XOR_XGravatar Rabin Vincent 1-15/+1
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-6/+7
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldGravatar Daniel Borkmann 1-1/+1
2015-10-02MIPS: BPF: Fix load delay slots.Gravatar Ralf Baechle 1-0/+4
2015-10-01MIPS: BPF: Do all exports of symbols with FEXPORT().Gravatar Ralf Baechle 1-6/+3
2015-09-22MIPS: BPF: Fix build on pre-R2 little endian CPUsGravatar Aurelien Jarno 1-0/+42
2015-09-22MIPS: BPF: Avoid unreachable code on little endianGravatar Aurelien Jarno 1-3/+5
2015-06-21MIPS: BPF: Introduce BPF ASM helpersGravatar Markos Chandras 4-145/+302
2015-06-21MIPS: BPF: Use BPF register names to describe the ABIGravatar Markos Chandras 1-4/+4