1. f3a9507 bpf: Allow trampoline re-attach for tracing and lsm programs by Jiri Olsa · 3 years, 9 months ago
  2. 441e8c6 bpf: Return target info when a tracing bpf_link is queried by Toke Høiland-Jørgensen · 3 years, 9 months ago
  3. a7ba455 sock_map: Introduce BPF_SK_SKB_VERDICT by Cong Wang · 3 years, 9 months ago
  4. e6ac245 bpf: Support bpf program calling kernel function by Martin KaFai Lau · 3 years, 9 months ago
  5. e16301f bpf: Simplify freeing logic in linfo and jited_linfo by Martin KaFai Lau · 3 years, 9 months ago
  6. 350a5c4 bpf: Dont allow vmlinux BTF to be used in map_create and prog_load. by Alexei Starovoitov · 3 years, 10 months ago
  7. 9ed9e9b bpf: Count the number of times recursion was prevented by Alexei Starovoitov · 3 years, 11 months ago
  8. 700d479 bpf: Optimize program stats by Alexei Starovoitov · 3 years, 11 months ago
  9. 5541075 bpf: Prevent double bpf_prog_put call from bpf_tracing_prog_attach by Jiri Olsa · 4 years ago
  10. 4bfc471 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years ago
  11. d467d80 bpf: Remove unused including <linux/version.h> by Tian Tao · 4 years, 1 month ago
  12. faf145d Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 1 month ago
  13. b48845a bpf: In bpf_task_fd_query use fget_task by Eric W. Biederman · 4 years, 1 month ago
  14. 8bdd8e2 bpf: Return -ENOTSUPP when attaching to non-kernel BTF by Andrii Nakryiko · 4 years, 1 month ago
  15. 290248a bpf: Allow to specify kernel module BTFs when attaching BPF programs by Andrii Nakryiko · 4 years, 1 month ago
  16. 22dc4a0 bpf: Remove hard-coded btf_vmlinux assumption from BPF verifier by Andrii Nakryiko · 4 years, 1 month ago
  17. 3ac1f01 bpf: Eliminate rlimit-based memory accounting for bpf progs by Roman Gushchin · 4 years, 1 month ago
  18. 80ee81e bpf: Eliminate rlimit-based memory accounting infra for bpf maps by Roman Gushchin · 4 years, 1 month ago
  19. d5299b6 bpf: Memcg-based memory accounting for bpf maps by Roman Gushchin · 4 years, 1 month ago
  20. 48edc1f bpf: Prepare for memcg-based memory accounting for bpf maps by Roman Gushchin · 4 years, 1 month ago
  21. 4cf1bc1 bpf: Implement task local storage by KP Singh · 4 years, 2 months ago
  22. 76702a2 bpf: Remove unneeded break by Tom Rix · 4 years, 2 months ago
  23. 1028ae4 bpf: Deref map in BPF_PROG_BIND_MAP when it's already used by Stanislav Fomichev · 4 years, 3 months ago
  24. 4a1e7c0 bpf: Support attaching freplace programs to multiple attach points by Toke Høiland-Jørgensen · 4 years, 3 months ago
  25. 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
  26. 1b4d60e bpf: Enable BPF_PROG_TEST_RUN for raw_tracepoint by Song Liu · 4 years, 3 months ago
  27. f00f2f7 Revert "bpf: Fix potential call bpf_link_free() in atomic context" by Alexei Starovoitov · 4 years, 3 months ago
  28. 6d772f3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 3 months ago
  29. 31f23a6 bpf: Fix potential call bpf_link_free() in atomic context by Muchun Song · 4 years, 4 months ago
  30. ef15314 bpf: Add BPF_PROG_BIND_MAP syscall by YiFei Zhu · 4 years, 4 months ago
  31. 984fe94 bpf: Mutex protect used_maps array and count by YiFei Zhu · 4 years, 4 months ago
  32. 44a8c4f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 4 months ago
  33. 3e8d3bd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 4 months ago
  34. 1e6c62a bpf: Introduce sleepable BPF programs by Alexei Starovoitov · 4 years, 4 months ago
  35. f4d0525 bpf: Add map_meta_equal map ops by Martin KaFai Lau · 4 years, 4 months ago
  36. 8ea6368 bpf: Implement bpf_local_storage for inodes by KP Singh · 4 years, 4 months ago
  37. b474959 bpf: Fix a buffer out-of-bound access when filling raw_tp link_info by Yonghong Song · 4 years, 4 months ago
  38. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  39. 13b79d3 bpf: sockmap: Call sock_map_update_elem directly by Lorenz Bauer · 4 years, 4 months ago
  40. 005142b bpf: Factor out bpf_link_by_id() helper. by Alexei Starovoitov · 4 years, 5 months ago
  41. 5e7b302 bpf: Change uapi for bpf iterator map elements by Yonghong Song · 4 years, 5 months ago
  42. 73b11c2a bpf: Add support for forced LINK_DETACH command by Andrii Nakryiko · 4 years, 5 months ago
  43. 310ad79 bpf: Fix build without CONFIG_NET when using BPF XDP link by Andrii Nakryiko · 4 years, 5 months ago
  44. aa8d3a7 bpf, xdp: Add bpf_link-based XDP attachment API by Andrii Nakryiko · 4 years, 5 months ago
  45. a228a64 bpf: Add bpf_prog iterator by Alexei Starovoitov · 4 years, 6 months ago
  46. e9ddbb7 bpf: Introduce SK_LOOKUP program type with a dedicated attach point by Jakub Sitnicki · 4 years, 6 months ago
  47. 07dd1b7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 6 months ago
  48. 5a76489 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 6 months ago
  49. 6396026 bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok() by Kees Cook · 4 years, 6 months ago
  50. f583674 bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hook by Stanislav Fomichev · 4 years, 6 months ago
  51. bb0de31 bpf: sockmap: Require attach_bpf_fd when detaching a program by Lorenz Bauer · 4 years, 6 months ago
  52. 4ac2add bpf: flow_dissector: Check value of unused flags to BPF_PROG_DETACH by Lorenz Bauer · 4 years, 6 months ago
  53. b338cb9 bpf: Restore behaviour of CAP_SYS_ADMIN allowing the loading of networking bpf programs by Maciej Żenczykowski · 4 years, 7 months ago
  54. 96144c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 7 months ago
  55. 29fcb05 bpf: Undo internal BPF_PROBE_MEM in BPF insns dump by Andrii Nakryiko · 4 years, 7 months ago
  56. 4382a79 Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
  57. ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  58. cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 7 months ago
  59. b7e4b65 bpf: make bpf_check_uarg_tail_zero() use check_zeroed_user() by Al Viro · 4 years, 8 months ago
  60. 041de93 mm: remove vmalloc_user_node_flags by Christoph Hellwig · 4 years, 7 months ago
  61. 2b90594 mm: remove __vmalloc_node_flags_caller by Christoph Hellwig · 4 years, 7 months ago
  62. 7f045a4 bpf: Add link-based BPF program attachment to network namespace by Jakub Sitnicki · 4 years, 7 months ago
  63. a3fd7ce net: Introduce netns_bpf for BPF programs attached to netns by Jakub Sitnicki · 4 years, 7 months ago
  64. bb2359f bpf: Change kvfree to kfree in generic_map_lookup_batch() by Denis Efremov · 4 years, 7 months ago
  65. 457f443 bpf: Implement BPF ring buffer and verifier support for it by Andrii Nakryiko · 4 years, 7 months ago
  66. 1ea0f91 bpf: Fix map permissions check by Anton Protopopov · 4 years, 7 months ago
  67. fe53739 bpf: Fix returned error sign when link doesn't support updates by Jakub Sitnicki · 4 years, 7 months ago
  68. 13209a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
  69. dfeb376 bpf: Prevent mmap()'ing read-only maps as writable by Andrii Nakryiko · 4 years, 8 months ago
  70. 1b66d25 bpf: Add get{peer, sock}name attach types for sock_addr by Daniel Borkmann · 4 years, 8 months ago
  71. da07f52 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  72. 2c78ee8 bpf: Implement CAP_BPF by Alexei Starovoitov · 4 years, 8 months ago
  73. 6086d29 bpf: Add bpf_map iterator by Yonghong Song · 4 years, 8 months ago
  74. ac51d99 bpf: Create anonymous bpf iterator by Yonghong Song · 4 years, 8 months ago
  75. de4e05c bpf: Support bpf tracing/iter programs for BPF_LINK_CREATE by Yonghong Song · 4 years, 8 months ago
  76. 138c676 bpf: Fix use-after-free of bpf_link when priming half-fails by Andrii Nakryiko · 4 years, 8 months ago
  77. d46edd6 bpf: Sharing bpf runtime stats with BPF_ENABLE_STATS by Song Liu · 4 years, 8 months ago
  78. 7f64546 bpf: Fix error return code in map_lookup_and_delete_elem() by Wei Yongjun · 4 years, 8 months ago
  79. 449e14b bpf: Fix unused variable warning by Arnd Bergmann · 4 years, 8 months ago
  80. f2e10bf bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_link by Andrii Nakryiko · 4 years, 8 months ago
  81. 2d602c8 bpf: Support GET_FD_BY_ID and GET_NEXT_ID for bpf_link by Andrii Nakryiko · 4 years, 8 months ago
  82. a3b80e1 bpf: Allocate ID for bpf_link by Andrii Nakryiko · 4 years, 8 months ago
  83. f9d0412 bpf: Refactor bpf_link update handling by Andrii Nakryiko · 4 years, 8 months ago
  84. 6f302bf bpf: Make bpf_link_fops static by Zou Wei · 4 years, 8 months ago
  85. 4adb7a4 bpf: Fix leak in LINK_UPDATE and enforce empty old_prog_fd by Andrii Nakryiko · 4 years, 8 months ago
  86. 1f6cb19 bpf: Prevent re-mmap()'ing BPF map as writable for initially r/o mapping by Andrii Nakryiko · 4 years, 9 months ago
  87. ed52f2c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 9 months ago
  88. 0c991eb bpf: Implement bpf_prog replacement for an active bpf_cgroup_link by Andrii Nakryiko · 4 years, 9 months ago
  89. af6eea5 bpf: Implement bpf_link-based cgroup BPF program attachment by Andrii Nakryiko · 4 years, 9 months ago
  90. f0b5989 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 4 years, 9 months ago
  91. 9e4e01d bpf: lsm: Implement attach, detach and execution by KP Singh · 4 years, 9 months ago
  92. f54a5bb bpf: Remove unused vairable 'bpf_xdp_link_lops' by YueHaibing · 4 years, 9 months ago
  93. e28784e bpf: Factor out attach_type to prog_type mapping for attach/detach by Andrii Nakryiko · 4 years, 9 months ago
  94. 9fb1695 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 9 months ago
  95. 5c6f258 bpf: Explicitly memset some bpf info structures declared on the stack by Greg Kroah-Hartman · 4 years, 10 months ago
  96. 8096f22 bpf: Explicitly memset the bpf_attr structure by Greg Kroah-Hartman · 4 years, 10 months ago
  97. 8e7ae25 bpf: Sanitize the bpf_struct_ops tcp-cc name by Martin KaFai Lau · 4 years, 10 months ago
  98. 9886866 bpf: Abstract away entire bpf_link clean up procedure by Andrii Nakryiko · 4 years, 10 months ago
  99. babf316 bpf: Add bpf_link_new_file that doesn't install FD by Andrii Nakryiko · 4 years, 10 months ago
  100. 849b4d9 bpf: Do not allow map_freeze in struct_ops map by Martin KaFai Lau · 4 years, 10 months ago