1. d800bad bpf: Fix too large copy from user in bpf_test_init by Jesper Dangaard Brouer · 4 years, 8 months ago
  2. bc56c91 bpf: Add xdp.frame_sz in bpf_prog_test_run_xdp(). by Jesper Dangaard Brouer · 4 years, 8 months ago
  3. e9ff9d5 bpf: Fix build warning regarding missing prototypes by Jean-Philippe Menil · 4 years, 9 months ago
  4. 3d08b6f bpf: Add selftests for BPF_MODIFY_RETURN by KP Singh · 4 years, 10 months ago
  5. da00d2f bpf: Add test ops for BPF_PROG_TYPE_TRACING by KP Singh · 4 years, 10 months ago
  6. cf62089 bpf: Add gso_size to __sk_buff by Willem de Bruijn · 4 years, 10 months ago
  7. 6eac779 bpf/tests: Use migrate disable instead of preempt disable by David Miller · 4 years, 10 months ago
  8. 6de6c1f bpf: Allow to change skb mark in test_run by Nikita V. Shirokov · 5 years ago
  9. 850a88c bpf: Expose __sk_buff wire_len/gso_segs to BPF_PROG_TEST_RUN by Stanislav Fomichev · 5 years ago
  10. f23c4b3 bpf: Start using the BPF dispatcher in BPF_TEST_RUN by Björn Töpel · 5 years ago
  11. b590cb5 bpf: Switch to offsetofend in BPF_PROG_TEST_RUN by Stanislav Fomichev · 5 years ago
  12. a25ecd9 bpf: Fix memory leak on object 'data' by Colin Ian King · 5 years ago
  13. faeb2dc bpf: Add kernel test functions for fentry testing by Alexei Starovoitov · 5 years ago
  14. ba94094 bpf: Allow __sk_buff tstamp in BPF_PROG_TEST_RUN by Stanislav Fomichev · 5 years ago
  15. b2ca4e1 bpf/flow_dissector: support flags in BPF_PROG_TEST_RUN by Stanislav Fomichev · 5 years ago
  16. 086f956 bpf/flow_dissector: pass input flags to BPF flow dissector program by Stanislav Fomichev · 5 years ago
  17. 25763b3 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206 by Thomas Gleixner · 6 years ago
  18. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  19. 6ac99e8 bpf: Introduce bpf sk local storage by Martin KaFai Lau · 6 years ago
  20. e950e84 selftests: bpf: test writable buffers in raw tps by Matt Mullins · 6 years ago
  21. 02ee065 bpf/flow_dissector: don't adjust nhoff by ETH_HLEN in BPF_PROG_TEST_RUN by Stanislav Fomichev · 6 years ago
  22. 7b8a130 bpf: when doing BPF_PROG_TEST_RUN for flow dissector use no-skb mode by Stanislav Fomichev · 6 years ago
  23. 089b19a flow_dissector: switch kernel context to struct bpf_flow_dissector by Stanislav Fomichev · 6 years ago
  24. 947e8b5 bpf: explicitly prohibit ctx_{in, out} in non-skb BPF_PROG_TEST_RUN by Stanislav Fomichev · 6 years ago
  25. c695865 bpf: fix missing bpf_check_uarg_tail_zero in BPF_PROG_TEST_RUN by Stanislav Fomichev · 6 years ago
  26. b0b9395 bpf: support input __sk_buff context in BPF_PROG_TEST_RUN by Stanislav Fomichev · 6 years ago
  27. 71b91a5 bpf: fix warning about using plain integer as NULL by Bo YU · 6 years ago
  28. f7fb7c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  29. a439184 bpf/test_run: fix unkillable BPF_PROG_TEST_RUN for flow dissector by Stanislav Fomichev · 6 years ago
  30. 70f3522 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  31. df1a2cb bpf/test_run: fix unkillable BPF_PROG_TEST_RUN by Stanislav Fomichev · 6 years ago
  32. b7a1848 bpf: add BPF_PROG_TEST_RUN support for flow dissector by Stanislav Fomichev · 6 years ago
  33. addb067 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  34. b5a36b1 bpf: respect size hint to BPF_PROG_TEST_RUN if present by Lorenz Bauer · 6 years ago
  35. dcb4059 bpf: refactor bpf_test_run() to separate own failures and test program result by Roman Gushchin · 6 years ago
  36. 2cb494a bpf: add tests for direct packet access from CGROUP_SKB by Song Liu · 6 years ago
  37. 8bad74f bpf: extend cgroup bpf core to allow multiple cgroup storage types by Roman Gushchin · 6 years ago
  38. f42ee09 bpf/test_run: support cgroup local storage by Roman Gushchin · 6 years ago
  39. 6e6fddc bpf: fix panic due to oob in bpf_prog_test_run_skb by Daniel Borkmann · 6 years ago
  40. 587b80c bpf: making bpf_prog_test run aware of possible data_end ptr change by Nikita V. Shirokov · 7 years ago
  41. 65073a6 bpf: fix null pointer deref in bpf_prog_test_run_xdp by Daniel Borkmann · 7 years ago
  42. de8f3a8 bpf: add meta pointer for direct access by Daniel Borkmann · 7 years ago
  43. 6aaae2b bpf: rename bpf_compute_data_end into bpf_compute_data_pointers by Daniel Borkmann · 7 years ago
  44. 586f852 bpf: Align packet data properly in program testing framework. by David Miller · 8 years ago
  45. 78e5227 bpf: Do not dereference user pointer in bpf_test_finish(). by David Miller · 8 years ago
  46. 1cf1cae bpf: introduce BPF_PROG_TEST_RUN command by Alexei Starovoitov · 8 years ago