1. 3203c90 test_bpf: flag tests that cannot be jited on s390 by Kleber Sacilotto de Souza · 6 years ago
  2. be08815 bpf: add also cbpf long jump test cases with heavy expansion by Daniel Borkmann · 6 years ago
  3. 93731ef bpf: migrate ebpf ld_abs/ld_ind tests to test_verifier by Daniel Borkmann · 6 years ago
  4. 99fe29d test_bpf: Fix NULL vs IS_ERR() check in test_skb_segment() by Dan Carpenter · 6 years ago
  5. 76db808 net: bpf: add a test for skb_segment in test_bpf module by Yonghong Song · 6 years ago
  6. 52fda36 test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other arches by Thadeu Lima de Souza Cascardo · 6 years ago
  7. 9960d76 test_bpf: reduce MAX_TESTRUNS by Eric Dumazet · 6 years ago
  8. d40bc96 test_bpf: add a schedule point by Eric Dumazet · 6 years ago
  9. 09584b4 bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=y by Yonghong Song · 6 years ago
  10. 21ccaf2 bpf: add further test cases around div/mod and others by Daniel Borkmann · 6 years ago
  11. fcd1c91 bpf: add couple of test cases for signed extended imms by Daniel Borkmann · 6 years ago
  12. 290af86 bpf: introduce BPF_JIT_ALWAYS_ON config by Alexei Starovoitov · 7 years ago
  13. 87ab819 bpf: add test case for ld_abs and helper changing pkt data by Daniel Borkmann · 7 years ago
  14. 92b31a9 bpf: add BPF_J{LT,LE,SLT,SLE} instructions by Daniel Borkmann · 7 years ago
  15. de77b96 net: introduce __skb_put_[zero, data, u8] by yuan linyu · 7 years ago
  16. b7127cf test_bpf: Add test to make conditional jump cross a large number of insns. by David Daney · 7 years ago
  17. 105c036 bpf: fix stack_depth usage by test_bpf.ko by Alexei Starovoitov · 7 years ago
  18. 791caeb test_bpf: Add a couple of tests for BPF_JSGE. by David Daney · 7 years ago
  19. 86f8e24 test_bpf: Use ULL suffix for 64-bit constants by Geert Uytterhoeven · 7 years ago
  20. ddc665a bpf, arm64: fix jit branch offset related to ldimm64 by Daniel Borkmann · 7 years ago
  21. 85f68fe bpf, arm64: implement jiting of BPF_XADD by Daniel Borkmann · 7 years ago
  22. 0d906b1 bpf, test: fix ld_abs + vlan push/pop stress test by Daniel Borkmann · 8 years ago
  23. 5c0ca3f test_bpf: fix the dummy skb after dissector changes by Jakub Kicinski · 8 years ago
  24. d1c55ab bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis by Daniel Borkmann · 8 years ago
  25. 9c94f6c lib/test_bpf: Add additional BPF_ADD tests by Naveen N. Rao · 8 years ago
  26. b64b50e lib/test_bpf: Add test to check for result of 32-bit add that overflows by Naveen N. Rao · 8 years ago
  27. c7395d6 lib/test_bpf: Add tests for unsigned BPF_JGT by Naveen N. Rao · 8 years ago
  28. 9f134c3 lib/test_bpf: Fix JMP_JSET tests by Naveen N. Rao · 8 years ago
  29. 9dd2af8 bpf, test: add couple of test cases by Daniel Borkmann · 9 years ago
  30. d4e4bc1 bpf: add mod default A and X test cases by Yang Shi · 9 years ago
  31. 86bf172 test_bpf: add tests checking that JIT/interpreter sets A and X to 0. by Nicolas Schichan · 9 years ago
  32. 08fcb08 test_bpf: add more tests for LD_ABS and LD_IND. by Nicolas Schichan · 9 years ago
  33. d2648d4 test_bpf: add module parameters to filter the tests to run. by Nicolas Schichan · 9 years ago
  34. 2cf1ad7 test_bpf: test LD_ABS and LD_IND instructions on fragmented skbs. by Nicolas Schichan · 9 years ago
  35. bac142a test_bpf: allow tests to specify an skb fragment. by Nicolas Schichan · 9 years ago
  36. e34684f test_bpf: avoid oopsing the kernel when generate_test_data() fails. by Nicolas Schichan · 9 years ago
  37. 4962fa1 test_bpf: assign type to native eBPF test cases by Daniel Borkmann · 9 years ago
  38. 4d9c5c5 test_bpf: add bpf_skb_vlan_push/pop() tests by Alexei Starovoitov · 9 years ago
  39. ba29bec test_bpf: extend tests for 32-bit endianness conversion by Xi Wang · 9 years ago
  40. bde28bc test_bpf: add similarly conflicting jump test case only for classic by Daniel Borkmann · 9 years ago
  41. 3b52960 test_bpf: add more eBPF jump torture cases by Daniel Borkmann · 9 years ago
  42. fe59384 test_bpf: Add backward jump test case by Michael Holzheu · 9 years ago
  43. 56cbaa4 test_bpf: fix sparse warnings by Michael Holzheu · 9 years ago
  44. a4afd37b test_bpf: add tests related to BPF_MAXINSNS by Daniel Borkmann · 9 years ago
  45. cffc642 test_bpf: add 173 new testcases for eBPF by Michael Holzheu · 9 years ago
  46. 986ccfd test: bpf: extend "load 64-bit immediate" testcase by Xi Wang · 9 years ago
  47. 327941f test_bpf: indicate whether bpf prog got jited in test suite by Daniel Borkmann · 9 years ago
  48. 6867b17 test: bpf: expand DIV_KX to DIV_MOD_KX by Denis Kirjanov · 10 years ago
  49. e21ab36 test: bpf: add a testcase reduced from nmap by Alexei Starovoitov · 10 years ago
  50. 25ee732 net: bpf: fix compiler warnings in test_bpf by Alexei Starovoitov · 10 years ago
  51. 02ab695 net: filter: add "load 64-bit immediate" eBPF instruction by Alexei Starovoitov · 10 years ago
  52. 60a3b22 net: bpf: make eBPF interpreter images read-only by Daniel Borkmann · 10 years ago
  53. 72b603e bpf: x86: add missing 'shift by register' instructions to x64 eBPF JIT by Alexei Starovoitov · 10 years ago
  54. 7ae457c net: filter: split 'struct sk_filter' into socket and bpf parts by Alexei Starovoitov · 10 years ago
  55. 2695fb5 net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn' by Alexei Starovoitov · 10 years ago
  56. df6d0f983 net: filter: fix nlattr and nlattr_nest BPF tests by Alexei Starovoitov · 10 years ago
  57. e9d9450 net: filter: fix length calculation in BPF testsuite by Chema Gonzalez · 10 years ago
  58. d50bc15 net: filter: add test for loading SKF_AD_OFF limits by Daniel Borkmann · 10 years ago
  59. 9fe13ba net: filter: add slot overlapping test with fully filled M[] by Daniel Borkmann · 10 years ago
  60. ce25b68 net: filter: use block statements in tcpdump tests by Daniel Borkmann · 10 years ago
  61. 108cc22 net: filter: test fill/spill of all M[] regs by Daniel Borkmann · 10 years ago
  62. 2e8a83c net: filter: add test case for jump with holes and ret x variants by Daniel Borkmann · 10 years ago
  63. 10f18e0 net: filter: improve test case framework by Daniel Borkmann · 10 years ago
  64. b1fcd35 net: filter: let unattached filters use sock_fprog_kern by Daniel Borkmann · 10 years ago
  65. ece8049 lib/test_bpf.c: don't use gcc union shortcut by Andrew Morton · 10 years ago
  66. 5fe821a net: filter: cleanup invocation of internal BPF by Alexei Starovoitov · 10 years ago
  67. 9def624 net: filter: additional BPF tests by Alexei Starovoitov · 10 years ago
  68. 64a8946 net: filter: BPF testsuite by Alexei Starovoitov · 10 years ago