aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-18Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-33/+20
2014-09-30next: mips: bpf: Fix build failureGuenter Roeck1-1/+0
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2014-09-22MIPS: BPF: Add new emit_long_instr macroMarkos Chandras1-32/+19
2014-09-22MIPS: Use WSBH/DSBH/DSHD on Loongson 3AChen Jie1-1/+1
2014-09-13net: filter: constify detection of pkt_type_offsetHannes Frederic Sowa1-26/+1
2014-09-09net: bpf: be friendly to kmemcheckDaniel Borkmann1-1/+1
2014-09-05net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann1-1/+2
2014-08-26arch/mips/net/bpf_jit.c: fix failure checkAndrey Utkin1-2/+3
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov1-4/+4
2014-06-26MIPS: bpf: Fix stack space allocation for BPF memwords on MIPS64Markos Chandras1-1/+4
2014-06-26MIPS: BPF: Use 32 or 64-bit load instruction to load an address to registerMarkos Chandras1-1/+13
2014-06-26MIPS: bpf: Fix PKT_TYPE case for big-endian coresMarkos Chandras1-2/+10
2014-06-26MIPS: BPF: Prevent kernel fall over for >=32bit shiftsMarkos Chandras1-4/+12
2014-06-26MIPS: bpf: Drop update_on_xread and always initialize the X registerMarkos Chandras1-21/+1
2014-06-26MIPS: bpf: Fix is_range() semanticsMarkos Chandras1-7/+5
2014-06-26MIPS: bpf: Use pr_debug instead of pr_warn for unhandled opcodesMarkos Chandras1-2/+2
2014-06-26MIPS: bpf: Fix return values for VLAN_TAG_PRESENT caseMarkos Chandras1-2/+5
2014-06-26MIPS: bpf: Use correct mask for VLAN_TAG caseMarkos Chandras1-1/+1
2014-06-26MIPS: bpf: Fix branch conditional for BPF_J{GT/GE} casesMarkos Chandras1-1/+1
2014-06-26MIPS: bpf: Add SEEN_SKB to flags when looking for the PKT_TYPEMarkos Chandras1-0/+2
2014-06-26MIPS: bpf: Use 'andi' instead of 'and' for the VLAN casesMarkos Chandras1-2/+2
2014-06-26MIPS: bpf: Return error code if the offset is a negative numberMarkos Chandras1-0/+23
2014-06-26MIPS: bpf: Use the LO register to get division's quotientMarkos Chandras1-1/+1
2014-06-26MIPS: BPF JIT: Fix build error.Daniel Borkmann1-74/+69
2014-06-04MIPS: BFP: Simplify code slightly.Ralf Baechle1-4/+4
2014-05-30MIPS: net: Add BPF JITMarkos Chandras3-0/+1446