summaryrefslogtreecommitdiffstats
path: root/net/bpf
Commit message (Expand)AuthorAge
* bpf/flow_dissector: support flags in BPF_PROG_TEST_RUNStanislav Fomichev2019-07-25
* bpf/flow_dissector: pass input flags to BPF flow dissector programStanislav Fomichev2019-07-25
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-30
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-21
* bpf: Introduce bpf sk local storageMartin KaFai Lau2019-04-27
* selftests: bpf: test writable buffers in raw tpsMatt Mullins2019-04-26
* bpf/flow_dissector: don't adjust nhoff by ETH_HLEN in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-23
* bpf: when doing BPF_PROG_TEST_RUN for flow dissector use no-skb modeStanislav Fomichev2019-04-23
* flow_dissector: switch kernel context to struct bpf_flow_dissectorStanislav Fomichev2019-04-23
* bpf: explicitly prohibit ctx_{in, out} in non-skb BPF_PROG_TEST_RUNStanislav Fomichev2019-04-11
* bpf: fix missing bpf_check_uarg_tail_zero in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-11
* bpf: support input __sk_buff context in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-11
* bpf: fix warning about using plain integer as NULLBo YU2019-03-08
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-03-04
|\
| * bpf/test_run: fix unkillable BPF_PROG_TEST_RUN for flow dissectorStanislav Fomichev2019-02-25
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-24
|\ \ | |/ |/|
| * bpf/test_run: fix unkillable BPF_PROG_TEST_RUNStanislav Fomichev2019-02-18
* | bpf: add BPF_PROG_TEST_RUN support for flow dissectorStanislav Fomichev2019-01-28
|/
* 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