1. 874be05 bpf, tests: Add tail call test suite by Johan Almbladh · 3 years, 5 months ago
  2. 6a3b24c bpf, tests: Add tests for BPF_CMPXCHG by Johan Almbladh · 3 years, 5 months ago
  3. e4517b3 bpf, tests: Add tests for atomic operations by Johan Almbladh · 3 years, 5 months ago
  4. 53e33f9 bpf, tests: Add test for 32-bit context pointer argument passing by Johan Almbladh · 3 years, 5 months ago
  5. 66e5eb8 bpf, tests: Add branch conversion JIT test by Johan Almbladh · 3 years, 5 months ago
  6. e5009b4 bpf, tests: Add word-order tests for load/store of double words by Johan Almbladh · 3 years, 5 months ago
  7. 84024a4 bpf, tests: Add tests for ALU operations implemented with function calls by Johan Almbladh · 3 years, 5 months ago
  8. faa5762 bpf, tests: Add more ALU64 BPF_MUL tests by Johan Almbladh · 3 years, 5 months ago
  9. 3b9890e bpf, tests: Add more BPF_LSH/RSH/ARSH tests for ALU64 by Johan Almbladh · 3 years, 5 months ago
  10. 0f2fca1 bpf, tests: Add more ALU32 tests for BPF_LSH/RSH/ARSH by Johan Almbladh · 3 years, 5 months ago
  11. ba89bcf bpf, tests: Add more tests of ALU32 and ALU64 bitwise operations by Johan Almbladh · 3 years, 5 months ago
  12. e92c813 bpf, tests: Fix typos in test case descriptions by Johan Almbladh · 3 years, 5 months ago
  13. 565731a bpf, tests: Add BPF_MOV tests for zero and sign extension by Johan Almbladh · 3 years, 5 months ago
  14. b55dfa8 bpf, tests: Add BPF_JMP32 test cases by Johan Almbladh · 3 years, 5 months ago
  15. 2b7e9f2 bpf/tests: Do not PASS tests without actually testing the result by Johan Almbladh · 3 years, 5 months ago
  16. ae7f470 bpf/tests: Fix copy-and-paste error in double word test by Johan Almbladh · 3 years, 5 months ago
  17. 53b0fe3 lib/test: fix spelling mistakes by Zhen Lei · 3 years, 6 months ago
  18. 16a660e test_bpf: Remove EXPECTED_FAIL flag from bpf_fill_maxinsns11 by Gary Lin · 4 years ago
  19. 91c960b bpf: Rename BPF_XADD and prepare to encode other atomics in .imm by Brendan Jackman · 4 years ago
  20. de40a8a bpf: revert "test_bpf: Flag tests that cannot be jited on s390" by Seth Forshee · 4 years, 6 months ago
  21. 6eac779 bpf/tests: Use migrate disable instead of preempt disable by David Miller · 4 years, 10 months ago
  22. cf204a7 bpf, testing: Introduce 'gso_linear_no_head_frag' skb_segment test by Shmulik Ladkani · 5 years ago
  23. af21c71 bpf, testing: Refactor test_skb_segment() for testing skb_segment() on different skbs by Shmulik Ladkani · 5 years ago
  24. 0984543 test_bpf: Fix a new clang warning about xor-ing two numbers by Nathan Chancellor · 5 years ago
  25. 5b497af treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295 by Thomas Gleixner · 6 years ago
  26. fd92d66 bpf: test_bpf: turn off preemption in function __run_once by Anders Roxell · 6 years ago
  27. 0c4b2d3 net: remove VLAN_TAG_PRESENT by Michał Mirosław · 6 years ago
  28. 10081193 bpf: test_bpf: add init_net to dev for flow_dissector by Song Liu · 6 years ago
  29. 3203c90 test_bpf: flag tests that cannot be jited on s390 by Kleber Sacilotto de Souza · 7 years ago
  30. be08815 bpf: add also cbpf long jump test cases with heavy expansion by Daniel Borkmann · 7 years ago
  31. 93731ef bpf: migrate ebpf ld_abs/ld_ind tests to test_verifier by Daniel Borkmann · 7 years ago
  32. 99fe29d test_bpf: Fix NULL vs IS_ERR() check in test_skb_segment() by Dan Carpenter · 7 years ago
  33. 76db808 net: bpf: add a test for skb_segment in test_bpf module by Yonghong Song · 7 years ago
  34. 52fda36 test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other arches by Thadeu Lima de Souza Cascardo · 7 years ago
  35. 9960d76 test_bpf: reduce MAX_TESTRUNS by Eric Dumazet · 7 years ago
  36. d40bc96 test_bpf: add a schedule point by Eric Dumazet · 7 years ago
  37. 09584b4 bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=y by Yonghong Song · 7 years ago
  38. 21ccaf2 bpf: add further test cases around div/mod and others by Daniel Borkmann · 7 years ago
  39. fcd1c91 bpf: add couple of test cases for signed extended imms by Daniel Borkmann · 7 years ago
  40. 290af86 bpf: introduce BPF_JIT_ALWAYS_ON config by Alexei Starovoitov · 7 years ago
  41. 87ab819 bpf: add test case for ld_abs and helper changing pkt data by Daniel Borkmann · 7 years ago
  42. 92b31a9 bpf: add BPF_J{LT,LE,SLT,SLE} instructions by Daniel Borkmann · 7 years ago
  43. de77b96 net: introduce __skb_put_[zero, data, u8] by yuan linyu · 8 years ago
  44. b7127cf test_bpf: Add test to make conditional jump cross a large number of insns. by David Daney · 8 years ago
  45. 105c036 bpf: fix stack_depth usage by test_bpf.ko by Alexei Starovoitov · 8 years ago
  46. 791caeb test_bpf: Add a couple of tests for BPF_JSGE. by David Daney · 8 years ago
  47. 86f8e24 test_bpf: Use ULL suffix for 64-bit constants by Geert Uytterhoeven · 8 years ago
  48. ddc665a bpf, arm64: fix jit branch offset related to ldimm64 by Daniel Borkmann · 8 years ago
  49. 85f68fe bpf, arm64: implement jiting of BPF_XADD by Daniel Borkmann · 8 years ago
  50. 0d906b1 bpf, test: fix ld_abs + vlan push/pop stress test by Daniel Borkmann · 8 years ago
  51. 5c0ca3f test_bpf: fix the dummy skb after dissector changes by Jakub Kicinski · 8 years ago
  52. d1c55ab bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis by Daniel Borkmann · 9 years ago
  53. 9c94f6c lib/test_bpf: Add additional BPF_ADD tests by Naveen N. Rao · 9 years ago
  54. b64b50e lib/test_bpf: Add test to check for result of 32-bit add that overflows by Naveen N. Rao · 9 years ago
  55. c7395d6 lib/test_bpf: Add tests for unsigned BPF_JGT by Naveen N. Rao · 9 years ago
  56. 9f134c3 lib/test_bpf: Fix JMP_JSET tests by Naveen N. Rao · 9 years ago
  57. 9dd2af8 bpf, test: add couple of test cases by Daniel Borkmann · 9 years ago
  58. d4e4bc1 bpf: add mod default A and X test cases by Yang Shi · 9 years ago
  59. 86bf172 test_bpf: add tests checking that JIT/interpreter sets A and X to 0. by Nicolas Schichan · 9 years ago
  60. 08fcb08 test_bpf: add more tests for LD_ABS and LD_IND. by Nicolas Schichan · 9 years ago
  61. d2648d4 test_bpf: add module parameters to filter the tests to run. by Nicolas Schichan · 9 years ago
  62. 2cf1ad7 test_bpf: test LD_ABS and LD_IND instructions on fragmented skbs. by Nicolas Schichan · 9 years ago
  63. bac142a test_bpf: allow tests to specify an skb fragment. by Nicolas Schichan · 9 years ago
  64. e34684f test_bpf: avoid oopsing the kernel when generate_test_data() fails. by Nicolas Schichan · 9 years ago
  65. 4962fa1 test_bpf: assign type to native eBPF test cases by Daniel Borkmann · 9 years ago
  66. 4d9c5c5 test_bpf: add bpf_skb_vlan_push/pop() tests by Alexei Starovoitov · 9 years ago
  67. ba29bec test_bpf: extend tests for 32-bit endianness conversion by Xi Wang · 9 years ago
  68. bde28bc test_bpf: add similarly conflicting jump test case only for classic by Daniel Borkmann · 10 years ago
  69. 3b52960 test_bpf: add more eBPF jump torture cases by Daniel Borkmann · 10 years ago
  70. fe59384 test_bpf: Add backward jump test case by Michael Holzheu · 10 years ago
  71. 56cbaa4 test_bpf: fix sparse warnings by Michael Holzheu · 10 years ago
  72. a4afd37b test_bpf: add tests related to BPF_MAXINSNS by Daniel Borkmann · 10 years ago
  73. cffc642 test_bpf: add 173 new testcases for eBPF by Michael Holzheu · 10 years ago
  74. 986ccfd test: bpf: extend "load 64-bit immediate" testcase by Xi Wang · 10 years ago
  75. 327941f test_bpf: indicate whether bpf prog got jited in test suite by Daniel Borkmann · 10 years ago
  76. 6867b17 test: bpf: expand DIV_KX to DIV_MOD_KX by Denis Kirjanov · 10 years ago
  77. e21ab36 test: bpf: add a testcase reduced from nmap by Alexei Starovoitov · 10 years ago
  78. 25ee732 net: bpf: fix compiler warnings in test_bpf by Alexei Starovoitov · 10 years ago
  79. 02ab695 net: filter: add "load 64-bit immediate" eBPF instruction by Alexei Starovoitov · 10 years ago
  80. 60a3b22 net: bpf: make eBPF interpreter images read-only by Daniel Borkmann · 10 years ago
  81. 72b603e bpf: x86: add missing 'shift by register' instructions to x64 eBPF JIT by Alexei Starovoitov · 10 years ago
  82. 7ae457c net: filter: split 'struct sk_filter' into socket and bpf parts by Alexei Starovoitov · 10 years ago
  83. 2695fb5 net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn' by Alexei Starovoitov · 10 years ago
  84. df6d0f983 net: filter: fix nlattr and nlattr_nest BPF tests by Alexei Starovoitov · 11 years ago
  85. e9d9450 net: filter: fix length calculation in BPF testsuite by Chema Gonzalez · 11 years ago
  86. d50bc15 net: filter: add test for loading SKF_AD_OFF limits by Daniel Borkmann · 11 years ago
  87. 9fe13ba net: filter: add slot overlapping test with fully filled M[] by Daniel Borkmann · 11 years ago
  88. ce25b68 net: filter: use block statements in tcpdump tests by Daniel Borkmann · 11 years ago
  89. 108cc22 net: filter: test fill/spill of all M[] regs by Daniel Borkmann · 11 years ago
  90. 2e8a83c net: filter: add test case for jump with holes and ret x variants by Daniel Borkmann · 11 years ago
  91. 10f18e0 net: filter: improve test case framework by Daniel Borkmann · 11 years ago
  92. b1fcd35 net: filter: let unattached filters use sock_fprog_kern by Daniel Borkmann · 11 years ago
  93. ece8049 lib/test_bpf.c: don't use gcc union shortcut by Andrew Morton · 11 years ago
  94. 5fe821a net: filter: cleanup invocation of internal BPF by Alexei Starovoitov · 11 years ago
  95. 9def624 net: filter: additional BPF tests by Alexei Starovoitov · 11 years ago
  96. 64a8946 net: filter: BPF testsuite by Alexei Starovoitov · 11 years ago