1. 6f10064 bpf: Expose bpf_d_path helper to sleepable LSM hooks by KP Singh · 4 years, 2 months ago
  2. 8e4597c bpf: Allow using bpf_sk_storage in FENTRY/FEXIT/RAW_TP by Martin KaFai Lau · 4 years, 2 months ago
  3. 3ca1032 bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_ID by KP Singh · 4 years, 2 months ago
  4. 9ff9b0d Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 3 months ago
  5. ebfb4d4 bpf: Fix build failure for kernel/trace/bpf_trace.c with CONFIG_NET=n by Yonghong Song · 4 years, 3 months ago
  6. 63d9b80 bpf: Introducte bpf_this_cpu_ptr() by Hao Luo · 4 years, 4 months ago
  7. eaa6bcb bpf: Introduce bpf_per_cpu_ptr() by Hao Luo · 4 years, 4 months ago
  8. eb41137 bpf: Add bpf_seq_printf_btf helper by Alan Maguire · 4 years, 4 months ago
  9. c4d0bfb bpf: Add bpf_snprintf_btf helper by Alan Maguire · 4 years, 4 months ago
  10. 1b4d60e bpf: Enable BPF_PROG_TEST_RUN for raw_tracepoint by Song Liu · 4 years, 4 months ago
  11. a8a7179 selftests/bpf: Fix stat probe in d_path test by Jiri Olsa · 4 years, 4 months ago
  12. 9436ef6 bpf: Allow specifying a BTF ID per argument in function protos by Lorenz Bauer · 4 years, 4 months ago
  13. 0340a6b module: Fix up module_notifier return values by Peter Zijlstra · 4 years, 5 months ago
  14. 07be4c4 bpf: Add bpf_copy_from_user() helper. by Alexei Starovoitov · 4 years, 5 months ago
  15. 6e22ab9 bpf: Add d_path helper by Jiri Olsa · 4 years, 5 months ago
  16. 0d360d6 bpf: Remove inline from bpf_do_trace_printk by Stanislav Fomichev · 4 years, 5 months ago
  17. 7b04d6d bpf: Separate bpf_get_[stack|stackid] for perf events BPF by Song Liu · 4 years, 6 months ago
  18. ac5a72e bpf: Use dedicated bpf_trace_printk event instead of trace_printk() by Alan Maguire · 4 years, 6 months ago
  19. c9a0f3b bpf: Resolve BTF IDs in vmlinux image by Jiri Olsa · 4 years, 6 months ago
  20. f91c031e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 7 months ago
  21. 2df6bb54 bpf: Allow %pB in bpf_seq_printf() and bpf_trace_printk() by Song Liu · 4 years, 7 months ago
  22. fa28dcb bpf: Introduce helper bpf_get_task_stack() by Song Liu · 4 years, 7 months ago
  23. 4a21185 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 7 months ago
  24. 0d4fad3 bpf: Add bpf_skc_to_udp6_sock() helper by Yonghong Song · 4 years, 7 months ago
  25. 478cfbd bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpers by Yonghong Song · 4 years, 7 months ago
  26. af7ec13 bpf: Add bpf_skc_to_tcp6_sock() helper by Yonghong Song · 4 years, 7 months ago
  27. 72e2b2b bpf: Allow tracing programs to use bpf_jiffies64() helper by Yonghong Song · 4 years, 7 months ago
  28. c06b022 bpf: Support 'X' in bpf_seq_printf() helper by Yonghong Song · 4 years, 7 months ago
  29. c0ee37e maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofault by Christoph Hellwig · 4 years, 7 months ago
  30. fe55731 maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault by Christoph Hellwig · 4 years, 7 months ago
  31. 02553b9 bpf: bpf_probe_read_kernel_str() has to return amount of data read on success by Andrii Nakryiko · 4 years, 7 months ago
  32. 98a2360 maccess: always use strict semantics for probe_kernel_read by Christoph Hellwig · 4 years, 7 months ago
  33. 8d92db5 bpf: rework the compat kernel probe handling by Christoph Hellwig · 4 years, 7 months ago
  34. 19c8d8a bpf:bpf_seq_printf(): handle potentially unsafe format string better by Andrew Morton · 4 years, 7 months ago
  35. aec6ce5 bpf: handle the compat string in bpf_trace_copy_string better by Christoph Hellwig · 4 years, 7 months ago
  36. d7b2977 bpf: factor out a bpf_trace_copy_string helper by Christoph Hellwig · 4 years, 7 months ago
  37. c4cb164 maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofault by Christoph Hellwig · 4 years, 7 months ago
  38. bd88bb5 maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofault by Christoph Hellwig · 4 years, 7 months ago
  39. cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 8 months ago
  40. 958a3f2 bpf: Use tracing helpers for lsm programs by Jiri Olsa · 4 years, 8 months ago
  41. b36e62e bpf: Use strncpy_from_unsafe_strict() in bpf_seq_printf() helper by Yonghong Song · 4 years, 8 months ago
  42. 457f443 bpf: Implement BPF ring buffer and verifier support for it by Andrii Nakryiko · 4 years, 8 months ago
  43. f470378 bpf: Extend bpf_base_func_proto helpers with probe_* and *current_task* by John Fastabend · 4 years, 8 months ago
  44. 0bffedb Merge tag 'v5.7-rc7' into perf/core, to pick up fixes by Ingo Molnar · 4 years, 8 months ago
  45. da07f52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  46. 2c78ee8 bpf: Implement CAP_BPF by Alexei Starovoitov · 4 years, 8 months ago
  47. b2a5212 bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifier by Daniel Borkmann · 4 years, 8 months ago
  48. 0ebeea8 bpf: Restrict bpf_probe_read{, str}() only to archs where they work by Daniel Borkmann · 4 years, 8 months ago
  49. 492e639 bpf: Add bpf_seq_printf and bpf_seq_write helpers by Yonghong Song · 4 years, 8 months ago
  50. 71d1921 bpf: add bpf_ktime_get_boot_ns() by Maciej Żenczykowski · 4 years, 9 months ago
  51. 031258d trace/bpf_trace: Open access for CAP_PERFMON privileged process by Alexey Budankov · 4 years, 10 months ago
  52. ed52f2c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 10 months ago
  53. fc611f4 bpf: Introduce BPF_PROG_TYPE_LSM by KP Singh · 4 years, 10 months ago
  54. 9fb1695 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
  55. d831ee8 bpf: Add bpf_xdp_output() helper by Eelco Chaudron · 4 years, 11 months ago
  56. b4490c5 bpf: Added new helper bpf_get_ns_current_pid_tgid by Carlos Neira · 4 years, 11 months ago
  57. 3e7c67d bpf: Fix bpf_prog_test_run_tracing for !CONFIG_NET by KP Singh · 4 years, 11 months ago
  58. 1bc7896 bpf: Fix deadlock with rq_lock in bpf_send_signal() by Yonghong Song · 4 years, 11 months ago
  59. da00d2f bpf: Add test ops for BPF_PROG_TYPE_TRACING by KP Singh · 4 years, 11 months ago
  60. b0a81b9 bpf/trace: Remove redundant preempt_disable from trace_call_bpf() by Thomas Gleixner · 5 years ago
  61. 1b7a51a bpf/trace: Remove EXPORT from trace_call_bpf() by Thomas Gleixner · 5 years ago
  62. f03efe4 bpf/tracing: Remove redundant preempt_disable() in __bpf_trace_run() by Thomas Gleixner · 5 years ago
  63. fff7b64 bpf: Add bpf_read_branch_records() helper by Daniel Xu · 5 years ago
  64. b80b033 bpf: Allow bpf_perf_event_read_value in all BPF programs by Song Liu · 5 years ago
  65. 8482941 bpf: Add bpf_send_signal_thread() helper by Yonghong Song · 5 years ago
  66. b22bfea Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  67. 153bedb irq_work: Convert flags to atomic_t by Frederic Weisbecker · 5 years ago
  68. 6ae08ae bpf: Add probe_read_{user, kernel} and probe_read_{user, kernel}_str helpers by Daniel Borkmann · 5 years ago
  69. eb1b668 bpf: Make use of probe_user_write in probe write helper by Daniel Borkmann · 5 years ago
  70. f1b9509 bpf: Replace prog_raw_tp+btf_id with prog_tracing by Alexei Starovoitov · 5 years ago
  71. 3820729 bpf: Prepare btf_ctx_access for non raw_tp use case by Martin KaFai Lau · 5 years ago
  72. 1f5343c bpf: Fix build error without CONFIG_NET by YueHaibing · 5 years ago
  73. a7658e1 bpf: Check types of arguments passed into helpers by Alexei Starovoitov · 5 years ago
  74. 9e15db6 bpf: Implement accurate raw_tp context access via BTF by Alexei Starovoitov · 5 years ago
  75. 02dc96e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  76. aefcf2f Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 5 years ago
  77. 768fb61 bpf: Fix bpf_event_output re-entry issue by Allan Zhang · 5 years ago
  78. 9d1f8be5 bpf: Restrict bpf when kernel lockdown is in confidentiality mode by David Howells · 5 years ago
  79. 9db1ff0 bpf: fix compiler warning with CONFIG_MODULES=n by Yonghong Song · 6 years ago
  80. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  81. 9594dc3 bpf: fix nested bpf tracepoints with per-cpu data by Matt Mullins · 6 years ago
  82. e672db0 bpf: tracing: properly use bpf_prog_array api by Stanislav Fomichev · 6 years ago
  83. e1afb702 bpf: check signal validity in nmi for bpf_send_signal() helper by Yonghong Song · 6 years ago
  84. 8b401f9 bpf: implement bpf_send_signal() helper by Yonghong Song · 6 years ago
  85. 390e99c bpf: mark bpf_event_notify and bpf_event_init as static by Stanislav Fomichev · 6 years ago
  86. 80f2321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  87. c7b6f29 bpf: Fail bpf_probe_write_user() while mm is switched by Nadav Amit · 6 years ago
  88. 9df1c28 bpf: add writable context for raw tracepoints by Matt Mullins · 6 years ago
  89. 02a8c81 bpf: add map helper functions push, pop, peek in more BPF programs by Alban Crequy · 6 years ago
  90. 9ed8f1a Merge branch 'linus' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
  91. e16ec34 bpf: fix potential deadlock in bpf_prog_register by Alexei Starovoitov · 6 years ago
  92. 5620196 perf: Make perf_event_output() propagate the output() return by Arnaldo Carvalho de Melo · 6 years ago
  93. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  94. a38d110 bpf: support raw tracepoints in modules by Matt Mullins · 6 years ago
  95. 1efb6ee bpf: fix check of allowed specifiers in bpf_trace_printk by Martynas Pumputis · 6 years ago
  96. 179a0cc tracing: Add SPDX License format to bpf_trace.c by Steven Rostedt (VMware) · 6 years ago
  97. 34ea38c bpf: guard bpf_get_current_cgroup_id() with CONFIG_CGROUPS by Yonghong Song · 7 years ago
  98. bf6fa2c8 bpf: implement bpf_get_current_cgroup_id() helper by Yonghong Song · 7 years ago
  99. bc23105 bpf: fix context access in tracing progs on 32 bit archs by Daniel Borkmann · 7 years ago
  100. 170a7e3 bpf: bpf_prog_array_copy() should return -ENOENT if exclude_prog not found by Sean Young · 7 years ago