- 0fe2f27 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years ago
- 7ac6ad0 bpf: Reject too big ctx_size_in for raw_tp test run by Song Liu · 4 years ago
- be9df4a net, xdp: Introduce xdp_prepare_buff utility routine by Lorenzo Bianconi · 4 years ago
- 43b5169 net, xdp: Introduce xdp_init_buff utility routine by Lorenzo Bianconi · 4 years ago
- 963ec27 bpf: fix raw_tp test run in preempt kernel by Song Liu · 4 years, 3 months ago
- 1b4d60e bpf: Enable BPF_PROG_TEST_RUN for raw_tracepoint by Song Liu · 4 years, 3 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- 21594c4 bpf: Allow to specify ifindex for skb in bpf_prog_test_run_skb by Dmitry Yakunin · 4 years, 5 months ago
- fa5cb54 bpf: Setup socket family and addresses in bpf_prog_test_run_skb by Dmitry Yakunin · 4 years, 5 months ago
- d923021 bpf: Add tests for PTR_TO_BTF_ID vs. null comparison by Yonghong Song · 4 years, 6 months ago
- d800bad bpf: Fix too large copy from user in bpf_test_init by Jesper Dangaard Brouer · 4 years, 8 months ago
- bc56c91 bpf: Add xdp.frame_sz in bpf_prog_test_run_xdp(). by Jesper Dangaard Brouer · 4 years, 8 months ago
- e9ff9d5 bpf: Fix build warning regarding missing prototypes by Jean-Philippe Menil · 4 years, 9 months ago
- 3d08b6f bpf: Add selftests for BPF_MODIFY_RETURN by KP Singh · 4 years, 10 months ago
- da00d2f bpf: Add test ops for BPF_PROG_TYPE_TRACING by KP Singh · 4 years, 10 months ago
- cf62089 bpf: Add gso_size to __sk_buff by Willem de Bruijn · 4 years, 10 months ago
- 6eac779 bpf/tests: Use migrate disable instead of preempt disable by David Miller · 4 years, 10 months ago
- 6de6c1f bpf: Allow to change skb mark in test_run by Nikita V. Shirokov · 5 years ago
- 850a88c bpf: Expose __sk_buff wire_len/gso_segs to BPF_PROG_TEST_RUN by Stanislav Fomichev · 5 years ago
- f23c4b3 bpf: Start using the BPF dispatcher in BPF_TEST_RUN by Björn Töpel · 5 years ago
- b590cb5 bpf: Switch to offsetofend in BPF_PROG_TEST_RUN by Stanislav Fomichev · 5 years ago
- a25ecd9 bpf: Fix memory leak on object 'data' by Colin Ian King · 5 years ago
- faeb2dc bpf: Add kernel test functions for fentry testing by Alexei Starovoitov · 5 years ago
- ba94094 bpf: Allow __sk_buff tstamp in BPF_PROG_TEST_RUN by Stanislav Fomichev · 5 years ago
- b2ca4e1 bpf/flow_dissector: support flags in BPF_PROG_TEST_RUN by Stanislav Fomichev · 5 years ago
- 086f956 bpf/flow_dissector: pass input flags to BPF flow dissector program by Stanislav Fomichev · 5 years ago
- 25763b3 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206 by Thomas Gleixner · 6 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- 6ac99e8 bpf: Introduce bpf sk local storage by Martin KaFai Lau · 6 years ago
- e950e84 selftests: bpf: test writable buffers in raw tps by Matt Mullins · 6 years ago
- 02ee065 bpf/flow_dissector: don't adjust nhoff by ETH_HLEN in BPF_PROG_TEST_RUN by Stanislav Fomichev · 6 years ago
- 7b8a130 bpf: when doing BPF_PROG_TEST_RUN for flow dissector use no-skb mode by Stanislav Fomichev · 6 years ago
- 089b19a flow_dissector: switch kernel context to struct bpf_flow_dissector by Stanislav Fomichev · 6 years ago
- 947e8b5 bpf: explicitly prohibit ctx_{in, out} in non-skb BPF_PROG_TEST_RUN by Stanislav Fomichev · 6 years ago
- c695865 bpf: fix missing bpf_check_uarg_tail_zero in BPF_PROG_TEST_RUN by Stanislav Fomichev · 6 years ago
- b0b9395 bpf: support input __sk_buff context in BPF_PROG_TEST_RUN by Stanislav Fomichev · 6 years ago
- 71b91a5 bpf: fix warning about using plain integer as NULL by Bo YU · 6 years ago
- f7fb7c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
- a439184 bpf/test_run: fix unkillable BPF_PROG_TEST_RUN for flow dissector by Stanislav Fomichev · 6 years ago
- 70f3522 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- df1a2cb bpf/test_run: fix unkillable BPF_PROG_TEST_RUN by Stanislav Fomichev · 6 years ago
- b7a1848 bpf: add BPF_PROG_TEST_RUN support for flow dissector by Stanislav Fomichev · 6 years ago
- addb067 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
- b5a36b1 bpf: respect size hint to BPF_PROG_TEST_RUN if present by Lorenz Bauer · 6 years ago
- dcb4059 bpf: refactor bpf_test_run() to separate own failures and test program result by Roman Gushchin · 6 years ago
- 2cb494a bpf: add tests for direct packet access from CGROUP_SKB by Song Liu · 6 years ago
- 8bad74f bpf: extend cgroup bpf core to allow multiple cgroup storage types by Roman Gushchin · 6 years ago
- f42ee09 bpf/test_run: support cgroup local storage by Roman Gushchin · 6 years ago
- 6e6fddc bpf: fix panic due to oob in bpf_prog_test_run_skb by Daniel Borkmann · 6 years ago
- 587b80c bpf: making bpf_prog_test run aware of possible data_end ptr change by Nikita V. Shirokov · 7 years ago
- 65073a6 bpf: fix null pointer deref in bpf_prog_test_run_xdp by Daniel Borkmann · 7 years ago
- de8f3a8 bpf: add meta pointer for direct access by Daniel Borkmann · 7 years ago
- 6aaae2b bpf: rename bpf_compute_data_end into bpf_compute_data_pointers by Daniel Borkmann · 7 years ago
- 586f852 bpf: Align packet data properly in program testing framework. by David Miller · 8 years ago
- 78e5227 bpf: Do not dereference user pointer in bpf_test_finish(). by David Miller · 8 years ago
- 1cf1cae bpf: introduce BPF_PROG_TEST_RUN command by Alexei Starovoitov · 8 years ago