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