1. be1f221 module: remove mod arg from module_free, rename module_memfree(). by Rusty Russell · 9 years ago
  2. 2e46477 mips: bpf: Fix broken BPF_MOD by Denis Kirjanov · 10 years ago
  3. 857b50f Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  4. 72d099e next: mips: bpf: Fix build failure by Guenter Roeck · 10 years ago
  5. 1f6d803 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  6. 39bcb79 MIPS: BPF: Add new emit_long_instr macro by Markos Chandras · 10 years ago
  7. 3c09bae MIPS: Use WSBH/DSBH/DSHD on Loongson 3A by Chen Jie · 10 years ago
  8. 233577a net: filter: constify detection of pkt_type_offset by Hannes Frederic Sowa · 10 years ago
  9. 286aad3 net: bpf: be friendly to kmemcheck by Daniel Borkmann · 10 years ago
  10. 60a3b22 net: bpf: make eBPF interpreter images read-only by Daniel Borkmann · 10 years ago
  11. 98fb24a arch/mips/net/bpf_jit.c: fix failure check by Andrey Utkin · 10 years ago
  12. 7ae457c net: filter: split 'struct sk_filter' into socket and bpf parts by Alexei Starovoitov · 10 years ago
  13. d8214ef MIPS: bpf: Fix stack space allocation for BPF memwords on MIPS64 by Markos Chandras · 10 years ago
  14. b6a14a9 MIPS: BPF: Use 32 or 64-bit load instruction to load an address to register by Markos Chandras · 10 years ago
  15. b4fe0ec MIPS: bpf: Fix PKT_TYPE case for big-endian cores by Markos Chandras · 10 years ago
  16. 95782bf MIPS: BPF: Prevent kernel fall over for >=32bit shifts by Markos Chandras · 10 years ago
  17. e5bb48b MIPS: bpf: Drop update_on_xread and always initialize the X register by Markos Chandras · 10 years ago
  18. 10c4d61 MIPS: bpf: Fix is_range() semantics by Markos Chandras · 10 years ago
  19. 78b95b6 MIPS: bpf: Use pr_debug instead of pr_warn for unhandled opcodes by Markos Chandras · 10 years ago
  20. 91a41d7 MIPS: bpf: Fix return values for VLAN_TAG_PRESENT case by Markos Chandras · 10 years ago
  21. 6e86c59 MIPS: bpf: Use correct mask for VLAN_TAG case by Markos Chandras · 10 years ago
  22. 1ab24a4 MIPS: bpf: Fix branch conditional for BPF_J{GT/GE} cases by Markos Chandras · 10 years ago
  23. 9eebfe4 MIPS: bpf: Add SEEN_SKB to flags when looking for the PKT_TYPE by Markos Chandras · 10 years ago
  24. 9ee1606 MIPS: bpf: Use 'andi' instead of 'and' for the VLAN cases by Markos Chandras · 10 years ago
  25. 55393ee MIPS: bpf: Return error code if the offset is a negative number by Markos Chandras · 10 years ago
  26. 35a8e16 MIPS: bpf: Use the LO register to get division's quotient by Markos Chandras · 10 years ago
  27. a83d081 MIPS: BPF JIT: Fix build error. by Daniel Borkmann · 10 years ago
  28. b4f16c9 MIPS: BFP: Simplify code slightly. by Ralf Baechle · 10 years ago
  29. c6610de MIPS: net: Add BPF JIT by Markos Chandras · 10 years ago