1. acfbd28 test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other arches by Thadeu Lima de Souza Cascardo · 6 years ago
  2. ee4bba5 bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=y by Yonghong Song · 6 years ago
  3. a3d6dd6 bpf: introduce BPF_JIT_ALWAYS_ON config by Alexei Starovoitov · 6 years ago
  4. 493d0a7 bpf, arm64: fix jit branch offset related to ldimm64 by Daniel Borkmann · 7 years ago
  5. 0d906b1 bpf, test: fix ld_abs + vlan push/pop stress test by Daniel Borkmann · 8 years ago
  6. 5c0ca3f test_bpf: fix the dummy skb after dissector changes by Jakub Kicinski · 8 years ago
  7. d1c55ab bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis by Daniel Borkmann · 8 years ago
  8. 9c94f6c lib/test_bpf: Add additional BPF_ADD tests by Naveen N. Rao · 8 years ago
  9. b64b50e lib/test_bpf: Add test to check for result of 32-bit add that overflows by Naveen N. Rao · 8 years ago
  10. c7395d6 lib/test_bpf: Add tests for unsigned BPF_JGT by Naveen N. Rao · 8 years ago
  11. 9f134c3 lib/test_bpf: Fix JMP_JSET tests by Naveen N. Rao · 8 years ago
  12. 9dd2af8 bpf, test: add couple of test cases by Daniel Borkmann · 8 years ago
  13. d4e4bc1 bpf: add mod default A and X test cases by Yang Shi · 8 years ago
  14. 86bf172 test_bpf: add tests checking that JIT/interpreter sets A and X to 0. by Nicolas Schichan · 9 years ago
  15. 08fcb08 test_bpf: add more tests for LD_ABS and LD_IND. by Nicolas Schichan · 9 years ago
  16. d2648d4 test_bpf: add module parameters to filter the tests to run. by Nicolas Schichan · 9 years ago
  17. 2cf1ad7 test_bpf: test LD_ABS and LD_IND instructions on fragmented skbs. by Nicolas Schichan · 9 years ago
  18. bac142a test_bpf: allow tests to specify an skb fragment. by Nicolas Schichan · 9 years ago
  19. e34684f test_bpf: avoid oopsing the kernel when generate_test_data() fails. by Nicolas Schichan · 9 years ago
  20. 4962fa1 test_bpf: assign type to native eBPF test cases by Daniel Borkmann · 9 years ago
  21. 4d9c5c5 test_bpf: add bpf_skb_vlan_push/pop() tests by Alexei Starovoitov · 9 years ago
  22. ba29bec test_bpf: extend tests for 32-bit endianness conversion by Xi Wang · 9 years ago
  23. bde28bc test_bpf: add similarly conflicting jump test case only for classic by Daniel Borkmann · 9 years ago
  24. 3b52960 test_bpf: add more eBPF jump torture cases by Daniel Borkmann · 9 years ago
  25. fe59384 test_bpf: Add backward jump test case by Michael Holzheu · 9 years ago
  26. 56cbaa4 test_bpf: fix sparse warnings by Michael Holzheu · 9 years ago
  27. a4afd37b test_bpf: add tests related to BPF_MAXINSNS by Daniel Borkmann · 9 years ago
  28. cffc642 test_bpf: add 173 new testcases for eBPF by Michael Holzheu · 9 years ago
  29. 986ccfd test: bpf: extend "load 64-bit immediate" testcase by Xi Wang · 9 years ago
  30. 327941f test_bpf: indicate whether bpf prog got jited in test suite by Daniel Borkmann · 9 years ago
  31. 6867b17 test: bpf: expand DIV_KX to DIV_MOD_KX by Denis Kirjanov · 9 years ago
  32. e21ab36 test: bpf: add a testcase reduced from nmap by Alexei Starovoitov · 10 years ago
  33. 25ee732 net: bpf: fix compiler warnings in test_bpf by Alexei Starovoitov · 10 years ago
  34. 02ab695 net: filter: add "load 64-bit immediate" eBPF instruction by Alexei Starovoitov · 10 years ago
  35. 60a3b22 net: bpf: make eBPF interpreter images read-only by Daniel Borkmann · 10 years ago
  36. 72b603e bpf: x86: add missing 'shift by register' instructions to x64 eBPF JIT by Alexei Starovoitov · 10 years ago
  37. 7ae457c net: filter: split 'struct sk_filter' into socket and bpf parts by Alexei Starovoitov · 10 years ago
  38. 2695fb5 net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn' by Alexei Starovoitov · 10 years ago
  39. df6d0f983 net: filter: fix nlattr and nlattr_nest BPF tests by Alexei Starovoitov · 10 years ago
  40. e9d9450 net: filter: fix length calculation in BPF testsuite by Chema Gonzalez · 10 years ago
  41. d50bc15 net: filter: add test for loading SKF_AD_OFF limits by Daniel Borkmann · 10 years ago
  42. 9fe13ba net: filter: add slot overlapping test with fully filled M[] by Daniel Borkmann · 10 years ago
  43. ce25b68 net: filter: use block statements in tcpdump tests by Daniel Borkmann · 10 years ago
  44. 108cc22 net: filter: test fill/spill of all M[] regs by Daniel Borkmann · 10 years ago
  45. 2e8a83c net: filter: add test case for jump with holes and ret x variants by Daniel Borkmann · 10 years ago
  46. 10f18e0 net: filter: improve test case framework by Daniel Borkmann · 10 years ago
  47. b1fcd35 net: filter: let unattached filters use sock_fprog_kern by Daniel Borkmann · 10 years ago
  48. ece8049 lib/test_bpf.c: don't use gcc union shortcut by Andrew Morton · 10 years ago
  49. 5fe821a net: filter: cleanup invocation of internal BPF by Alexei Starovoitov · 10 years ago
  50. 9def624 net: filter: additional BPF tests by Alexei Starovoitov · 10 years ago
  51. 64a8946 net: filter: BPF testsuite by Alexei Starovoitov · 10 years ago