summaryrefslogtreecommitdiffstats
path: root/arch/mips/net/bpf_jit.c
Commit message (Expand)AuthorAgeFilesLines
* 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: get rid of pure_initcall dependency to enable jitsDaniel Borkmann2018-01-191-2/+0
* 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
* ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann2015-10-031-1/+1
* MIPS: BPF: Introduce BPF ASM helpersMarkos Chandras2015-06-211-129/+45
* 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-211-35/+0
* MIPS: net: BPF: Replace RSIZE with SZREGMarkos Chandras2015-06-211-14/+14
* MIPS: BPF: Free up some callee-saved registersMarkos Chandras2015-06-211-20/+15
* 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
* | net: filter: constify detection of pkt_type_offsetHannes Frederic Sowa2014-09-131-26/+1
* | net: bpf: be friendly to kmemcheckDaniel Borkmann2014-09-091-1/+1
* | net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann2014-09-051-1/+2
|/
* net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov2014-08-021-4/+4
* MIPS: bpf: Fix stack space allocation for BPF memwords on MIPS64Markos Chandras2014-06-261-1/+4
* MIPS: BPF: Use 32 or 64-bit load instruction to load an address to registerMarkos Chandras2014-06-261-1/+13
* MIPS: bpf: Fix PKT_TYPE case for big-endian coresMarkos Chandras2014-06-261-2/+10
* MIPS: BPF: Prevent kernel fall over for >=32bit shiftsMarkos Chandras2014-06-261-4/+12
* MIPS: bpf: Drop update_on_xread and always initialize the X registerMarkos Chandras2014-06-261-21/+1
* MIPS: bpf: Fix is_range() semanticsMarkos Chandras2014-06-261-7/+5
* MIPS: bpf: Use pr_debug instead of pr_warn for unhandled opcodesMarkos Chandras2014-06-261-2/+2
* MIPS: bpf: Fix return values for VLAN_TAG_PRESENT caseMarkos Chandras2014-06-261-2/+5
* MIPS: bpf: Use correct mask for VLAN_TAG caseMarkos Chandras2014-06-261-1/+1
* MIPS: bpf: Fix branch conditional for BPF_J{GT/GE} casesMarkos Chandras2014-06-261-1/+1
* MIPS: bpf: Add SEEN_SKB to flags when looking for the PKT_TYPEMarkos Chandras2014-06-261-0/+2
* MIPS: bpf: Use 'andi' instead of 'and' for the VLAN casesMarkos Chandras2014-06-261-2/+2
* MIPS: bpf: Return error code if the offset is a negative numberMarkos Chandras2014-06-261-0/+23
* MIPS: bpf: Use the LO register to get division's quotientMarkos Chandras2014-06-261-1/+1
* MIPS: BPF JIT: Fix build error.Daniel Borkmann2014-06-261-74/+69
* MIPS: BFP: Simplify code slightly.Ralf Baechle2014-06-041-4/+4
* MIPS: net: Add BPF JITMarkos Chandras2014-05-301-0/+1399