1. 216e3cd bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem. by Hao Luo · 3 years, 1 month ago
  2. 34d3a78 bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM. by Hao Luo · 3 years, 1 month ago
  3. 3c48073 bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULL by Hao Luo · 3 years, 1 month ago
  4. aef2fed add missing bpf-cgroup.h includes by Jakub Kicinski · 3 years, 1 month ago
  5. c5fb199 bpf: Add bpf_strncmp helper by Hou Tao · 3 years, 1 month ago
  6. be31582 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 1 month ago
  7. e6f2dd0 bpf: Add bpf_loop helper by Joanne Koong · 3 years, 2 months ago
  8. 5e0bc30 bpf: Forbid bpf_ktime_get_coarse_ns and bpf_timer_* in tracing progs by Dmitrii Banshchikov · 3 years, 2 months ago
  9. 102acba bpf: Replace callers of BPF_CAST_CALL with proper function typedef by Kees Cook · 3 years, 4 months ago
  10. 10aceb6 bpf: Add bpf_trace_vprintk helper by Dave Marchevsky · 3 years, 4 months ago
  11. 335ff49 bpf: Merge printk and seq_printf VARARG max macros by Dave Marchevsky · 3 years, 4 months ago
  12. 19a31d7 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 5 months ago
  13. dd6e10f bpf: Add bpf_task_pt_regs() helper by Daniel Xu · 3 years, 5 months ago
  14. a396eda bpf: Extend bpf_base_func_proto helpers with bpf_get_current_task_btf() by Daniel Xu · 3 years, 5 months ago
  15. f444fea Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 5 months ago
  16. 3478cfc bpf: Support "%c" in bpf_bprintf_prepare(). by Kuniyuki Iwashima · 3 years, 5 months ago
  17. f4083a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 5 months ago
  18. 2d3a1e3 bpf: Add rcu_read_lock in bpf_get_current_[ancestor_]cgroup_id() helpers by Yonghong Song · 3 years, 5 months ago
  19. a2baf4e bpf: Fix potentially incorrect results with bpf_get_local_storage() by Yonghong Song · 3 years, 5 months ago
  20. 7133084 bpf: Add _kernel suffix to internal lockdown_bpf_read by Daniel Borkmann · 3 years, 5 months ago
  21. c7603cf bpf: Add ambient BPF runtime context stored in current by Andrii Nakryiko · 3 years, 6 months ago
  22. bfc6bb7 bpf: Implement verifier support for validation of async callbacks. by Alexei Starovoitov · 3 years, 6 months ago
  23. b00628b bpf: Introduce bpf timers. by Alexei Starovoitov · 3 years, 6 months ago
  24. c1b3fed bpf: Factor out bpf_spin_lock into helpers. by Alexei Starovoitov · 3 years, 6 months ago
  25. 694cea3 bpf: Allow RCU-protected lookups to happen from bh context by Toke Høiland-Jørgensen · 3 years, 7 months ago
  26. ff40e51 bpf, lockdown, audit: Fix buggy SELinux lockdown permission checks by Daniel Borkmann · 3 years, 8 months ago
  27. 0af02eb bpf: Avoid using ARRAY_SIZE on an uninitialized pointer by Florent Revest · 3 years, 8 months ago
  28. 8afcc19 bpf: Clarify a bpf_bprintf_prepare macro by Florent Revest · 3 years, 8 months ago
  29. e2d5b2b bpf: Fix nested bpf_bprintf_prepare with more per-cpu buffers by Florent Revest · 3 years, 8 months ago
  30. 48cac3f bpf: Implement formatted output helpers with bstr_printf by Florent Revest · 3 years, 9 months ago
  31. 7b15523 bpf: Add a bpf_snprintf helper by Florent Revest · 3 years, 9 months ago
  32. d9c9e4d bpf: Factorize bpf_trace_printk and bpf_seq_printf by Florent Revest · 3 years, 9 months ago
  33. b910eaa bpf: Fix NULL pointer dereference in bpf_get_local_storage() helper by Yonghong Song · 3 years, 10 months ago
  34. 69c087b bpf: Add bpf_for_each_map_elem() helper by Yonghong Song · 3 years, 11 months ago
  35. 61ca36c8 bpf: Simplify cases in bpf_base_func_proto by Tobias Klauser · 4 years ago
  36. 301a33d bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callback by Mircea Cirjaliu · 4 years ago
  37. 46d5e62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  38. b7906b7 bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpers by Andrii Nakryiko · 4 years, 1 month ago
  39. d055126 bpf: Add bpf_ktime_get_coarse_ns helper by Dmitrii Banshchikov · 4 years, 2 months ago
  40. 63d9b80 bpf: Introducte bpf_this_cpu_ptr() by Hao Luo · 4 years, 4 months ago
  41. eaa6bcb bpf: Introduce bpf_per_cpu_ptr() by Hao Luo · 4 years, 4 months ago
  42. c4d0bfb bpf: Add bpf_snprintf_btf helper by Alan Maguire · 4 years, 4 months ago
  43. 07be4c4 bpf: Add bpf_copy_from_user() helper. by Alexei Starovoitov · 4 years, 5 months ago
  44. 457f443 bpf: Implement BPF ring buffer and verifier support for it by Andrii Nakryiko · 4 years, 8 months ago
  45. f470378 bpf: Extend bpf_base_func_proto helpers with probe_* and *current_task* by John Fastabend · 4 years, 8 months ago
  46. 2c78ee8 bpf: Implement CAP_BPF by Alexei Starovoitov · 4 years, 8 months ago
  47. 71d1921 bpf: add bpf_ktime_get_boot_ns() by Maciej Żenczykowski · 4 years, 9 months ago
  48. 082b57e net: bpf: Make bpf_ktime_get_ns() available to non GPL programs by Maciej Żenczykowski · 4 years, 9 months ago
  49. 6890896 bpf: Fix missing bpf_base_func_proto in cgroup_base_func_proto for CGROUP_NET=n by Stanislav Fomichev · 4 years, 9 months ago
  50. 0f09abd bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor id by Daniel Borkmann · 4 years, 10 months ago
  51. b4490c5 bpf: Added new helper bpf_get_ns_current_pid_tgid by Carlos Neira · 4 years, 11 months ago
  52. 5576b99 bpf: Add BPF_FUNC_jiffies64 by Martin KaFai Lau · 5 years ago
  53. 7432103 cgroup: use cgrp->kn->id as the cgroup ID by Tejun Heo · 5 years ago
  54. 67c0496 kernfs: convert kernfs_node->id from union kernfs_node_id to u64 by Tejun Heo · 5 years ago
  55. 5b497af treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295 by Thomas Gleixner · 6 years ago
  56. d7a4cb9 bpf: Introduce bpf_strtol and bpf_strtoul helpers by Andrey Ignatov · 6 years ago
  57. 96049f3 bpf: introduce BPF_F_LOCK flag by Alexei Starovoitov · 6 years ago
  58. d83525c bpf: introduce bpf_spin_lock by Alexei Starovoitov · 6 years ago
  59. 80b0d86 bpf: fix direct packet write into pop/peek helpers by Daniel Borkmann · 6 years ago
  60. f1a2e44 bpf: add queue and stack maps by Mauricio Vasquez B · 6 years ago
  61. b741f16 bpf: introduce per-cpu cgroup local storage by Roman Gushchin · 6 years ago
  62. f294b37 bpf: rework cgroup storage pointer passing by Roman Gushchin · 6 years ago
  63. 8bad74f bpf: extend cgroup bpf core to allow multiple cgroup storage types by Roman Gushchin · 6 years ago
  64. cd33943 bpf: introduce the bpf_get_local_storage() helper function by Roman Gushchin · 6 years ago
  65. bf6fa2c8 bpf: implement bpf_get_current_cgroup_id() helper by Yonghong Song · 7 years ago
  66. 39f19ebb bpf: rename ARG_PTR_TO_STACK by Alexei Starovoitov · 8 years ago
  67. 2d0e30c bpf: add helper for retrieving current numa node id by Daniel Borkmann · 8 years ago
  68. 36bbef5 bpf: direct packet write and access for helpers for clsact progs by Daniel Borkmann · 8 years ago
  69. f3694e0 bpf: add BPF_CALL_x macros for declaring helpers by Daniel Borkmann · 8 years ago
  70. 6088b58 bpf: minor cleanups in helpers by Daniel Borkmann · 8 years ago
  71. 80b48c4 bpf: don't use raw processor id in generic helper by Daniel Borkmann · 9 years ago
  72. 074f528e bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACK by Daniel Borkmann · 9 years ago
  73. cdc4e47 bpf: avoid copying junk bytes in bpf_get_current_comm() by Alexei Starovoitov · 9 years ago
  74. 3ad0040 bpf: split state from prandom_u32() and consolidate {c, e}BPF prngs by Daniel Borkmann · 9 years ago
  75. ffeedaf bpf: introduce current->pid, tgid, uid, gid, comm accessors by Alexei Starovoitov · 10 years ago
  76. 3324b58 ebpf: misc core cleanup by Daniel Borkmann · 10 years ago
  77. 17ca8cb ebpf: allow bpf_ktime_get_ns_proto also for networking by Daniel Borkmann · 10 years ago
  78. c04167c ebpf: add helper for obtaining current processor id by Daniel Borkmann · 10 years ago
  79. 03e69b5 ebpf: add prandom helper for packet sampling by Daniel Borkmann · 10 years ago
  80. a2c83ff ebpf: constify various function pointer structs by Daniel Borkmann · 10 years ago
  81. d0003ec bpf: allow eBPF programs to use maps by Alexei Starovoitov · 10 years ago