aboutsummaryrefslogtreecommitdiff
path: root/net/bpf/test_run.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-18bpf: Allow to change skb mark in test_runGravatar Nikita V. Shirokov 1-1/+9
2019-12-13bpf: Expose __sk_buff wire_len/gso_segs to BPF_PROG_TEST_RUNGravatar Stanislav Fomichev 1-1/+18
2019-12-13bpf: Start using the BPF dispatcher in BPF_TEST_RUNGravatar Björn Töpel 1-5/+10
2019-12-11bpf: Switch to offsetofend in BPF_PROG_TEST_RUNGravatar Stanislav Fomichev 1-8/+4
2019-11-18bpf: Fix memory leak on object 'data'Gravatar Colin Ian King 1-1/+3
2019-11-15bpf: Add kernel test functions for fentry testingGravatar Alexei Starovoitov 1-0/+41
2019-10-15bpf: Allow __sk_buff tstamp in BPF_PROG_TEST_RUNGravatar Stanislav Fomichev 1-0/+9
2019-07-25bpf/flow_dissector: support flags in BPF_PROG_TEST_RUNGravatar Stanislav Fomichev 1-4/+35
2019-07-25bpf/flow_dissector: pass input flags to BPF flow dissector programGravatar Stanislav Fomichev 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Gravatar Thomas Gleixner 1-4/+1
2019-04-27bpf: Introduce bpf sk local storageGravatar Martin KaFai Lau 1-0/+2
2019-04-26selftests: bpf: test writable buffers in raw tpsGravatar Matt Mullins 1-0/+4
2019-04-23bpf/flow_dissector: don't adjust nhoff by ETH_HLEN in BPF_PROG_TEST_RUNGravatar Stanislav Fomichev 1-3/+0
2019-04-23bpf: when doing BPF_PROG_TEST_RUN for flow dissector use no-skb modeGravatar Stanislav Fomichev 1-30/+17
2019-04-23flow_dissector: switch kernel context to struct bpf_flow_dissectorGravatar Stanislav Fomichev 1-4/+0
2019-04-12bpf: explicitly prohibit ctx_{in, out} in non-skb BPF_PROG_TEST_RUNGravatar Stanislav Fomichev 1-0/+6
2019-04-11bpf: support input __sk_buff context in BPF_PROG_TEST_RUNGravatar Stanislav Fomichev 1-8/+135
2019-03-08bpf: fix warning about using plain integer as NULLGravatar Bo YU 1-1/+1
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-6/+20
2019-02-25bpf/test_run: fix unkillable BPF_PROG_TEST_RUN for flow dissectorGravatar Stanislav Fomichev 1-6/+20
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-21/+24
2019-02-19bpf/test_run: fix unkillable BPF_PROG_TEST_RUNGravatar Stanislav Fomichev 1-21/+24
2019-01-29bpf: add BPF_PROG_TEST_RUN support for flow dissectorGravatar Stanislav Fomichev 1-0/+82
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-2/+13
2018-12-04bpf: respect size hint to BPF_PROG_TEST_RUN if presentGravatar Lorenz Bauer 1-2/+13
2018-12-01bpf: refactor bpf_test_run() to separate own failures and test program resultGravatar Roman Gushchin 1-6/+15
2018-10-19bpf: add tests for direct packet access from CGROUP_SKBGravatar Song Liu 1-0/+15
2018-10-01bpf: extend cgroup bpf core to allow multiple cgroup storage typesGravatar Roman Gushchin 1-6/+14
2018-08-03bpf/test_run: support cgroup local storageGravatar Roman Gushchin 1-2/+11
2018-07-11bpf: fix panic due to oob in bpf_prog_test_run_skbGravatar Daniel Borkmann 1-3/+14
2018-04-18bpf: making bpf_prog_test run aware of possible data_end ptr changeGravatar Nikita V. Shirokov 1-1/+2
2018-02-01bpf: fix null pointer deref in bpf_prog_test_run_xdpGravatar Daniel Borkmann 1-0/+4
2017-09-26bpf: add meta pointer for direct accessGravatar Daniel Borkmann 1-0/+1
2017-09-26bpf: rename bpf_compute_data_end into bpf_compute_data_pointersGravatar Daniel Borkmann 1-1/+1
2017-05-02bpf: Align packet data properly in program testing framework.Gravatar David Miller 1-5/+5
2017-05-02bpf: Do not dereference user pointer in bpf_test_finish().Gravatar David Miller 1-4/+5
2017-04-01bpf: introduce BPF_PROG_TEST_RUN commandGravatar Alexei Starovoitov 1-0/+172