summaryrefslogtreecommitdiffstats
path: root/net/bpf
AgeCommit message (Expand)Author
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-12-04bpf: respect size hint to BPF_PROG_TEST_RUN if presentLorenz Bauer
2018-12-01bpf: refactor bpf_test_run() to separate own failures and test program resultRoman Gushchin
2018-10-19bpf: add tests for direct packet access from CGROUP_SKBSong Liu
2018-10-01bpf: extend cgroup bpf core to allow multiple cgroup storage typesRoman Gushchin
2018-08-03bpf/test_run: support cgroup local storageRoman Gushchin
2018-07-11bpf: fix panic due to oob in bpf_prog_test_run_skbDaniel Borkmann
2018-04-18bpf: making bpf_prog_test run aware of possible data_end ptr changeNikita V. Shirokov
2018-02-01bpf: fix null pointer deref in bpf_prog_test_run_xdpDaniel Borkmann
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann
2017-09-26bpf: rename bpf_compute_data_end into bpf_compute_data_pointersDaniel Borkmann
2017-05-02bpf: Align packet data properly in program testing framework.David Miller
2017-05-02bpf: Do not dereference user pointer in bpf_test_finish().David Miller
2017-04-01bpf: introduce BPF_PROG_TEST_RUN commandAlexei Starovoitov