Age | Commit message (Expand) | Author |
2017-04-10 | MIPS: BPF: Fix multiple problems in JIT skb access helpers. | David Daney |
2017-04-10 | MIPS: BPF: Quit clobbering callee saved registers in JIT code. | David Daney |
2017-04-10 | MIPS: BPF: Use unsigned access for unsigned SKB fields. | David Daney |
2017-04-10 | MIPS: BPF: Add JIT support for SKF_AD_HATYPE. | David Daney |
2016-10-11 | treewide: remove redundant #include <linux/kconfig.h> | Masahiro Yamada |
2016-08-06 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds |
2016-08-04 | tree-wide: replace config_enabled() with IS_ENABLED() | Masahiro Yamada |
2016-07-21 | bpf, mips: fix off-by-one in ctx offset allocation | Daniel Borkmann |
2016-01-06 | net: filter: make JITs zero A for SKF_AD_ALU_XOR_X | Rabin Vincent |
2015-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-10-03 | ebpf: migrate bpf_prog's flags to bitfield | Daniel Borkmann |
2015-10-02 | MIPS: BPF: Fix load delay slots. | Ralf Baechle |
2015-10-01 | MIPS: BPF: Do all exports of symbols with FEXPORT(). | Ralf Baechle |
2015-09-22 | MIPS: BPF: Fix build on pre-R2 little endian CPUs | Aurelien Jarno |
2015-09-22 | MIPS: BPF: Avoid unreachable code on little endian | Aurelien Jarno |
2015-06-21 | MIPS: BPF: Introduce BPF ASM helpers | Markos Chandras |
2015-06-21 | MIPS: BPF: Use BPF register names to describe the ABI | Markos Chandras |
2015-06-21 | MIPS: BPF: Move register definition to the BPF header | Markos Chandras |
2015-06-21 | MIPS: net: BPF: Replace RSIZE with SZREG | Markos Chandras |
2015-06-21 | MIPS: BPF: Free up some callee-saved registers | Markos Chandras |
2015-06-06 | MIPS: BPF: Fix stack pointer allocation | Markos Chandras |
2015-01-20 | module: remove mod arg from module_free, rename module_memfree(). | Rusty Russell |
2014-12-08 | mips: bpf: Fix broken BPF_MOD | Denis Kirjanov |
2014-10-18 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds |
2014-09-30 | next: mips: bpf: Fix build failure | Guenter Roeck |
2014-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2014-09-22 | MIPS: BPF: Add new emit_long_instr macro | Markos Chandras |
2014-09-22 | MIPS: Use WSBH/DSBH/DSHD on Loongson 3A | Chen Jie |
2014-09-13 | net: filter: constify detection of pkt_type_offset | Hannes Frederic Sowa |
2014-09-09 | net: bpf: be friendly to kmemcheck | Daniel Borkmann |
2014-09-05 | net: bpf: make eBPF interpreter images read-only | Daniel Borkmann |
2014-08-26 | arch/mips/net/bpf_jit.c: fix failure check | Andrey Utkin |
2014-08-02 | net: filter: split 'struct sk_filter' into socket and bpf parts | Alexei Starovoitov |
2014-06-26 | MIPS: bpf: Fix stack space allocation for BPF memwords on MIPS64 | Markos Chandras |
2014-06-26 | MIPS: BPF: Use 32 or 64-bit load instruction to load an address to register | Markos Chandras |
2014-06-26 | MIPS: bpf: Fix PKT_TYPE case for big-endian cores | Markos Chandras |
2014-06-26 | MIPS: BPF: Prevent kernel fall over for >=32bit shifts | Markos Chandras |
2014-06-26 | MIPS: bpf: Drop update_on_xread and always initialize the X register | Markos Chandras |
2014-06-26 | MIPS: bpf: Fix is_range() semantics | Markos Chandras |
2014-06-26 | MIPS: bpf: Use pr_debug instead of pr_warn for unhandled opcodes | Markos Chandras |
2014-06-26 | MIPS: bpf: Fix return values for VLAN_TAG_PRESENT case | Markos Chandras |
2014-06-26 | MIPS: bpf: Use correct mask for VLAN_TAG case | Markos Chandras |
2014-06-26 | MIPS: bpf: Fix branch conditional for BPF_J{GT/GE} cases | Markos Chandras |
2014-06-26 | MIPS: bpf: Add SEEN_SKB to flags when looking for the PKT_TYPE | Markos Chandras |
2014-06-26 | MIPS: bpf: Use 'andi' instead of 'and' for the VLAN cases | Markos Chandras |
2014-06-26 | MIPS: bpf: Return error code if the offset is a negative number | Markos Chandras |
2014-06-26 | MIPS: bpf: Use the LO register to get division's quotient | Markos Chandras |
2014-06-26 | MIPS: BPF JIT: Fix build error. | Daniel Borkmann |
2014-06-04 | MIPS: BFP: Simplify code slightly. | Ralf Baechle |
2014-05-30 | MIPS: net: Add BPF JIT | Markos Chandras |