1. db1ac49 bpf: introduce ARG_PTR_TO_MEM_OR_NULL by Gianluca Borello · 7 years ago
  2. f1a8b8e bpf: change bpf_probe_write_user to bpf_trace_printk in test_verifier by Yonghong Song · 7 years ago
  3. b6ff639 bpf: fix and add test cases for ARG_CONST_SIZE_OR_ZERO semantics change by Yonghong Song · 7 years ago
  4. 634eab1 bpf: add test cases to bpf selftests to cover all meta tests by Daniel Borkmann · 7 years ago
  5. b06723d bpf: minor cleanups after merge by Daniel Borkmann · 7 years ago
  6. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  7. b37242c bpf: add test cases to bpf selftests to cover all access tests by Daniel Borkmann · 7 years ago
  8. f7e9cb1 bpf: remove mark access for SK_SKB program types by John Fastabend · 7 years ago
  9. 28e33f9 bpf: disallow arithmetic operations on context pointer by Jakub Kicinski · 7 years ago
  10. 390ee7e bpf: enforce return code for cgroup-bpf programs by Alexei Starovoitov · 7 years ago
  11. 88cda1c bpf: libbpf: Provide basic API support to specify BPF obj name by Martin KaFai Lau · 7 years ago
  12. 22c8852 bpf: improve selftests and add tests for meta pointer by Daniel Borkmann · 7 years ago
  13. e67b8a6 bpf/verifier: reject BPF_ALU64|BPF_END by Edward Cree · 7 years ago
  14. ed85054 bpf: more SK_SKB selftests by John Fastabend · 7 years ago
  15. df20cb7 selftests/bpf: add a test for a pruning bug in the verifier by Alexei Starovoitov · 7 years ago
  16. d893dc2 selftests/bpf: add a test for a bug in liveness-based pruning by Edward Cree · 7 years ago
  17. 41bc94f bpf: selftests: add tests for new __sk_buff members by John Fastabend · 7 years ago
  18. 31e482b bpf: add test cases for new BPF_J{LT, LE, SLT, SLE} instructions by Daniel Borkmann · 7 years ago
  19. 3118e6e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  20. 69c4e8a selftests/bpf: variable offset negative tests by Edward Cree · 7 years ago
  21. 1f9ab38 selftests/bpf: don't try to access past MAX_PACKET_OFF in test_verifier by Edward Cree · 7 years ago
  22. f65b184 selftests/bpf: change test_verifier expectations by Edward Cree · 7 years ago
  23. 2c46062 bpf: fix byte order test in test_verifier by Daniel Borkmann · 7 years ago
  24. 545722c selftests/bpf: subtraction bounds test by Edward Cree · 8 years ago
  25. 8641250 bpf: more tests for mixed signed and unsigned bounds checks by Daniel Borkmann · 8 years ago
  26. b712296 bpf: add test for mixed signed and unsigned bounds checks by Edward Cree · 8 years ago
  27. a150213 bpf: fix up test cases with mixed signed/unsigned bounds by Daniel Borkmann · 8 years ago
  28. d655490 bpf: allow to specify log level and reduce it for test_verifier by Daniel Borkmann · 8 years ago
  29. 6d191ed4 bpf: add various test cases for verifier selftest by Daniel Borkmann · 8 years ago
  30. b079115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  31. 6bdf6ab bpf: prevent leaking pointer via xadd on unpriviledged by Daniel Borkmann · 8 years ago
  32. 18f3d6b selftests/bpf: Add test cases to test narrower ctx field loads by Yonghong Song · 8 years ago
  33. 31fd858 bpf: permits narrower load from bpf program context fields by Yonghong Song · 8 years ago
  34. efe5f9c selftests/bpf: make correct use of exit codes in bpf selftests by Jesper Dangaard Brouer · 8 years ago
  35. 614d0d7 bpf: add various verifier test cases by Daniel Borkmann · 8 years ago
  36. 332270f bpf: enhance verifier to understand stack pointer arithmetic by Yonghong Song · 8 years ago
  37. 728a853 bpf: add various test cases to verifier selftests by Daniel Borkmann · 8 years ago
  38. b1d9fc4 bpf: add napi_id read access to __sk_buff by Daniel Borkmann · 8 years ago
  39. 89c0a361 selftests/bpf: fix merge conflict by Alexei Starovoitov · 8 years ago
  40. 6f14f44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  41. 02ea80b bpf: add various verifier test cases for self-tests by Daniel Borkmann · 8 years ago
  42. b197768 bpf: improve verifier packet range checks by Alexei Starovoitov · 8 years ago
  43. fb30d4b bpf: Add tests for map-in-map by Martin KaFai Lau · 8 years ago
  44. 1da8ac7 selftests/bpf: fix broken build by Alexei Starovoitov · 8 years ago
  45. 702498a bpf: Remove bpf_sys.h from selftests by Mickaël Salaün · 8 years ago
  46. f4874d0 bpf: Use bpf_create_map() from the library by Mickaël Salaün · 8 years ago
  47. 2ee89fb bpf: Use bpf_load_program() from the library by Mickaël Salaün · 8 years ago
  48. d02d898 bpf: Always test unprivileged programs by Mickaël Salaün · 8 years ago
  49. 63dfef7 bpf: enable verifier to add 0 to packet ptr by William Tu · 8 years ago
  50. 29200c1 bpf: test for AND edge cases by Josef Bacik · 8 years ago
  51. 3fadc80 bpf: enable verifier to better track const alu ops by Daniel Borkmann · 8 years ago
  52. 62c7989 bpf: allow b/h/w/dw access for bpf's cb in ctx by Daniel Borkmann · 8 years ago
  53. 06c1c04 bpf: allow helpers access to variable memory by Gianluca Borello · 8 years ago
  54. f0318d0 bpf: allow adjusted map element values to spill by Gianluca Borello · 8 years ago
  55. 5722569 bpf: allow helpers access to map element values by Gianluca Borello · 8 years ago
  56. 0eb6984 bpf, test_verifier: fix a test case error result on unprivileged by Daniel Borkmann · 8 years ago
  57. a08dd0d bpf: fix regression on verifier pruning wrt map lookups by Daniel Borkmann · 8 years ago
  58. 3f731d8 bpf: add additional verifier tests for BPF_PROG_TYPE_LWT_* by Thomas Graf · 8 years ago
  59. 3c839744 bpf: Preserve const register type on const OR alu ops by Gianluca Borello · 8 years ago
  60. e954890 bpf: add test for the verifier equal logic bug by Josef Bacik · 8 years ago
  61. e00c7b2 bpf: fix multiple issues in selftest suite and samples by Daniel Borkmann · 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[Renamed (84%) from samples/bpf/test_verifier.c]
  64. 1a776b9 bpf: add various tests around spill/fill of regs by Daniel Borkmann · 8 years ago
  65. 1441dc9 Merge branch 'ethernet-use-core-min-max-mtu' by David S. Miller · 8 years ago