1. fcbc8d0 bpf: map_get_next_key to return first key on NULL by Teng Qin · 7 years ago
  2. 2a8bc53 bpf: add schedule points in percpu arrays management by Eric Dumazet · 6 years ago
  3. 422baf6 bpf: fix mlock precharge on arraymaps by Daniel Borkmann · 6 years ago
  4. 816cfeb bpf: fix wrong exposure of map_flags into fdinfo for lpm by Daniel Borkmann · 6 years ago
  5. 820ef2a bpf, array: fix overflow in max_entries and undefined behavior in index_mask by Daniel Borkmann · 6 years ago
  6. a9bfac14 bpf: prevent out-of-bounds speculation by Alexei Starovoitov · 6 years ago
  7. 251d00b bpf: don't trigger OOM killer under pressure with map alloc by Daniel Borkmann · 7 years ago
  8. 60d20f9 bpf: Add bpf_current_task_under_cgroup helper by Sargun Dhillon · 8 years ago
  9. 858d68f bpf: bpf_event_entry_gen's alloc needs to be in atomic context by Daniel Borkmann · 8 years ago
  10. 4ed8ec5 cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAY by Martin KaFai Lau · 8 years ago
  11. 1aacde3 bpf: generally move prog destruction to RCU deferral by Daniel Borkmann · 8 years ago
  12. 3b1efb1 bpf, maps: flush own entries on perf map release by Daniel Borkmann · 8 years ago
  13. d056a78 bpf, maps: extend map_fd_get_ptr arguments by Daniel Borkmann · 8 years ago
  14. 823707b bpf: check for reserved flag bits in array and stack maps by Alexei Starovoitov · 8 years ago
  15. 15a07b3 bpf: add lookup/update support for per-cpu hash and array maps by Alexei Starovoitov · 8 years ago
  16. a10423b bpf: introduce BPF_MAP_TYPE_PERCPU_ARRAY map by Alexei Starovoitov · 8 years ago
  17. e03e7ee perf/bpf: Convert perf_event_array to use struct file by Alexei Starovoitov · 8 years ago
  18. 01b3f52 bpf: fix allocation warnings in bpf maps and integer overflow by Alexei Starovoitov · 9 years ago
  19. fbca9d2 bpf, array: fix heap out-of-bounds access when updating elements by Daniel Borkmann · 9 years ago
  20. 62544ce bpf: fix bpf_perf_event_read() helper by Alexei Starovoitov · 9 years ago
  21. a43eec3 bpf: introduce bpf_perf_event_output() helper by Alexei Starovoitov · 9 years ago
  22. aaac3ba bpf: charge user for creation of BPF maps and programs by Alexei Starovoitov · 9 years ago
  23. 0cdf5640 ebpf: include perf_event only where really needed by Daniel Borkmann · 9 years ago
  24. ea317b2 bpf: Add new bpf map type to store the pointer to struct perf_event by Kaixu Xia · 9 years ago
  25. 2a36f0b bpf: Make the bpf_prog_array_map more generic by Wang Nan · 9 years ago
  26. abf2e7d bpf: add missing rcu protection when releasing programs from prog_array by Alexei Starovoitov · 9 years ago
  27. 04fd61a bpf: allow bpf programs to tail-call other bpf programs by Alexei Starovoitov · 9 years ago
  28. a2c83ff ebpf: constify various function pointer structs by Daniel Borkmann · 9 years ago
  29. daaf427 bpf: fix arraymap NULL deref and missing overflow and zero size checks by Alexei Starovoitov · 10 years ago
  30. 28fbcfa bpf: add array type of eBPF maps by Alexei Starovoitov · 10 years ago