aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/net
Commit message (Expand)AuthorAge
* module: remove mod arg from module_free, rename module_memfree().Rusty Russell2015-01-19
* mips: bpf: Fix broken BPF_MODDenis Kirjanov2014-12-08
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-10-18
|\
| * MIPS: BPF: Add new emit_long_instr macroMarkos Chandras2014-09-22
| * MIPS: Use WSBH/DSBH/DSHD on Loongson 3AChen Jie2014-09-22
* | next: mips: bpf: Fix build failureGuenter Roeck2014-09-30
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-23
|\|
| * arch/mips/net/bpf_jit.c: fix failure checkAndrey Utkin2014-08-25
* | net: filter: constify detection of pkt_type_offsetHannes Frederic Sowa2014-09-13
* | net: bpf: be friendly to kmemcheckDaniel Borkmann2014-09-09
* | net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann2014-09-05
|/
* net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov2014-08-02
* MIPS: bpf: Fix stack space allocation for BPF memwords on MIPS64Markos Chandras2014-06-26
* MIPS: BPF: Use 32 or 64-bit load instruction to load an address to registerMarkos Chandras2014-06-26
* MIPS: bpf: Fix PKT_TYPE case for big-endian coresMarkos Chandras2014-06-26
* MIPS: BPF: Prevent kernel fall over for >=32bit shiftsMarkos Chandras2014-06-26
* MIPS: bpf: Drop update_on_xread and always initialize the X registerMarkos Chandras2014-06-26
* MIPS: bpf: Fix is_range() semanticsMarkos Chandras2014-06-26
* MIPS: bpf: Use pr_debug instead of pr_warn for unhandled opcodesMarkos Chandras2014-06-26
* MIPS: bpf: Fix return values for VLAN_TAG_PRESENT caseMarkos Chandras2014-06-26
* MIPS: bpf: Use correct mask for VLAN_TAG caseMarkos Chandras2014-06-26
* MIPS: bpf: Fix branch conditional for BPF_J{GT/GE} casesMarkos Chandras2014-06-26
* MIPS: bpf: Add SEEN_SKB to flags when looking for the PKT_TYPEMarkos Chandras2014-06-26
* MIPS: bpf: Use 'andi' instead of 'and' for the VLAN casesMarkos Chandras2014-06-26
* MIPS: bpf: Return error code if the offset is a negative numberMarkos Chandras2014-06-26
* MIPS: bpf: Use the LO register to get division's quotientMarkos Chandras2014-06-26
* MIPS: BPF JIT: Fix build error.Daniel Borkmann2014-06-26
* MIPS: BFP: Simplify code slightly.Ralf Baechle2014-06-04
* MIPS: net: Add BPF JITMarkos Chandras2014-05-30