1. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 6 years ago
  2. 631b1e3 bpf, sparc: remove unused variable by Daniel Borkmann · 6 years ago
  3. fe83963 bpf, sparc64: remove ld_abs/ld_ind by Daniel Borkmann · 6 years ago
  4. 740d52c bpf, sparc64: remove obsolete exception handling from div/mod by Daniel Borkmann · 7 years ago
  5. fa9dd59 bpf: get rid of pure_initcall dependency to enable jits by Daniel Borkmann · 7 years ago
  6. fcffe2e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  7. 5f5a641 bpf: sparc64: Add JIT support for multi-function programs. by David Miller · 7 years ago
  8. fba961a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  9. 60b58afc bpf: fix net.core.bpf_jit_enable race by Alexei Starovoitov · 7 years ago
  10. 07aee94 bpf, sparc: fix usage of wrong reg for load_skb_regs after call by Daniel Borkmann · 7 years ago
  11. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  12. 1842355 bpf, sparc64: implement jiting of BPF_J{LT, LE, SLT, SLE} by Daniel Borkmann · 7 years ago
  13. 783d28dd1 bpf: Add jited_len to struct bpf_prog by Martin KaFai Lau · 7 years ago
  14. a5e2ee5 bpf: Take advantage of stack_depth tracking in sparc64 JIT by David S. Miller · 7 years ago
  15. 71189fa bpf: free up BPF_JMP | BPF_CALL | BPF_X opcode by Alexei Starovoitov · 7 years ago
  16. e3bf4c6 sparc64: Fix BPF JIT wrt. branches and ldimm64 instructions. by David S. Miller · 7 years ago
  17. 14933dc sparc64: Improve 64-bit constant loading in eBPF JIT. by David S. Miller · 7 years ago
  18. e3a724e sparc64: Support cbcond instructions in eBPF JIT. by David S. Miller · 7 years ago
  19. 7a12b50 sparc64: Add eBPF JIT. by David S. Miller · 8 years ago
  20. 6b3d4ee sparc: Split BPF JIT into 32-bit and 64-bit. by David S. Miller · 8 years ago
  21. 08f8007 sparc: Fix misspellings in comments. by Adam Buchbinder · 9 years ago
  22. 55795ef net: filter: make JITs zero A for SKF_AD_ALU_XOR_X by Rabin Vincent · 9 years ago
  23. a91263d ebpf: migrate bpf_prog's flags to bitfield by Daniel Borkmann · 9 years ago
  24. 485d651 bpf, x86/sparc: show actual number of passes in bpf_jit_dump by Daniel Borkmann · 9 years ago
  25. be1f221 module: remove mod arg from module_free, rename module_memfree(). by Rusty Russell · 10 years ago
  26. cec0831 sparc: bpf_jit: add support for BPF_LD(X) | BPF_LEN instructions by Alexei Starovoitov · 10 years ago
  27. 4daaab4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  28. 35607b0 sparc: bpf_jit: fix loads from negative offsets by Alexei Starovoitov · 10 years ago
  29. 1f6d803 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  30. f6f2332 sparc: bpf_jit: fix support for ldx/stx mem and SKF_AD_VLAN_TAG by Alexei Starovoitov · 10 years ago
  31. 709f6c58 sparc: bpf_jit: add SKF_AD_PKTTYPE support to JIT by Alexei Starovoitov · 10 years ago
  32. 286aad3 net: bpf: be friendly to kmemcheck by Daniel Borkmann · 10 years ago
  33. 60a3b22 net: bpf: make eBPF interpreter images read-only by Daniel Borkmann · 10 years ago
  34. 7ae457c net: filter: split 'struct sk_filter' into socket and bpf parts by Alexei Starovoitov · 10 years ago
  35. 902455e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  36. 588f5d6 net: filter: fix sparc32 typo by Alexei Starovoitov · 10 years ago
  37. 569810d1 net: filter: fix typo in sparc BPF JIT by Alexei Starovoitov · 10 years ago
  38. 3480593 net: filter: get rid of BPF_S_* enum by Daniel Borkmann · 10 years ago
  39. f8bbbfc net: filter: add jited flag to indicate jit compiled filters by Daniel Borkmann · 11 years ago
  40. 61b905d net: Rename skb->rxhash to skb->hash by Tom Herbert · 11 years ago
  41. aee636c bpf: do not use reciprocal divide by Eric Dumazet · 11 years ago
  42. d45ed4a net: fix unsafe set_memory_rw from softirq by Alexei Starovoitov · 11 years ago
  43. 5199dfe sparc: bpf_jit_comp: can call module_free() from any context by Eric Dumazet · 11 years ago
  44. 7961780 filter: bpf_jit_comp: refactor and unify BPF JIT image dump output by Daniel Borkmann · 12 years ago
  45. 54e7e2d sparc: bpf_jit_comp: add VLAN instructions for BPF JIT by Daniel Borkmann · 12 years ago
  46. aa99521 sparc: bpf_jit_comp: add XOR instruction for BPF JIT JIT by Daniel Borkmann · 12 years ago
  47. d7ce8a5 sparc bpf_jit: support BPF_S_ANC_ALU_XOR_X instruction by David S. Miller · 12 years ago
  48. 85bba52 net: filter: remove unused cpu_off in sparc JIT by Eric Dumazet · 13 years ago
  49. 584c5e2 net: filter: Fix some more small issues in sparc JIT. by David S. Miller · 13 years ago
  50. 7b56f76 net: filter: Fix some minor issues in sparc JIT. by David S. Miller · 13 years ago
  51. 2809a20 net: filter: Just In Time compiler for sparc by David S. Miller · 13 years ago