1. 7cd0453 selftests/bpf: make PT_REGS_* work in userspace by Ilya Leoshkevich · 6 years ago
  2. 05c2dc1 selftests/bpf: fix s930 -> s390 typo by Ilya Leoshkevich · 6 years ago
  3. 59d8265 selftests/bpf: fix bpf_target_sparc check by Ilya Leoshkevich · 6 years ago
  4. 00acd00 selftests/bpf: add __uint and __type macro for BTF-defined maps by Andrii Nakryiko · 6 years ago
  5. c7cebff selftests/bpf: fix constness of source arg for bpf helpers by Andrii Nakryiko · 6 years ago
  6. 16f0efc tools/bpf: add selftest in test_progs for bpf_send_signal() helper by Yonghong Song · 6 years ago
  7. 37739d1 selftests: bpf: Move bpf_printk to bpf_helpers.h by Michal Rostecki · 6 years ago
  8. 7ed4b4e selftests/bpf: fix bpf_get_current_task by Alexei Starovoitov · 6 years ago
  9. 263d0b3 bpf: Add ene-to-end test for bpf_sk_storage_* helpers by Martin KaFai Lau · 6 years ago
  10. 99f5797 selftests/bpf: Add sysctl and strtoX helpers to bpf_helpers.h by Andrey Ignatov · 6 years ago
  11. b915ebe bpf, selftest: test global data/bss/rodata sections by Joe Stringer · 6 years ago
  12. bafc0ba selftests/bpf: add tests for bpf_tcp_check_syncookie and bpf_skc_lookup_tcp by Lorenz Bauer · 6 years ago
  13. 48e5d98 selftests/bpf: Add arm target register definitions by Adrian Ratiu · 6 years ago
  14. 7681e7b bpf: Add an example for bpf_get_listener_sock by Martin KaFai Lau · 6 years ago
  15. 5cce85c bpf: sync bpf.h to tools and update bpf_helpers.h by brakmo · 6 years ago
  16. f2bb538 bpf: add missing entries to bpf_helpers.h by Willem de Bruijn · 6 years ago
  17. e0b27b3 bpf: Add test_sock_fields for skb->sk and bpf_tcp_sock by Martin KaFai Lau · 6 years ago
  18. ab963be selftests/bpf: add bpf_spin_lock C test by Alexei Starovoitov · 6 years ago
  19. addb067 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  20. 4cc1fee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  21. 01d3240 media: bpf: add bpf function to report mouse movement by Sean Young · 6 years ago
  22. f71c614 bpf: Support sk lookup in netns with id 0 by Joe Stringer · 6 years ago
  23. d913a22 bpf: add msg_pop_data helper to tools by John Fastabend · 6 years ago
  24. f908d26 bpf: libbpf support for msg_push_data by John Fastabend · 6 years ago
  25. 43b987d selftests/bpf: add test cases for queue and stack maps by Mauricio Vasquez B · 6 years ago
  26. 4f77544 bpf: make TC vlan bpf_helpers avail to selftests by Jesper Dangaard Brouer · 6 years ago
  27. 6acc9b4 bpf: Add helper to retrieve socket in BPF by Joe Stringer · 6 years ago
  28. 02f6ac7 selftests/bpf: Add cgroup id helpers to bpf_helpers.h by Andrey Ignatov · 6 years ago
  29. 91134d8 bpf: Test BPF_PROG_TYPE_SK_REUSEPORT by Martin KaFai Lau · 6 years ago
  30. 1ba9828 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  31. d4c9f57 selftests/bpf: add verifier cgroup storage tests by Roman Gushchin · 6 years ago
  32. 0289a2c selftests/bpf: Add bpf_get_socket_cookie to bpf_helpers.h by Andrey Ignatov · 6 years ago
  33. 38d5d3b bpf: Introduce BPF_ANNOTATE_KV_PAIR by Martin KaFai Lau · 6 years ago
  34. c7ddbba tools/bpf: sync uapi bpf.h for bpf_get_current_cgroup_id() helper by Yonghong Song · 7 years ago
  35. 6bdd533 bpf: add selftest for lirc_mode2 type program by Sean Young · 7 years ago
  36. c99a84e selftests/bpf: test for seg6local End.BPF action by Mathieu Xhonneux · 7 years ago
  37. b8b394f bpf: selftest additions for SOCKHASH by John Fastabend · 7 years ago
  38. fe61605 samples/bpf: Add example of ipv4 and ipv6 forwarding in XDP by David Ahern · 7 years ago
  39. de2ff05 tools/bpf: add bpf_get_stack helper to tools headers by Yonghong Song · 7 years ago
  40. 29a36f9 samples/bpf: extend test_tunnel_bpf.sh with xfrm state test by Eyal Birger · 7 years ago
  41. c6ffd1f bpf: add bpf_xdp_adjust_tail sample prog by Nikita V. Shirokov · 7 years ago
  42. 0367d0a bpf: adding tests for bpf_xdp_adjust_tail by Nikita V. Shirokov · 7 years ago
  43. 622adaf selftests/bpf: Selftest for sys_connect hooks by Andrey Ignatov · 7 years ago
  44. 0dcbbf6 bpf: sockmap sample test for bpf_msg_pull_data by John Fastabend · 7 years ago
  45. 468b3fd bpf: sockmap sample support for bpf_msg_cork_bytes() by John Fastabend · 7 years ago
  46. 1c16c31 bpf: sockmap, add sample option to test apply_bytes helper by John Fastabend · 7 years ago
  47. 4c4c3c2 bpf: sockmap sample, add option to attach SK_MSG program by John Fastabend · 7 years ago
  48. 82a8616 bpf: add map tests for BPF_PROG_TYPE_SK_MSG by John Fastabend · 7 years ago
  49. d6d4f60 bpf: add selftest for tcpbpf by Lawrence Brakmo · 7 years ago
  50. 965de87 samples/bpf: add a test for bpf_override_return by Josef Bacik · 7 years ago
  51. f3edacb bpf: Revert bpf_overrid_function() helper changes. by David S. Miller · 7 years ago
  52. eafb340 samples/bpf: add a test for bpf_override_return by Josef Bacik · 7 years ago
  53. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  54. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  55. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  56. cd86d1f bpf: Adding helper function bpf_getsockops by Lawrence Brakmo · 7 years ago
  57. 34f79502 bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb region by John Fastabend · 7 years ago
  58. 81b9cf8 bpf: add a test case for helper bpf_perf_prog_read_value by Yonghong Song · 7 years ago
  59. 020a32d bpf: add a test case for helper bpf_perf_event_read_value by Yonghong Song · 7 years ago
  60. 22c8852 bpf: improve selftests and add tests for meta pointer by Daniel Borkmann · 7 years ago
  61. b655fc1 samples/bpf: Fix pt_regs issues when cross-compiling by Joel Fernandes · 7 years ago
  62. 464bc0f bpf: convert sockmap field attach_bpf_fd2 to type by John Fastabend · 7 years ago
  63. ad17d0e bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_test by Martin KaFai Lau · 7 years ago
  64. 69e8cc1 bpf: sockmap sample program by John Fastabend · 7 years ago
  65. 9d6e005 xdp: bpf redirect with map sample program by John Fastabend · 8 years ago
  66. 5333502 samples/bpf: fix a build issue by Yonghong Song · 8 years ago[Renamed from samples/bpf/bpf_helpers.h]
  67. 8c4b4c7 bpf: Add setsockopt helper function to bpf by Lawrence Brakmo · 8 years ago
  68. c1932cd bpf: Add MIPS support to samples/bpf. by David Daney · 8 years ago
  69. 41e9a80 samples/bpf: add tests for more perf event types by Teng Qin · 8 years ago
  70. b0c4780 bpf: Add sparc support to tools and samples. by David S. Miller · 8 years ago
  71. fb30d4b bpf: Add tests for map-in-map by Martin KaFai Lau · 8 years ago
  72. 12d8bb6 bpf: xdp: Add XDP example for head adjustment by Martin KaFai Lau · 8 years ago
  73. 2745529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  74. f74599f bpf: Add tests and samples for LWT-BPF by Thomas Graf · 8 years ago
  75. 2dbb4c0 bpf/samples: Fix PT_REGS_IP on s390x and use it by Michael Holzheu · 8 years ago
  76. 1c47910e samples/bpf: add perf_event+bpf example by Alexei Starovoitov · 8 years ago
  77. 6afb1e2 samples/bpf: Add tunnel set/get tests. by William Tu · 8 years ago
  78. 60747ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  79. 747ea55 bpf: fix bpf_skb_in_cgroup helper naming by Daniel Borkmann · 8 years ago
  80. 9e6e60e samples/bpf: Add test_current_task_under_cgroup test by Sargun Dhillon · 8 years ago
  81. 05b8ad2 samples/bpf: fix bpf_perf_event_output prototype by Adam Barth · 8 years ago
  82. 96ae522 bpf: Add bpf_probe_write_user BPF helper to be called in tracers by Sargun Dhillon · 8 years ago
  83. a3f7461 cgroup: bpf: Add an example to do cgroup checking in BPF by Martin KaFai Lau · 9 years ago
  84. 138d615 samples/bpf: Enable powerpc support by Naveen N. Rao · 9 years ago
  85. 89b9760 samples/bpf: add map_flags to bpf loader by Alexei Starovoitov · 9 years ago
  86. a6ffe7b samples/bpf: offwaketime example by Alexei Starovoitov · 9 years ago
  87. b75ec3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  88. 85ff8a43 bpf: sample: define aarch64 specific registers by Yang Shi · 9 years ago
  89. 3911169 samples: bpf: add bpf_perf_event_output example by Alexei Starovoitov · 9 years ago
  90. 27b29f6 bpf: add bpf_redirect() helper by Alexei Starovoitov · 9 years ago
  91. 47efb30 samples/bpf: example of get selected PMU counter value by Kaixu Xia · 9 years ago
  92. d912557 samples: bpf: enable trace samples for s390x by Michael Holzheu · 10 years ago
  93. ffeedaf bpf: introduce current->pid, tgid, uid, gid, comm accessors by Alexei Starovoitov · 10 years ago
  94. 530b2c8 samples/bpf: bpf_tail_call example for networking by Alexei Starovoitov · 10 years ago
  95. 5bacd78 samples/bpf: bpf_tail_call example for tracing by Alexei Starovoitov · 10 years ago
  96. 6c373ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  97. 91bc4822 tc: bpf: add checksum helpers by Alexei Starovoitov · 10 years ago
  98. b896c4f samples/bpf: Add simple non-portable kprobe filter example by Alexei Starovoitov · 10 years ago
  99. 249b812 samples: bpf: elf_bpf file loader by Alexei Starovoitov · 10 years ago