1. 78d8e26 selftests/bpf: Test case for BPF_SOCK_OPS_TCP_LISTEN_CB by Andrey Ignatov · 7 years ago
  2. 2044e4e selftests/bpf: Better verification in test_tcpbpf by Andrey Ignatov · 7 years ago
  3. c65267e selftests/bpf: Switch test_tcpbpf_user to cgroup_helpers by Andrey Ignatov · 7 years ago
  4. 04c1341 selftests/bpf: Fix const'ness in cgroup_helpers by Andrey Ignatov · 7 years ago
  5. 99dadb6 selftests/bpf: add test for multiple programs by Jakub Kicinski · 7 years ago
  6. 799e173 netdevsim: add support for simultaneous driver and hw XDP by Jakub Kicinski · 7 years ago
  7. 0529662 xdp: factor out common program/flags handling from drivers by Jakub Kicinski · 7 years ago
  8. 219f860 selftests/bpf: add Error: prefix in check_extack helper by Jakub Kicinski · 7 years ago
  9. 7479efc selftests/bpf: remove duplicated word from test offloads by Jakub Kicinski · 7 years ago
  10. b680340 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  11. a7f7547 selftests/bpf: Test sys_connect BPF hooks with TFO by Andrey Ignatov · 7 years ago
  12. 22adedd trace_helpers.c: Add helpers to poll multiple perf FDs for events by Toke Høiland-Jørgensen · 7 years ago
  13. dd349c3 selftests: bpf: notification about privilege required to run test_lwt_seg6local.sh testing script by Jeffrin Jose T · 7 years ago
  14. b0e4b8b selftests: bpf: notification about privilege required to run test_lirc_mode2.sh testing script by Jeffrin Jose T · 7 years ago
  15. 5fadfc6 selftests: bpf: add missing NET_SCHED to config by Anders Roxell · 7 years ago
  16. 3e1a61b tools/bpf: fix test_sockmap failure by Yonghong Song · 7 years ago
  17. 81e167c selftests: bpf: notification about privilege required to run test_kmod.sh testing script by Jeffrin Jose T · 7 years ago
  18. 26bf8a8 bpf, selftests: delete xfrm tunnel when test exits. by William Tu · 7 years ago
  19. 36ffdbc bpf, selftest: check tunnel type more accurately by Jian Wang · 7 years ago
  20. 47cf52a selftests/bpf: test offloads even with BPF programs present by Jakub Kicinski · 7 years ago
  21. 3bce593 selftests: bpf: config: add config fragments by Anders Roxell · 7 years ago
  22. 1c9ca7e selftests: bpf: fix urandom_read build issue by Anders Roxell · 7 years ago
  23. 23316a3 tools/bpf: fix selftest get_cgroup_id_user by Yonghong Song · 7 years ago
  24. 58990d1 bpf: reject passing modified ctx to helper functions by Daniel Borkmann · 7 years ago
  25. f269099 tools/bpf: add a selftest for bpf_get_current_cgroup_id() helper by Yonghong Song · 7 years ago
  26. c7ddbba tools/bpf: sync uapi bpf.h for bpf_get_current_cgroup_id() helper by Yonghong Song · 7 years ago
  27. 06be086 bpf: test case for map pointer poison with calls/branches by Daniel Borkmann · 7 years ago
  28. 8175383 bpf: btf: Ensure t->type == 0 for BTF_KIND_FWD by Martin KaFai Lau · 7 years ago
  29. b9308ae bpf: btf: Check array t->size by Martin KaFai Lau · 7 years ago
  30. 73563aa selftests/bpf: test_sockmap, print additional test options by Prashant Bhole · 7 years ago
  31. d825e12 selftests/bpf: test_sockmap, fix data verification by Prashant Bhole · 7 years ago
  32. a009f1f selftests/bpf: test_sockmap, timing improvements by Prashant Bhole · 7 years ago
  33. 035b37f selftests/bpf: test_sockmap, join cgroup in selftest mode by Prashant Bhole · 7 years ago
  34. 16edddf selftests/bpf: test_sockmap, check test failure by Prashant Bhole · 7 years ago
  35. 6bdd533 bpf: add selftest for lirc_mode2 type program by Sean Young · 7 years ago
  36. 04b6ab7 selftests/bpf: Selftest for sys_sendmsg hooks by Andrey Ignatov · 7 years ago
  37. 9be71aa selftests/bpf: Prepare test_sock_addr for extension by Andrey Ignatov · 7 years ago
  38. 5b79c2a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  39. 90fed9c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  40. f699cf7 tools/bpf: add two BPF_TASK_FD_QUERY tests in test_progs by Yonghong Song · 7 years ago
  41. 73bc4d9 tools/bpf: add ksym_get_addr() in trace_helpers by Yonghong Song · 7 years ago
  42. c99a84e selftests/bpf: test for seg6local End.BPF action by Mathieu Xhonneux · 7 years ago
  43. 167381f selftests/bpf: Makefile fix "missing" headers on build with -idirafter by Sirio Balmelli · 7 years ago
  44. 61746db bpf: btf: Add tests for the btf uapi changes by Martin KaFai Lau · 7 years ago
  45. 6f6e434 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  46. 4da0dca bpf: add sk_msg prog sk access tests to test_verifier by John Fastabend · 7 years ago
  47. a6837d2 selftests: bpf: config: enable NET_SCH_INGRESS for xdp_meta.sh by Anders Roxell · 7 years ago
  48. deea812 selftests/bpf: check return value of fopen in test_verifier.c by Jesper Dangaard Brouer · 7 years ago
  49. b8b394f bpf: selftest additions for SOCKHASH by John Fastabend · 7 years ago
  50. f2467c2 selftests/bpf: make sure build-id is on by Alexei Starovoitov · 7 years ago
  51. a82d8cd bpf: add ld64 imm test cases by Daniel Borkmann · 7 years ago
  52. 13790d1 bpf: add selftest for stackmap with build_id in NMI context by Song Liu · 7 years ago
  53. d0cabbb tools: bpf: move the event reading loop to libbpf by Jakub Kicinski · 7 years ago
  54. 91bc07c selftests/bpf: Fix bash reference in Makefile by Joe Stringer · 7 years ago
  55. fe61605 samples/bpf: Add example of ipv4 and ipv6 forwarding in XDP by David Ahern · 7 years ago
  56. 96112e9 selftests/bpf: ignore build products by Sirio Balmelli · 7 years ago
  57. cd8b892 bpf: btf: Tests for BPF_OBJ_GET_INFO_BY_FD and BPF_BTF_GET_FD_BY_ID by Martin KaFai Lau · 7 years ago
  58. e34d98d bpf: btf: Some test_btf clean up by Martin KaFai Lau · 7 years ago
  59. 01adc48 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  60. a7b15ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  61. 93731ef bpf: migrate ebpf ld_abs/ld_ind tests to test_verifier by Daniel Borkmann · 7 years ago
  62. a4e21ff bpf: minor fix to selftest test_stacktrace_build_id() by Song Liu · 7 years ago
  63. 79b4535 tools/bpf: add a test for bpf_get_stack with tracepoint prog by Yonghong Song · 7 years ago
  64. 173965f tools/bpf: add a test for bpf_get_stack with raw tracepoint prog by Yonghong Song · 7 years ago
  65. 2abe611c tools/bpf: add a verifier test case for bpf_get_stack helper and ARSH by Yonghong Song · 7 years ago
  66. 28dbf86 samples/bpf: move common-purpose trace functions to selftests by Yonghong Song · 7 years ago
  67. de2ff05 tools/bpf: add bpf_get_stack helper to tools headers by Yonghong Song · 7 years ago
  68. 79741a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  69. 933a741 selftests/bpf: bpf tunnel test. by William Tu · 7 years ago
  70. c749fa1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  71. a18fda1 bpf: reduce runtime of test_sockmap tests by John Fastabend · 7 years ago
  72. 16962b2 bpf: sockmap, add selftests by John Fastabend · 7 years ago
  73. 6595c74 tools/bpf: remove test_sock_addr from TEST_GEN_PROGS by Yonghong Song · 7 years ago
  74. b6fd9cf selftests: bpf: update .gitignore with missing file by Anders Roxell · 7 years ago
  75. 5f90dd6 tools/bpf: add verifier tests for accesses to map values by Paul Chaignon · 7 years ago
  76. 29a36f9 samples/bpf: extend test_tunnel_bpf.sh with xfrm state test by Eyal Birger · 7 years ago
  77. c0fa1b6 bpf: btf: Add BTF tests by Martin KaFai Lau · 7 years ago
  78. 0a0a7e0 tools/bpf: fix test_sock and test_sock_addr.sh failure by Yonghong Song · 7 years ago
  79. c6ffd1f bpf: add bpf_xdp_adjust_tail sample prog by Nikita V. Shirokov · 7 years ago
  80. 0367d0a bpf: adding tests for bpf_xdp_adjust_tail by Nikita V. Shirokov · 7 years ago
  81. 0abf854d selftests: bpf: update .gitignore with missing generated files by Anders Roxell · 7 years ago
  82. 1d43688 selftests/bpf: Selftest for sys_bind post-hooks. by Andrey Ignatov · 7 years ago
  83. 622adaf selftests/bpf: Selftest for sys_connect hooks by Andrey Ignatov · 7 years ago
  84. e50b0a6 selftests/bpf: Selftest for sys_bind hooks by Andrey Ignatov · 7 years ago
  85. 3bbe086 selftests/bpf: test for bpf_get_stackid() from raw tracepoints by Alexei Starovoitov · 7 years ago
  86. 0dcbbf6 bpf: sockmap sample test for bpf_msg_pull_data by John Fastabend · 7 years ago
  87. 468b3fd bpf: sockmap sample support for bpf_msg_cork_bytes() by John Fastabend · 7 years ago
  88. 1c16c31 bpf: sockmap, add sample option to test apply_bytes helper by John Fastabend · 7 years ago
  89. 4c4c3c2 bpf: sockmap sample, add option to attach SK_MSG program by John Fastabend · 7 years ago
  90. 1acc60b bpf: add verifier tests for BPF_PROG_TYPE_SK_MSG by John Fastabend · 7 years ago
  91. 82a8616 bpf: add map tests for BPF_PROG_TYPE_SK_MSG by John Fastabend · 7 years ago
  92. 81f77fd bpf: add selftest for stackmap with BPF_F_STACK_BUILD_ID by Song Liu · 7 years ago
  93. 0f3e9c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  94. b33eb73 bpf: add tail call tests to test_verifier by Daniel Borkmann · 7 years ago
  95. fe8d662 bpf: unify rlimit handling in selftests by Daniel Borkmann · 7 years ago
  96. ba6056a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  97. 23d191a bpf: add various jit test cases by Daniel Borkmann · 7 years ago
  98. ca36960 bpf: allow xadd only on aligned memory by Daniel Borkmann · 7 years ago
  99. 16338a9 bpf, arm64: fix out of bounds access in tail call by Daniel Borkmann · 7 years ago
  100. 80475c4 selftests/bpf/test_maps: exit child process without error in ENOMEM case by Li Zhijian · 7 years ago