1. 864db33 selftests/bpf: add test program for loading BPF ELF files by Jesper Dangaard Brouer · 7 years ago
  2. 035d808 selftests: bpf: test_kmod.sh: check the module path before insmod by Naresh Kamboju · 7 years ago
  3. 7b4eb53 tools/bpf: fix batch-mode test failure of test_xdp_redirect.sh by Yonghong Song · 7 years ago
  4. 65073a6 bpf: fix null pointer deref in bpf_prog_test_run_xdp by Daniel Borkmann · 7 years ago
  5. 62a0699 tools/bpf: permit selftests/bpf to be built in a different directory by Yonghong Song · 7 years ago
  6. 457740a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  7. af32efe tools/bpf: add a multithreaded stress test in bpf selftests test_lpm_map by Yonghong Song · 7 years ago
  8. 21ccaf2 bpf: add further test cases around div/mod and others by Daniel Borkmann · 7 years ago
  9. 771fc60 bpf: clean up from test_tcpbpf_kern.c by Lawrence Brakmo · 7 years ago
  10. baf6a07 selftests/bpf: check for chain-non-0 extack message by Jakub Kicinski · 7 years ago
  11. 2fb89a3 selftests/bpf: check for spurious extacks from the driver by Jakub Kicinski · 7 years ago
  12. d6d4f60 bpf: add selftest for tcpbpf by Lawrence Brakmo · 7 years ago
  13. 31e95b61 selftests/bpf: make 'dubious pointer arithmetic' test useful by Alexei Starovoitov · 7 years ago
  14. 6d2d58f selftests/bpf: validate replace of TC filters is working by Jakub Kicinski · 7 years ago
  15. 9045bdc selftests/bpf: check bpf verifier log buffer usage works for HW offload by Quentin Monnet · 7 years ago
  16. caf9522 selftests/bpf: add checks on extack messages for eBPF hw offload tests by Quentin Monnet · 7 years ago
  17. 7836878 bpf: test_maps: cleanup sockmaps when test ends by Prashant Bhole · 7 years ago
  18. 8e68752 selftests/bpf: fix test_dev_cgroup by Alexei Starovoitov · 7 years ago
  19. 1a97cf1 selftests/bpf: speedup test_maps by Alexei Starovoitov · 7 years ago
  20. 3513692 tools/bpf: fix a test failure in selftests prog test_verifier by Yonghong Song · 7 years ago
  21. ea9722e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  22. 8565d26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  23. 87c1793 bpf: add couple of test cases for div/mod by zero by Daniel Borkmann · 7 years ago
  24. 8c417dc tools/bpf: add a testcase for MAP_GET_NEXT_KEY command of LPM_TRIE map by Yonghong Song · 7 years ago
  25. b7bcc0b selftests: bpf: update .gitignore with missing generated files by Shuah Khan · 7 years ago
  26. 7fedbb7 selftest/bpf: extend the offload test with map checks by Jakub Kicinski · 7 years ago
  27. 111e6b4 selftests/bpf: make test_verifier run most programs by Alexei Starovoitov · 7 years ago
  28. 6f16101 bpf: mark dst unknown on inconsistent {s, u}bounds adjustments by Daniel Borkmann · 7 years ago
  29. c02b374 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  30. f37a8cb bpf: reject stores into ctx via st and xadd by Daniel Borkmann · 7 years ago
  31. 19d28fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  32. 7891a87 bpf: arsh is not supported in 32 bit alu thus reject it by Daniel Borkmann · 7 years ago
  33. 2b36047 selftests/bpf: fix test_align by Alexei Starovoitov · 7 years ago
  34. 3ced9b6 tools/bpf: add a bpf selftest for stacktrace by Yonghong Song · 7 years ago
  35. 752d7b4 selftests/bpf: test device info reporting for bound progs by Jakub Kicinski · 7 years ago
  36. 6bb8824 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  37. fcffe2e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  38. aada9ce bpf: fix max call depth check by Alexei Starovoitov · 7 years ago
  39. 6b86c42 selftests/bpf: additional stack depth tests by Alexei Starovoitov · 7 years ago
  40. 6b80ad2 bpf: selftest for late caller stack size increase by Jann Horn · 7 years ago
  41. fd05e57 bpf: fix stacksafe exploration when comparing states by Gianluca Borello · 7 years ago
  42. fba961a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  43. cd95a89 selftests/bpf: fix Makefile for passing LLC to the command line by Quentin Monnet · 7 years ago
  44. c475ffa tools/bpf: adjust rlimit RLIMIT_MEMLOCK for test_dev_cgroup by Yonghong Song · 7 years ago
  45. 82abbf8 bpf: do not allow root to mangle valid pointers by Alexei Starovoitov · 7 years ago
  46. 2255f8d selftests/bpf: add tests for recent bugfixes by Jann Horn · 7 years ago
  47. 19c832e bpf: Fix tools and testing build. by David Miller · 7 years ago
  48. 4ca998f selftests/bpf: add netdevsim to config by Jakub Kicinski · 7 years ago
  49. 59436c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  50. 28ab173 selftests/bpf: additional bpf_call tests by Daniel Borkmann · 7 years ago
  51. b0b04fc selftests/bpf: add xdp noinline test by Alexei Starovoitov · 7 years ago
  52. 3bc35c6 selftests/bpf: add bpf_call test by Alexei Starovoitov · 7 years ago
  53. d98588c selftests/bpf: add tests for stack_zero tracking by Alexei Starovoitov · 7 years ago
  54. a7ff3ec selftests/bpf: add verifier tests for bpf_call by Alexei Starovoitov · 7 years ago
  55. c30abd5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  56. 87ab819 bpf: add test case for ld_abs and helper changing pkt data by Daniel Borkmann · 7 years ago
  57. 720f228 bpf: fix broken BPF selftest build by Daniel Borkmann · 7 years ago
  58. 965de87 samples/bpf: add a test for bpf_override_return by Josef Bacik · 7 years ago
  59. d279f1f bpf/tracing: add a bpf test for new ioctl query interface by Yonghong Song · 7 years ago
  60. 63060c3 selftests: bpf: Adding config fragment CONFIG_CGROUP_BPF=y by Naresh Kamboju · 7 years ago
  61. 51e18a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  62. 7cda4ce Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  63. 618e165 selftests/bpf: sync kernel headers and introduce arch support in Makefile by Hendrik Brueckner · 7 years ago
  64. 417ec26 selftests/bpf: add offload test based on netdevsim by Jakub Kicinski · 7 years ago
  65. 6a28b44 selftests/bpf: adjust test_align expected output by Alexei Starovoitov · 7 years ago
  66. 2b27941 tools/bpf: adjust rlimit RLIMIT_MEMLOCK for test_verifier_log by Yonghong Song · 7 years ago
  67. db1ac49 bpf: introduce ARG_PTR_TO_MEM_OR_NULL by Gianluca Borello · 7 years ago
  68. f1a8b8e bpf: change bpf_probe_write_user to bpf_trace_printk in test_verifier by Yonghong Song · 7 years ago
  69. b6ff639 bpf: fix and add test cases for ARG_CONST_SIZE_OR_ZERO semantics change by Yonghong Song · 7 years ago
  70. f3edacb bpf: Revert bpf_overrid_function() helper changes. by David S. Miller · 7 years ago
  71. eafb340 samples/bpf: add a test for bpf_override_return by Josef Bacik · 7 years ago
  72. 37f1ba0 selftests/bpf: add a test for device cgroup controller by Roman Gushchin · 7 years ago
  73. 9d1f159 bpf: move cgroup_helpers from samples/bpf/ to tools/testing/selftesting/bpf/ by Roman Gushchin · 7 years ago
  74. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  75. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  76. 634eab1 bpf: add test cases to bpf selftests to cover all meta tests by Daniel Borkmann · 7 years ago
  77. b06723d bpf: minor cleanups after merge by Daniel Borkmann · 7 years ago
  78. 81ba4e1 selftests/bpf: remove useless bpf_trace_printk by Alexei Starovoitov · 7 years ago
  79. e27afb8 selftests/bpf: fix broken build of test_maps by Alexei Starovoitov · 7 years ago
  80. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  81. cd86d1f bpf: Adding helper function bpf_getsockops by Lawrence Brakmo · 7 years ago
  82. b37242c bpf: add test cases to bpf selftests to cover all access tests by Daniel Borkmann · 7 years ago
  83. e043325 bpf: Add tests for eBPF file mode by Chenbo Feng · 7 years ago
  84. f7e9cb1 bpf: remove mark access for SK_SKB program types by John Fastabend · 7 years ago
  85. 34f79502 bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb region by John Fastabend · 7 years ago
  86. 435bf0d bpf: enforce TCP only support for sockmap by John Fastabend · 7 years ago
  87. 28e33f9 bpf: disallow arithmetic operations on context pointer by Jakub Kicinski · 7 years ago
  88. a99ca6d selftests/bpf: add a test for verifier logs by Jakub Kicinski · 7 years ago
  89. 81b9cf8 bpf: add a test case for helper bpf_perf_prog_read_value by Yonghong Song · 7 years ago
  90. 020a32d bpf: add a test case for helper bpf_perf_event_read_value by Yonghong Song · 7 years ago
  91. 53954cf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  92. 390ee7e bpf: enforce return code for cgroup-bpf programs by Alexei Starovoitov · 7 years ago
  93. 3a8ad56 bpf: Test new fields in bpf_attr and bpf_{prog, map}_info by Martin KaFai Lau · 7 years ago
  94. 6e525d0 bpf: Swap the order of checking prog_info and map_info by Martin KaFai Lau · 7 years ago
  95. 88cda1c bpf: libbpf: Provide basic API support to specify BPF obj name by Martin KaFai Lau · 7 years ago
  96. 22c8852 bpf: improve selftests and add tests for meta pointer by Daniel Borkmann · 7 years ago
  97. b655fc1 samples/bpf: Fix pt_regs issues when cross-compiling by Joel Fernandes · 7 years ago
  98. e8d1749 bpf: Test deletion in BPF_MAP_TYPE_LPM_TRIE by Craig Gallek · 7 years ago
  99. bae3046 bpf: Add uniqueness invariant to trivial lpm test implementation by Craig Gallek · 7 years ago
  100. 56a268c selftests/bpf: Make bpf_util work on uniprocessor systems by Thomas Meyer · 7 years ago