1. be80a1d bpf: Generalize check_ctx_reg for reuse with other types by Daniel Borkmann · 3 years ago
  2. 3363bd0 bpf: Extend kfunc with PTR_TO_CTX, PTR_TO_MEM argument support by Kumar Kartikeya Dwivedi · 3 years ago
  3. 216e3cd bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem. by Hao Luo · 3 years ago
  4. cf9f2f8 bpf: Convert PTR_TO_MEM_OR_NULL to composable types. by Hao Luo · 3 years ago
  5. 20b2aff bpf: Introduce MEM_RDONLY flag by Hao Luo · 3 years ago
  6. c25b2ae bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULL by Hao Luo · 3 years ago
  7. bb6728d bpf: Allow access to int pointer arguments in tracing programs by Jiri Olsa · 3 years, 1 month ago
  8. f18a499 bpf: Silence coverity false positive warning. by Alexei Starovoitov · 3 years, 1 month ago
  9. 4674f21 bpf: Use kmemdup() to replace kmalloc + memcpy by Jiapeng Chong · 3 years, 1 month ago
  10. be31582 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 1 month ago
  11. 3150a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
  12. 73b6eae bpf: Remove redundant assignment to pointer t by Colin Ian King · 3 years, 1 month ago
  13. 29f2e5b bpf: Silence purge_cand_cache build warning. by Alexei Starovoitov · 3 years, 1 month ago
  14. 866de40 bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD) by Hou Tao · 3 years, 1 month ago
  15. 78c1f8d libbpf: Reduce bpf_core_apply_relo_insn() stack usage. by Alexei Starovoitov · 3 years, 1 month ago
  16. b12f031 bpf: Fix bpf_check_mod_kfunc_call for built-in modules by Kumar Kartikeya Dwivedi · 3 years, 1 month ago
  17. d9847eb bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALL by Kumar Kartikeya Dwivedi · 3 years, 1 month ago
  18. 1e89106 bpf: Add bpf_core_add_cands() and wire it into bpf_core_apply_relo_insn(). by Alexei Starovoitov · 3 years, 1 month ago
  19. c5a2d43 bpf: Adjust BTF log size limit. by Alexei Starovoitov · 3 years, 1 month ago
  20. fbd94c7 bpf: Pass a set of bpf_core_relo-s to prog_load command. by Alexei Starovoitov · 3 years, 1 month ago
  21. 29db4be bpf: Prepare relo_core.c for kernel duty. by Alexei Starovoitov · 3 years, 1 month ago
  22. 8293eb9 bpf: Rename btf_member accessors. by Alexei Starovoitov · 3 years, 1 month ago
  23. d19ddb4 bpf: Introduce btf_tracing_ids by Song Liu · 3 years, 2 months ago
  24. 9e2ad63 bpf: Extend BTF_ID_LIST_GLOBAL with parameter for number of IDs by Song Liu · 3 years, 2 months ago
  25. 8c42d2f bpf: Support BTF_KIND_TYPE_TAG for btf_type_tag attributes by Yonghong Song · 3 years, 2 months ago
  26. 7c7e3d3 bpf: Introduce helper bpf_find_vma by Song Liu · 3 years, 2 months ago
  27. bd16dee bpf: Add BTF_KIND_DECL_TAG typedef support by Yonghong Song · 3 years, 2 months ago
  28. 223f903 bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAG by Yonghong Song · 3 years, 3 months ago
  29. c48e51c bpf: selftests: Add selftests for module kfunc support by Kumar Kartikeya Dwivedi · 3 years, 3 months ago
  30. 0e32dfc bpf: Enable TCP congestion control kfunc from modules by Kumar Kartikeya Dwivedi · 3 years, 3 months ago
  31. 14f267d bpf: btf: Introduce helpers for dynamic BTF set registration by Kumar Kartikeya Dwivedi · 3 years, 3 months ago
  32. b5ea834 bpf: Support for new btf kind BTF_KIND_TAG by Yonghong Song · 3 years, 3 months ago
  33. eb529c5 bpf: Fix bpf-next builds without CONFIG_BPF_EVENTS by Daniel Xu · 3 years, 4 months ago
  34. d362164 bpf: Emit better log message if bpf_iter ctx arg btf_id == 0 by Yonghong Song · 3 years, 5 months ago
  35. 6813466 bpf: Add map side support for bpf timers. by Alexei Starovoitov · 3 years, 6 months ago
  36. a52171a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 6 months ago
  37. 5ada57a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 7 months ago
  38. 8fb33b6 bpf: Fix spelling mistakes by Zhen Lei · 3 years, 7 months ago
  39. 3d78417 bpf: Add bpf_btf_find_by_name_kind() helper. by Alexei Starovoitov · 3 years, 8 months ago
  40. c571bd7 bpf: Make btf_load command to be bpfptr_t compatible. by Alexei Starovoitov · 3 years, 8 months ago
  41. 3137939 bpf: Forbid trampoline attach for functions with variable arguments by Jiri Olsa · 3 years, 8 months ago
  42. 235fc0e bpf: Remove redundant assignment of variable id by Colin Ian King · 3 years, 9 months ago
  43. e6ac245 bpf: Support bpf program calling kernel function by Martin KaFai Lau · 3 years, 9 months ago
  44. 34747c4 bpf: Refactor btf_check_func_arg_match by Martin KaFai Lau · 3 years, 9 months ago
  45. c1acda9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 10 months ago
  46. b1828f0 bpf: Add BTF_KIND_FLOAT support by Ilya Leoshkevich · 3 years, 10 months ago
  47. 523a4cf bpf: Use MAX_BPF_FUNC_REG_ARGS macro by Dmitrii Banshchikov · 3 years, 10 months ago
  48. f4eda8b bpf: Drop imprecise log message by Dmitrii Banshchikov · 3 years, 10 months ago
  49. e5069b9c bpf: Support pointers in global func args by Dmitrii Banshchikov · 3 years, 11 months ago
  50. feb4adf bpf: Rename bpf_reg_state variables by Dmitrii Banshchikov · 3 years, 11 months ago
  51. 13ca51d bpf: Permit size-0 datasec by Yonghong Song · 4 years ago
  52. 0fe2f27 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years ago
  53. 541c3ba bpf: Support BPF ksym variables in kernel modules by Andrii Nakryiko · 4 years ago
  54. bcc5e61 bpf: Allow empty module BTFs by Andrii Nakryiko · 4 years ago
  55. 290248a bpf: Allow to specify kernel module BTFs when attaching BPF programs by Andrii Nakryiko · 4 years, 1 month ago
  56. 22dc4a0 bpf: Remove hard-coded btf_vmlinux assumption from BPF verifier by Andrii Nakryiko · 4 years, 1 month ago
  57. 7112d12 bpf: Compile out btf_parse_module() if module BTF is not enabled by Andrii Nakryiko · 4 years, 2 months ago
  58. 36e6844 bpf: Load and verify kernel module BTFs by Andrii Nakryiko · 4 years, 2 months ago
  59. 5329722 bpf: Assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFO by Andrii Nakryiko · 4 years, 2 months ago
  60. 951bb64 bpf: Add in-kernel split BTF support by Andrii Nakryiko · 4 years, 2 months ago
  61. 666475c bpf, btf: Remove the duplicate btf_ids.h include by Wang Qing · 4 years, 2 months ago
  62. eaa6bcb bpf: Introduce bpf_per_cpu_ptr() by Hao Luo · 4 years, 3 months ago
  63. 4976b71 bpf: Introduce pseudo_btf_id by Hao Luo · 4 years, 3 months ago
  64. 43bc287 bpf: Fix context type resolving for extension programs by Toke Høiland-Jørgensen · 4 years, 3 months ago
  65. 3aac1ea bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attach by Toke Høiland-Jørgensen · 4 years, 3 months ago
  66. eb41137 bpf: Add bpf_seq_printf_btf helper by Alan Maguire · 4 years, 3 months ago
  67. 31d0bc8 bpf: Move to generic BTF show support, apply it to seq files/strings by Alan Maguire · 4 years, 3 months ago
  68. efc6815 bpf: change logging calls from verbose() to bpf_log() and use log pointer by Toke Høiland-Jørgensen · 4 years, 3 months ago
  69. 9436ef6 bpf: Allow specifying a BTF ID per argument in function protos by Lorenz Bauer · 4 years, 3 months ago
  70. 2af30f1 btf: Make btf_set_contains take a const pointer by Lorenz Bauer · 4 years, 3 months ago
  71. eae2e83 bpf: Add BTF_SET_START/END macros by Jiri Olsa · 4 years, 4 months ago
  72. faaf4a7 bpf: Add btf_struct_ids_match function by Jiri Olsa · 4 years, 4 months ago
  73. 1c6d28a bpf: Factor btf_struct_access function by Jiri Olsa · 4 years, 4 months ago
  74. dafe58f bpf: Remove recursion call in btf_struct_access by Jiri Olsa · 4 years, 4 months ago
  75. 887c31a bpf: Add type_id pointer as argument to __btf_resolve_size by Jiri Olsa · 4 years, 4 months ago
  76. 69ff304 bpf: Add elem_id pointer as argument to __btf_resolve_size by Jiri Olsa · 4 years, 4 months ago
  77. 6298399 bpf: Move btf_resolve_size into __btf_resolve_size by Jiri Olsa · 4 years, 4 months ago
  78. 2e7199b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 5 months ago
  79. bd0b33b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 5 months ago
  80. afbf21d bpf: Support readonly/readwrite buffers in verifier by Yonghong Song · 4 years, 5 months ago
  81. 951cf36 bpf: net: Use precomputed btf_id for bpf iterators by Yonghong Song · 4 years, 5 months ago
  82. bc4f054 bpf: Compute bpf_skc_to_*() helper socket btf ids at build time by Yonghong Song · 4 years, 5 months ago
  83. 5b801df bpf: Fix NULL pointer dereference in __btf_resolve_helper_id() by Peilin Ye · 4 years, 6 months ago
  84. 07dd1b7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 6 months ago
  85. 49f4e67 bpf: Use BTF_ID to resolve bpf_ctx_convert struct by Jiri Olsa · 4 years, 6 months ago
  86. 138b9a0 bpf: Remove btf_id helpers resolving by Jiri Olsa · 4 years, 6 months ago
  87. 71930d6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  88. a9b5915 bpf: Do not allow btf_ctx_access with __int128 types by John Fastabend · 4 years, 6 months ago
  89. af7ec13 bpf: Add bpf_skc_to_tcp6_sock() helper by Yonghong Song · 4 years, 6 months ago
  90. 41c48f3 bpf: Support access to bpf map fields by Andrey Ignatov · 4 years, 6 months ago
  91. a2d0d62 bpf: Switch btf_parse_vmlinux to btf_find_by_name_kind by Andrey Ignatov · 4 years, 6 months ago
  92. 3c32cc1 bpf: Enable bpf_iter targets registering ctx argument types by Yonghong Song · 4 years, 8 months ago
  93. 9c5f8a10 bpf: Support variable length array in tracing programs by Yonghong Song · 4 years, 8 months ago
  94. b121b34 bpf: Add PTR_TO_BTF_ID_OR_NULL support by Yonghong Song · 4 years, 8 months ago
  95. f2e10bf bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_link by Andrii Nakryiko · 4 years, 8 months ago
  96. ed52f2c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 9 months ago
  97. f50b49a bpf: btf: Fix arg verification in btf_ctx_access() by KP Singh · 4 years, 9 months ago
  98. f0b5989 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 4 years, 9 months ago
  99. 9e4e01d bpf: lsm: Implement attach, detach and execution by KP Singh · 4 years, 9 months ago
  100. 9fb1695 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 9 months ago