summaryrefslogtreecommitdiffstats
path: root/arch/mips/net
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * bpf, mips: fix off-by-one in ctx offset allocationDaniel Borkmann2016-07-211-1/+1
* | tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-041-2/+2
|/
* net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent2016-01-061-15/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-6/+7
|\
| * MIPS: BPF: Fix load delay slots.Ralf Baechle2015-10-021-0/+4
| * MIPS: BPF: Do all exports of symbols with FEXPORT().Ralf Baechle2015-10-011-6/+3
* | ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann2015-10-031-1/+1
|/
* MIPS: BPF: Fix build on pre-R2 little endian CPUsAurelien Jarno2015-09-221-0/+42
* MIPS: BPF: Avoid unreachable code on little endianAurelien Jarno2015-09-221-3/+5
* MIPS: BPF: Introduce BPF ASM helpersMarkos Chandras2015-06-214-145/+302
* MIPS: BPF: Use BPF register names to describe the ABIMarkos Chandras2015-06-211-4/+4
* MIPS: BPF: Move register definition to the BPF headerMarkos Chandras2015-06-212-35/+35
* MIPS: net: BPF: Replace RSIZE with SZREGMarkos Chandras2015-06-211-14/+14
* MIPS: BPF: Free up some callee-saved registersMarkos Chandras2015-06-212-20/+17
* MIPS: BPF: Fix stack pointer allocationMarkos Chandras2015-06-061-5/+1
* module: remove mod arg from module_free, rename module_memfree().Rusty Russell2015-01-201-1/+1
* mips: bpf: Fix broken BPF_MODDenis Kirjanov2014-12-081-2/+2
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-10-181-33/+20
|\
| * MIPS: BPF: Add new emit_long_instr macroMarkos Chandras2014-09-221-32/+19
| * MIPS: Use WSBH/DSBH/DSHD on Loongson 3AChen Jie2014-09-221-1/+1
* | next: mips: bpf: Fix build failureGuenter Roeck2014-09-301-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-231-0/+1
|\|
| * arch/mips/net/bpf_jit.c: fix failure checkAndrey Utkin2014-08-261-2/+3