1. 687f071 bpf: fix out of bounds access in verifier log by Alexei Starovoitov · 9 years ago
  2. 592867b ebpf: fix fd refcount leaks related to maps in bpf syscall by Daniel Borkmann · 9 years ago
  3. 140d8b3 bpf: fix bpf_perf_event_read() loop upper bound by Wei-Chun Chao · 9 years ago
  4. 35578d7 bpf: Implement function bpf_perf_event_read() that get the selected hardware PMU conuter by Kaixu Xia · 9 years ago
  5. ea317b2 bpf: Add new bpf map type to store the pointer to struct perf_event by Kaixu Xia · 9 years ago
  6. 2a36f0b bpf: Make the bpf_prog_array_map more generic by Wang Nan · 9 years ago
  7. 24b4d2a ebpf: Allow dereferences of PTR_TO_STACK registers by Alex Gartrell · 9 years ago
  8. 4d9c5c5 test_bpf: add bpf_skb_vlan_push/pop() tests by Alexei Starovoitov · 9 years ago
  9. c4675f9 ebpf: remove self-assignment in interpreter's tail call by Daniel Borkmann · 9 years ago
  10. 0756ea3 bpf: allow networking programs to use bpf_trace_printk() for debugging by Alexei Starovoitov · 9 years ago
  11. ffeedaf bpf: introduce current->pid, tgid, uid, gid, comm accessors by Alexei Starovoitov · 9 years ago
  12. d691f9e bpf: allow programs to write to certain skb fields by Alexei Starovoitov · 9 years ago
  13. 3324b58 ebpf: misc core cleanup by Daniel Borkmann · 9 years ago
  14. 17ca8cb ebpf: allow bpf_ktime_get_ns_proto also for networking by Daniel Borkmann · 9 years ago
  15. abf2e7d bpf: add missing rcu protection when releasing programs from prog_array by Alexei Starovoitov · 9 years ago
  16. 04fd61a bpf: allow bpf programs to tail-call other bpf programs by Alexei Starovoitov · 9 years ago
  17. 876a7ae bpf: fix 64-bit divide by Alexei Starovoitov · 9 years ago
  18. 725f9dc bpf: fix two bugs in verification logic when accessing 'ctx' pointer by Alexei Starovoitov · 9 years ago
  19. c3de631 bpf: fix verifier memory corruption by Alexei Starovoitov · 9 years ago
  20. 6c373ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  21. 2541517 tracing, perf: Implement BPF programs attached to kprobes by Alexei Starovoitov · 9 years ago
  22. 608cd71 tc: bpf: generalize pedit action by Alexei Starovoitov · 9 years ago
  23. 94caee8 ebpf: add sched_act_type and map it to sk_filter's verifier ops by Daniel Borkmann · 9 years ago
  24. 9bac3d6 bpf: allow extended BPF programs access skb fields by Alexei Starovoitov · 9 years ago
  25. c04167c ebpf: add helper for obtaining current processor id by Daniel Borkmann · 9 years ago
  26. 03e69b5 ebpf: add prandom helper for packet sampling by Daniel Borkmann · 9 years ago
  27. 80f1d68 ebpf: verifier: check that call reg with ARG_ANYTHING is initialized by Daniel Borkmann · 9 years ago
  28. 3ba67da ebpf: bpf_map_*: fix linker error on avr32 and openrisc arch by Daniel Borkmann · 9 years ago
  29. e2e9b65 cls_bpf: add initial eBPF support for programmable classifiers by Daniel Borkmann · 9 years ago
  30. 24701ec ebpf: move read-only fields to bpf_prog and shrink bpf_prog_aux by Daniel Borkmann · 9 years ago
  31. 96be432 ebpf: add sched_cls_type and map it to sk_filter's verifier ops by Daniel Borkmann · 9 years ago
  32. a2c83ff ebpf: constify various function pointer structs by Daniel Borkmann · 9 years ago
  33. f91fe17 ebpf: remove kernel test stubs by Daniel Borkmann · 9 years ago
  34. 59343cd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  35. 8ebe667 bpf: rcu lock must not be held when calling copy_to_user() by Alexei Starovoitov · 9 years ago
  36. be1f221 module: remove mod arg from module_free, rename module_memfree(). by Rusty Russell · 9 years ago
  37. ddd872b bpf: verifier: add checks for BPF_ABS | BPF_IND instructions by Alexei Starovoitov · 10 years ago
  38. daaf427 bpf: fix arraymap NULL deref and missing overflow and zero size checks by Alexei Starovoitov · 10 years ago
  39. 7943c0f bpf: remove test map scaffolding and user proper types by Alexei Starovoitov · 10 years ago
  40. d0003ec bpf: allow eBPF programs to use maps by Alexei Starovoitov · 10 years ago
  41. a1854d6 bpf: fix BPF_MAP_LOOKUP_ELEM command return code by Alexei Starovoitov · 10 years ago
  42. 28fbcfa bpf: add array type of eBPF maps by Alexei Starovoitov · 10 years ago
  43. 0f8e4bd bpf: add hashtable type of eBPF maps by Alexei Starovoitov · 10 years ago
  44. 3274f52 bpf: add 'flags' attribute to BPF_MAP_UPDATE_ELEM command by Alexei Starovoitov · 10 years ago
  45. 55b42b5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  46. 9c399760 bpf: reduce verifier memory consumption by Alexei Starovoitov · 10 years ago
  47. f89b775 bpf: split eBPF out of NET by Alexei Starovoitov · 10 years ago
  48. 32bf08a bpf: fix bug in eBPF verifier by Alexei Starovoitov · 10 years ago
  49. f1bca82 bpf: add search pruning optimization to verifier by Alexei Starovoitov · 10 years ago
  50. 3c731eb bpf: mini eBPF library, test stubs and verifier testsuite by Alexei Starovoitov · 10 years ago
  51. 17a5267 bpf: verifier (add verifier core) by Alexei Starovoitov · 10 years ago
  52. 475fb78 bpf: verifier (add branch/goto checks) by Alexei Starovoitov · 10 years ago
  53. 0246e64 bpf: handle pseudo BPF_LD_IMM64 insn by Alexei Starovoitov · 10 years ago
  54. cbd3570 bpf: verifier (add ability to receive verification log) by Alexei Starovoitov · 10 years ago
  55. 51580e7 bpf: verifier (add docs) by Alexei Starovoitov · 10 years ago
  56. 0a542a8 bpf: handle pseudo BPF_CALL insn by Alexei Starovoitov · 10 years ago
  57. 09756af bpf: expand BPF syscall with program load/unload by Alexei Starovoitov · 10 years ago
  58. db20fd2 bpf: add lookup/update/delete/iterate methods to BPF maps by Alexei Starovoitov · 10 years ago
  59. 99c55f7 bpf: introduce BPF syscall and maps by Alexei Starovoitov · 10 years ago
  60. b954d83 net: bpf: only build bpf_jit_binary_{alloc, free}() when jit selected by Daniel Borkmann · 10 years ago
  61. 738cbe7 net: bpf: consolidate JIT binary allocator by Daniel Borkmann · 10 years ago
  62. 02ab695 net: filter: add "load 64-bit immediate" eBPF instruction by Alexei Starovoitov · 10 years ago
  63. 60a3b22 net: bpf: make eBPF interpreter images read-only by Daniel Borkmann · 10 years ago
  64. 7ae457c net: filter: split 'struct sk_filter' into socket and bpf parts by Alexei Starovoitov · 10 years ago
  65. 8fb575c net: filter: rename sk_convert_filter() -> bpf_convert_filter() by Alexei Starovoitov · 10 years ago
  66. 4df95ff net: filter: rename sk_chk_filter() -> bpf_check_classic() by Alexei Starovoitov · 10 years ago
  67. 2695fb5 net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn' by Alexei Starovoitov · 10 years ago
  68. f5bffec net: filter: split filter.c into two files by Alexei Starovoitov · 10 years ago