1. c9e3071 bpf, x64: increase number of passes by Daniel Borkmann · 6 years ago
  2. 017219b bpf, x64: implement retpoline for tail call by Daniel Borkmann · 6 years ago
  3. 5226bb3 bpf: fix bpf_tail_call() x64 JIT by Alexei Starovoitov · 6 years ago
  4. c964ad3 x86: bpf_jit: small optimization in emit_bpf_tail_call() by Eric Dumazet · 6 years ago
  5. b55f6ca bpf: change back to orig prog on too many passes by Daniel Borkmann · 7 years ago
  6. 959a757 bpf, x86: add support for constant blinding by Daniel Borkmann · 8 years ago
  7. d1c55ab bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis by Daniel Borkmann · 8 years ago
  8. 93a73d4 bpf, x86/arm64: remove useless checks on prog by Daniel Borkmann · 8 years ago
  9. d21001c x86/asm/bpf: Create stack frames in bpf_jit.S by Josh Poimboeuf · 8 years ago
  10. 2d8fe90 x86/asm/bpf: Annotate callable functions by Josh Poimboeuf · 8 years ago
  11. 606c88a bpf, x86: detect/optimize loading 0 immediates by Daniel Borkmann · 8 years ago
  12. 8b614ae bpf: move clearing of A/X into classic to eBPF migration prologue by Daniel Borkmann · 8 years ago
  13. a91263d ebpf: migrate bpf_prog's flags to bitfield by Daniel Borkmann · 9 years ago
  14. 2a36f0b bpf: Make the bpf_prog_array_map more generic by Wang Nan · 9 years ago
  15. 5510b3c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  16. 485d651 bpf, x86/sparc: show actual number of passes in bpf_jit_dump by Daniel Borkmann · 9 years ago
  17. 2482abb ebpf, x86: fix general protection fault when tail call is invoked by Daniel Borkmann · 9 years ago
  18. 4e10df9 bpf: introduce bpf_skb_vlan_push/pop() helpers by Alexei Starovoitov · 9 years ago
  19. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  20. 9dda165 Merge branch 'x86/asm' into x86/core, to prepare for new patch by Ingo Molnar · 9 years ago
  21. 131484c x86/debug: Remove perpetually broken, unmaintainable dwarf annotations by Ingo Molnar · 9 years ago
  22. dda922c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  23. 3f7352b x86: bpf_jit: fix compilation of large bpf programs by Alexei Starovoitov · 9 years ago
  24. b52f00e x86: bpf_jit: implement bpf_tail_call() helper by Alexei Starovoitov · 9 years ago
  25. 343f845 x86: bpf_jit: fix FROM_BE16 and FROM_LE16/32 instructions by Alexei Starovoitov · 9 years ago
  26. 22f1092 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  27. 5cccc70 x86: bpf_jit_comp: Remove inline from static function definitions by Joe Perches · 10 years ago
  28. d148134 x86: bpf_jit_comp: Reduce is_ereg() code size by Joe Perches · 10 years ago
  29. 769e0de bpf: x86: fix epilogue generation for eBPF programs by Alexei Starovoitov · 10 years ago
  30. e0ee9c1 x86: bpf_jit: fix two bugs in eBPF JIT compiler by Alexei Starovoitov · 10 years ago
  31. 286aad3 net: bpf: be friendly to kmemcheck by Daniel Borkmann · 10 years ago
  32. 738cbe7 net: bpf: consolidate JIT binary allocator by Daniel Borkmann · 10 years ago
  33. 02ab695 net: filter: add "load 64-bit immediate" eBPF instruction by Alexei Starovoitov · 10 years ago
  34. 60a3b22 net: bpf: make eBPF interpreter images read-only by Daniel Borkmann · 10 years ago
  35. 72b603e bpf: x86: add missing 'shift by register' instructions to x64 eBPF JIT by Alexei Starovoitov · 10 years ago
  36. 7ae457c net: filter: split 'struct sk_filter' into socket and bpf parts by Alexei Starovoitov · 10 years ago
  37. 8fb575c net: filter: rename sk_convert_filter() -> bpf_convert_filter() by Alexei Starovoitov · 10 years ago
  38. 2695fb5 net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn' by Alexei Starovoitov · 10 years ago
  39. e430f34 net: filter: cleanup A/X name usage by Alexei Starovoitov · 10 years ago
  40. 54e5c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  41. 6225827 net: filter: x86: internal BPF JIT by Alexei Starovoitov · 10 years ago
  42. f3c2af7 net: filter: x86: split bpf_jit_compile() by Alexei Starovoitov · 10 years ago
  43. 773cd38 net: filter: x86: fix JIT address randomization by Alexei Starovoitov · 10 years ago
  44. f8bbbfc net: filter: add jited flag to indicate jit compiled filters by Daniel Borkmann · 10 years ago
  45. 61b905d net: Rename skb->rxhash to skb->hash by Tom Herbert · 10 years ago
  46. fdfaf64 x86: bpf_jit: support negative offsets by Alexei Starovoitov · 10 years ago
  47. aee636c bpf: do not use reciprocal divide by Eric Dumazet · 10 years ago
  48. 98bbc06 net: x86: bpf: don't forget to free sk_filter (v2) by Andrey Vagin · 11 years ago
  49. d45ed4a net: fix unsafe set_memory_rw from softirq by Alexei Starovoitov · 11 years ago
  50. 314beb9 x86: bpf_jit_comp: secure bpf jit against spraying attacks by Eric Dumazet · 11 years ago
  51. 650c849 x86: bpf_jit_comp: can call module_free() from any context by Eric Dumazet · 11 years ago
  52. 7961780 filter: bpf_jit_comp: refactor and unify BPF JIT image dump output by Daniel Borkmann · 11 years ago
  53. 3b58908 x86: bpf_jit_comp: add pkt_type support by Eric Dumazet · 11 years ago
  54. 855ddb5 x86: bpf_jit_comp: add vlan tag support by Eric Dumazet · 12 years ago
  55. 82c93fc x86: bpf_jit_comp: add XOR instruction for BPF JIT by Daniel Borkmann · 12 years ago
  56. 280050c x86 bpf_jit: support MOD operation by Eric Dumazet · 12 years ago
  57. 4bfaddf x86 bpf_jit: support BPF_S_ANC_ALU_XOR_X instruction by Eric Dumazet · 12 years ago
  58. a998d43 bpf jit: Let the x86 jit handle negative offsets by Jan Seiffert · 12 years ago
  59. 1d24fb3 x86 bpf_jit: fix a bug in emitting the 16-bit immediate operand of AND by zhuangfeiran@ict.ac.cn · 12 years ago
  60. dc72d99 net: bpf_jit: fix BPF_S_LDX_B_MSH compilation by Eric Dumazet · 12 years ago
  61. d00a9dd net: bpf_jit: fix divide by 0 generation by Eric Dumazet · 12 years ago
  62. a03ffcf net: bpf_jit: fix an off-one bug in x86_64 cond jump target by Markus Kötter · 12 years ago
  63. 0a14842 net: filter: Just In Time compiler for x86-64 by Eric Dumazet · 13 years ago