1. 6ead18f selftests/bpf: add a test case to check verifier pointer arithmetic by Yonghong Song · 8 years ago
  2. 4e9c3a6 selftests: bpf: Use bpf_endian.h in test_xdp.c by David S. Miller · 8 years ago
  3. e06422c bpf: Include bpf_endian.h in test_progs.c too. by David S. Miller · 8 years ago
  4. bc1bafb bpf: Move endianness BPF helpers out of bpf_util.h by David S. Miller · 8 years ago
  5. 332270f bpf: enhance verifier to understand stack pointer arithmetic by Yonghong Song · 8 years ago
  6. f3515b5 bpf: provide a generic macro for percpu values for selftests by Daniel Borkmann · 8 years ago
  7. 43bcf70 bpf: fix _htons occurences in test_progs by Daniel Borkmann · 8 years ago
  8. 728a853 bpf: add various test cases to verifier selftests by Daniel Borkmann · 8 years ago
  9. 8fe4592 bpf: map_get_next_key to return first key on NULL by Teng Qin · 8 years ago
  10. fb79670 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  11. 89087c4 bpf: Fix values type used in test_maps by David Miller · 8 years ago
  12. b1d9fc4 bpf: add napi_id read access to __sk_buff by Daniel Borkmann · 8 years ago
  13. 695ba26 bpf: lru: Lower the PERCPU_NR_SCANS from 16 to 4 by Martin KaFai Lau · 8 years ago
  14. 6467acb bpf: lru: Cleanup test_lru_map.c by Martin KaFai Lau · 8 years ago
  15. 9746f85 bpf: lru: Add test_lru_sanity6 for BPF_F_NO_COMMON_LRU by Martin KaFai Lau · 8 years ago
  16. 89c0a361 selftests/bpf: fix merge conflict by Alexei Starovoitov · 8 years ago
  17. 6f14f44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  18. 3782161 selftests/bpf: add l4 load balancer test based on sched_cls by Alexei Starovoitov · 8 years ago
  19. 8d48f5e selftests/bpf: add a test for basic XDP functionality by Alexei Starovoitov · 8 years ago
  20. 6882804 selftests/bpf: add a test for overlapping packet range checks by Alexei Starovoitov · 8 years ago
  21. 02ea80b bpf: add various verifier test cases for self-tests by Daniel Borkmann · 8 years ago
  22. b197768 bpf: improve verifier packet range checks by Alexei Starovoitov · 8 years ago
  23. 16ae1f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  24. fb30d4b bpf: Add tests for map-in-map by Martin KaFai Lau · 8 years ago
  25. 8c290e6 bpf: fix hashmap extra_elems logic by Alexei Starovoitov · 8 years ago
  26. e8f1f34 selftests/bpf: fix broken build, take 2 by Zi Shen Lim · 8 years ago
  27. 1da8ac7 selftests/bpf: fix broken build by Alexei Starovoitov · 8 years ago
  28. c4f3f22 Merge tag 'linux-kselftest-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 8 years ago
  29. d498f87 bpf: Rebuild bpf.o for any dependency update by Mickaël Salaün · 8 years ago
  30. bc6a3d9 bpf: Add test_tag to .gitignore by Mickaël Salaün · 8 years ago
  31. 702498a bpf: Remove bpf_sys.h from selftests by Mickaël Salaün · 8 years ago
  32. f4874d0 bpf: Use bpf_create_map() from the library by Mickaël Salaün · 8 years ago
  33. 5f155c2 bpf: Use bpf_map_get_next_key() from the library by Mickaël Salaün · 8 years ago
  34. e58383b bpf: Use bpf_map_delete_elem() from the library by Mickaël Salaün · 8 years ago
  35. e5ff7c4 bpf: Use bpf_map_lookup_elem() from the library by Mickaël Salaün · 8 years ago
  36. 10ecc72 bpf: Use bpf_map_update_elem() from the library by Mickaël Salaün · 8 years ago
  37. 2ee89fb bpf: Use bpf_load_program() from the library by Mickaël Salaün · 8 years ago
  38. d02d898 bpf: Always test unprivileged programs by Mickaël Salaün · 8 years ago
  39. 7f73f39 bpf: Change the include directory for selftest by Mickaël Salaün · 8 years ago
  40. 63dfef7 bpf: enable verifier to add 0 to packet ptr by William Tu · 8 years ago
  41. 29200c1 bpf: test for AND edge cases by Josef Bacik · 8 years ago
  42. 4e8f2fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  43. 0901df3 bpf: use prefix_len in test_tag when reading fdinfo by Daniel Borkmann · 8 years ago
  44. 3fadc80 bpf: enable verifier to better track const alu ops by Daniel Borkmann · 8 years ago
  45. 62b6466 bpf: add prog tag test case to bpf selftests by Daniel Borkmann · 8 years ago
  46. 4d3381f bpf: Add tests for the lpm trie map by David Herrmann · 8 years ago
  47. 3fbfadc bpf: Fix test_lru_sanity5() in test_lru_map.c by Martin KaFai Lau · 8 years ago
  48. 62c7989 bpf: allow b/h/w/dw access for bpf's cb in ctx by Daniel Borkmann · 8 years ago
  49. 02ac5d1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  50. 06c1c04 bpf: allow helpers access to variable memory by Gianluca Borello · 8 years ago
  51. f0318d0 bpf: allow adjusted map element values to spill by Gianluca Borello · 8 years ago
  52. 5722569 bpf: allow helpers access to map element values by Gianluca Borello · 8 years ago
  53. 88baa78 selftests: remove duplicated all and clean target by bamvor.zhangjian@huawei.com · 8 years ago
  54. d979e13 selftests: do not require bash to run bpf tests by Rolf Eike Beer · 8 years ago
  55. 0eb6984 bpf, test_verifier: fix a test case error result on unprivileged by Daniel Borkmann · 8 years ago
  56. a08dd0d bpf: fix regression on verifier pruning wrt map lookups by Daniel Borkmann · 8 years ago
  57. 3f731d8 bpf: add additional verifier tests for BPF_PROG_TYPE_LWT_* by Thomas Graf · 8 years ago
  58. 3c839744 bpf: Preserve const register type on const OR alu ops by Gianluca Borello · 8 years ago
  59. e954890 bpf: add test for the verifier equal logic bug by Josef Bacik · 8 years ago
  60. e00c7b2 bpf: fix multiple issues in selftest suite and samples by Daniel Borkmann · 8 years ago
  61. 5db58fa bpf: Add tests for the LRU bpf_htab by Martin KaFai Lau · 8 years ago
  62. 57a09bf bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registers by Thomas Graf · 8 years ago
  63. 5aa5bd1 bpf: add initial suite for selftests by Daniel Borkmann · 8 years ago