1. f1bca82 bpf: add search pruning optimization to verifier by Alexei Starovoitov · 10 years ago
  2. 3c731eb bpf: mini eBPF library, test stubs and verifier testsuite by Alexei Starovoitov · 10 years ago
  3. 17a5267 bpf: verifier (add verifier core) by Alexei Starovoitov · 10 years ago
  4. 475fb78 bpf: verifier (add branch/goto checks) by Alexei Starovoitov · 10 years ago
  5. 0246e64 bpf: handle pseudo BPF_LD_IMM64 insn by Alexei Starovoitov · 10 years ago
  6. cbd3570 bpf: verifier (add ability to receive verification log) by Alexei Starovoitov · 10 years ago
  7. 51580e7 bpf: verifier (add docs) by Alexei Starovoitov · 10 years ago
  8. 0a542a8 bpf: handle pseudo BPF_CALL insn by Alexei Starovoitov · 10 years ago
  9. 09756af bpf: expand BPF syscall with program load/unload by Alexei Starovoitov · 10 years ago
  10. db20fd2 bpf: add lookup/update/delete/iterate methods to BPF maps by Alexei Starovoitov · 10 years ago
  11. 99c55f7 bpf: introduce BPF syscall and maps by Alexei Starovoitov · 10 years ago
  12. b954d83 net: bpf: only build bpf_jit_binary_{alloc, free}() when jit selected by Daniel Borkmann · 10 years ago
  13. 738cbe7 net: bpf: consolidate JIT binary allocator by Daniel Borkmann · 10 years ago
  14. 02ab695 net: filter: add "load 64-bit immediate" eBPF instruction by Alexei Starovoitov · 10 years ago
  15. 60a3b22 net: bpf: make eBPF interpreter images read-only by Daniel Borkmann · 10 years ago
  16. 7ae457c net: filter: split 'struct sk_filter' into socket and bpf parts by Alexei Starovoitov · 10 years ago
  17. 8fb575c net: filter: rename sk_convert_filter() -> bpf_convert_filter() by Alexei Starovoitov · 10 years ago
  18. 4df95ff net: filter: rename sk_chk_filter() -> bpf_check_classic() by Alexei Starovoitov · 10 years ago
  19. 2695fb5 net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn' by Alexei Starovoitov · 10 years ago
  20. f5bffec net: filter: split filter.c into two files by Alexei Starovoitov · 10 years ago