summaryrefslogtreecommitdiff
path: root/arch/mips/net
AgeCommit message (Expand)Author
2017-11-01MIPS: bpf: Fix a typo in build_one_insn()Wei Yongjun
2017-10-09MIPS: bpf: Fix uninitialised target compiler errorMatt Redfearn
2017-08-22MIPS,bpf: fix missing break in switch statementColin Ian King
2017-08-21MIPS,bpf: Cache value of BPF_OP(insn->code) in eBPF JIT.David Daney
2017-08-21MIPS, bpf: Implement JLT, JLE, JSLT and JSLE ops in the eBPF JIT.David Daney
2017-08-21MIPS,bpf: Fix using smp_processor_id() in preemptible splat.David Daney
2017-08-04MIPS: Add missing file for eBPF JIT.David Daney
2017-06-28MIPS: Add support for eBPF JIT.David Daney
2017-04-10MIPS: BPF: Fix multiple problems in JIT skb access helpers.David Daney
2017-04-10MIPS: BPF: Quit clobbering callee saved registers in JIT code.David Daney
2017-04-10MIPS: BPF: Use unsigned access for unsigned SKB fields.David Daney
2017-04-10MIPS: BPF: Add JIT support for SKF_AD_HATYPE.David Daney
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada
2016-08-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada
2016-07-21bpf, mips: fix off-by-one in ctx offset allocationDaniel Borkmann
2016-01-06net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann
2015-10-02MIPS: BPF: Fix load delay slots.Ralf Baechle
2015-10-01MIPS: BPF: Do all exports of symbols with FEXPORT().Ralf Baechle
2015-09-22MIPS: BPF: Fix build on pre-R2 little endian CPUsAurelien Jarno
2015-09-22MIPS: BPF: Avoid unreachable code on little endianAurelien Jarno
2015-06-21MIPS: BPF: Introduce BPF ASM helpersMarkos Chandras
2015-06-21MIPS: BPF: Use BPF register names to describe the ABIMarkos Chandras
2015-06-21MIPS: BPF: Move register definition to the BPF headerMarkos Chandras
2015-06-21MIPS: net: BPF: Replace RSIZE with SZREGMarkos Chandras
2015-06-21MIPS: BPF: Free up some callee-saved registersMarkos Chandras
2015-06-06MIPS: BPF: Fix stack pointer allocationMarkos Chandras
2015-01-20module: remove mod arg from module_free, rename module_memfree().Rusty Russell
2014-12-08mips: bpf: Fix broken BPF_MODDenis Kirjanov
2014-10-18Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2014-09-30next: mips: bpf: Fix build failureGuenter Roeck
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-22MIPS: BPF: Add new emit_long_instr macroMarkos Chandras
2014-09-22MIPS: Use WSBH/DSBH/DSHD on Loongson 3AChen Jie
2014-09-13net: filter: constify detection of pkt_type_offsetHannes Frederic Sowa
2014-09-09net: bpf: be friendly to kmemcheckDaniel Borkmann
2014-09-05net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann
2014-08-26arch/mips/net/bpf_jit.c: fix failure checkAndrey Utkin
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov
2014-06-26MIPS: bpf: Fix stack space allocation for BPF memwords on MIPS64Markos Chandras
2014-06-26MIPS: BPF: Use 32 or 64-bit load instruction to load an address to registerMarkos Chandras
2014-06-26MIPS: bpf: Fix PKT_TYPE case for big-endian coresMarkos Chandras
2014-06-26MIPS: BPF: Prevent kernel fall over for >=32bit shiftsMarkos Chandras
2014-06-26MIPS: bpf: Drop update_on_xread and always initialize the X registerMarkos Chandras
2014-06-26MIPS: bpf: Fix is_range() semanticsMarkos Chandras
2014-06-26MIPS: bpf: Use pr_debug instead of pr_warn for unhandled opcodesMarkos Chandras
2014-06-26MIPS: bpf: Fix return values for VLAN_TAG_PRESENT caseMarkos Chandras
2014-06-26MIPS: bpf: Use correct mask for VLAN_TAG caseMarkos Chandras