Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-06-26 | MIPS: bpf: Fix branch conditional for BPF_J{GT/GE} cases | Markos Chandras | 1 | -1/+1 |
2014-06-26 | MIPS: bpf: Add SEEN_SKB to flags when looking for the PKT_TYPE | Markos Chandras | 1 | -0/+2 |
2014-06-26 | MIPS: bpf: Use 'andi' instead of 'and' for the VLAN cases | Markos Chandras | 1 | -2/+2 |
2014-06-26 | MIPS: bpf: Return error code if the offset is a negative number | Markos Chandras | 1 | -0/+23 |
2014-06-26 | MIPS: bpf: Use the LO register to get division's quotient | Markos Chandras | 1 | -1/+1 |
2014-06-26 | MIPS: BPF JIT: Fix build error. | Daniel Borkmann | 1 | -74/+69 |
2014-06-04 | MIPS: BFP: Simplify code slightly. | Ralf Baechle | 1 | -4/+4 |
2014-05-30 | MIPS: net: Add BPF JIT | Markos Chandras | 3 | -0/+1446 |