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