aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/net
AgeCommit message (Expand)AuthorFilesLines
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Gravatar Masahiro Yamada 1-1/+0
2016-08-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-1/+1
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Gravatar Masahiro Yamada 1-2/+2
2016-07-21bpf, mips: fix off-by-one in ctx offset allocationGravatar Daniel Borkmann 1-1/+1
2016-01-06net: filter: make JITs zero A for SKF_AD_ALU_XOR_XGravatar Rabin Vincent 1-15/+1
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-6/+7
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldGravatar Daniel Borkmann 1-1/+1
2015-10-02MIPS: BPF: Fix load delay slots.Gravatar Ralf Baechle 1-0/+4
2015-10-01MIPS: BPF: Do all exports of symbols with FEXPORT().Gravatar Ralf Baechle 1-6/+3
2015-09-22MIPS: BPF: Fix build on pre-R2 little endian CPUsGravatar Aurelien Jarno 1-0/+42
2015-09-22MIPS: BPF: Avoid unreachable code on little endianGravatar Aurelien Jarno 1-3/+5
2015-06-21MIPS: BPF: Introduce BPF ASM helpersGravatar Markos Chandras 4-145/+302
2015-06-21MIPS: BPF: Use BPF register names to describe the ABIGravatar Markos Chandras 1-4/+4
2015-06-21MIPS: BPF: Move register definition to the BPF headerGravatar Markos Chandras 2-35/+35
2015-06-21MIPS: net: BPF: Replace RSIZE with SZREGGravatar Markos Chandras 1-14/+14
2015-06-21MIPS: BPF: Free up some callee-saved registersGravatar Markos Chandras 2-20/+17
2015-06-06MIPS: BPF: Fix stack pointer allocationGravatar Markos Chandras 1-5/+1
2015-01-20module: remove mod arg from module_free, rename module_memfree().Gravatar Rusty Russell 1-1/+1
2014-12-08mips: bpf: Fix broken BPF_MODGravatar Denis Kirjanov 1-2/+2
2014-10-18Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-33/+20
2014-09-30next: mips: bpf: Fix build failureGravatar Guenter Roeck 1-1/+0
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2014-09-22MIPS: BPF: Add new emit_long_instr macroGravatar Markos Chandras 1-32/+19
2014-09-22MIPS: Use WSBH/DSBH/DSHD on Loongson 3AGravatar Chen Jie 1-1/+1
2014-09-13net: filter: constify detection of pkt_type_offsetGravatar Hannes Frederic Sowa 1-26/+1
2014-09-09net: bpf: be friendly to kmemcheckGravatar Daniel Borkmann 1-1/+1
2014-09-05net: bpf: make eBPF interpreter images read-onlyGravatar Daniel Borkmann 1-1/+2
2014-08-26arch/mips/net/bpf_jit.c: fix failure checkGravatar Andrey Utkin 1-2/+3
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsGravatar Alexei Starovoitov 1-4/+4
2014-06-26MIPS: bpf: Fix stack space allocation for BPF memwords on MIPS64Gravatar Markos Chandras 1-1/+4
2014-06-26MIPS: BPF: Use 32 or 64-bit load instruction to load an address to registerGravatar Markos Chandras 1-1/+13
2014-06-26MIPS: bpf: Fix PKT_TYPE case for big-endian coresGravatar Markos Chandras 1-2/+10
2014-06-26MIPS: BPF: Prevent kernel fall over for >=32bit shiftsGravatar Markos Chandras 1-4/+12
2014-06-26MIPS: bpf: Drop update_on_xread and always initialize the X registerGravatar Markos Chandras 1-21/+1
2014-06-26MIPS: bpf: Fix is_range() semanticsGravatar Markos Chandras 1-7/+5
2014-06-26MIPS: bpf: Use pr_debug instead of pr_warn for unhandled opcodesGravatar Markos Chandras 1-2/+2
2014-06-26MIPS: bpf: Fix return values for VLAN_TAG_PRESENT caseGravatar Markos Chandras 1-2/+5
2014-06-26MIPS: bpf: Use correct mask for VLAN_TAG caseGravatar Markos Chandras 1-1/+1
2014-06-26MIPS: bpf: Fix branch conditional for BPF_J{GT/GE} casesGravatar Markos Chandras 1-1/+1
2014-06-26MIPS: bpf: Add SEEN_SKB to flags when looking for the PKT_TYPEGravatar Markos Chandras 1-0/+2
2014-06-26MIPS: bpf: Use 'andi' instead of 'and' for the VLAN casesGravatar Markos Chandras 1-2/+2
2014-06-26MIPS: bpf: Return error code if the offset is a negative numberGravatar Markos Chandras 1-0/+23
2014-06-26MIPS: bpf: Use the LO register to get division's quotientGravatar Markos Chandras 1-1/+1
2014-06-26MIPS: BPF JIT: Fix build error.Gravatar Daniel Borkmann 1-74/+69
2014-06-04MIPS: BFP: Simplify code slightly.Gravatar Ralf Baechle 1-4/+4
2014-05-30MIPS: net: Add BPF JITGravatar Markos Chandras 3-0/+1446