summaryrefslogtreecommitdiff
path: root/arch/mips/net
Commit message (Expand)AuthorAge
* MIPS: BPF: Replace __mips_isa_rev with MIPS_ISA_REVMatt Redfearn2018-03-09
* bpf, mips64: remove unneeded zero check from div/mod with kDaniel Borkmann2018-01-26
* bpf, mips64: remove obsolete exception handling from div/modDaniel Borkmann2018-01-26
* bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann2018-01-19
* bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov2017-12-17
* MIPS: bpf: Fix a typo in build_one_insn()Wei Yongjun2017-11-01
* MIPS: bpf: Fix uninitialised target compiler errorMatt Redfearn2017-10-09
* MIPS,bpf: fix missing break in switch statementColin Ian King2017-08-22
* MIPS,bpf: Cache value of BPF_OP(insn->code) in eBPF JIT.David Daney2017-08-21
* MIPS, bpf: Implement JLT, JLE, JSLT and JSLE ops in the eBPF JIT.David Daney2017-08-21
* MIPS,bpf: Fix using smp_processor_id() in preemptible splat.David Daney2017-08-21
* MIPS: Add missing file for eBPF JIT.David Daney2017-08-04
* MIPS: Add support for eBPF JIT.David Daney2017-06-28
* MIPS: BPF: Fix multiple problems in JIT skb access helpers.David Daney2017-04-10
* MIPS: BPF: Quit clobbering callee saved registers in JIT code.David Daney2017-04-10
* MIPS: BPF: Use unsigned access for unsigned SKB fields.David Daney2017-04-10
* MIPS: BPF: Add JIT support for SKF_AD_HATYPE.David Daney2017-04-10
* treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-11
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-08-06
|\
| * bpf, mips: fix off-by-one in ctx offset allocationDaniel Borkmann2016-07-21
* | tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-04
|/
* net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent2016-01-06
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-20
|\
| * MIPS: BPF: Fix load delay slots.Ralf Baechle2015-10-02
| * MIPS: BPF: Do all exports of symbols with FEXPORT().Ralf Baechle2015-10-01
* | ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann2015-10-03
|/
* MIPS: BPF: Fix build on pre-R2 little endian CPUsAurelien Jarno2015-09-22
* MIPS: BPF: Avoid unreachable code on little endianAurelien Jarno2015-09-22
* MIPS: BPF: Introduce BPF ASM helpersMarkos Chandras2015-06-21
* MIPS: BPF: Use BPF register names to describe the ABIMarkos Chandras2015-06-21
* MIPS: BPF: Move register definition to the BPF headerMarkos Chandras2015-06-21
* MIPS: net: BPF: Replace RSIZE with SZREGMarkos Chandras2015-06-21
* MIPS: BPF: Free up some callee-saved registersMarkos Chandras2015-06-21
* MIPS: BPF: Fix stack pointer allocationMarkos Chandras2015-06-06
* module: remove mod arg from module_free, rename module_memfree().Rusty Russell2015-01-20
* mips: bpf: Fix broken BPF_MODDenis Kirjanov2014-12-08
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-10-18
|\
| * MIPS: BPF: Add new emit_long_instr macroMarkos Chandras2014-09-22
| * MIPS: Use WSBH/DSBH/DSHD on Loongson 3AChen Jie2014-09-22
* | next: mips: bpf: Fix build failureGuenter Roeck2014-09-30
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-23
|\ \ | |/
| * arch/mips/net/bpf_jit.c: fix failure checkAndrey Utkin2014-08-26
* | net: filter: constify detection of pkt_type_offsetHannes Frederic Sowa2014-09-13
* | net: bpf: be friendly to kmemcheckDaniel Borkmann2014-09-09
* | net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann2014-09-05
|/
* net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov2014-08-02
* MIPS: bpf: Fix stack space allocation for BPF memwords on MIPS64Markos Chandras2014-06-26
* MIPS: BPF: Use 32 or 64-bit load instruction to load an address to registerMarkos Chandras2014-06-26
* MIPS: bpf: Fix PKT_TYPE case for big-endian coresMarkos Chandras2014-06-26
* MIPS: BPF: Prevent kernel fall over for >=32bit shiftsMarkos Chandras2014-06-26