summaryrefslogtreecommitdiffstats
path: root/net/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpf: Allow to change skb mark in test_runNikita V. Shirokov2019-12-181-1/+9
* bpf: Expose __sk_buff wire_len/gso_segs to BPF_PROG_TEST_RUNStanislav Fomichev2019-12-131-1/+18
* bpf: Start using the BPF dispatcher in BPF_TEST_RUNBjörn Töpel2019-12-131-5/+10
* bpf: Switch to offsetofend in BPF_PROG_TEST_RUNStanislav Fomichev2019-12-111-8/+4
* bpf: Fix memory leak on object 'data'Colin Ian King2019-11-181-1/+3
* bpf: Add kernel test functions for fentry testingAlexei Starovoitov2019-11-151-0/+41
* bpf: Allow __sk_buff tstamp in BPF_PROG_TEST_RUNStanislav Fomichev2019-10-151-0/+9
* bpf/flow_dissector: support flags in BPF_PROG_TEST_RUNStanislav Fomichev2019-07-251-4/+35
* bpf/flow_dissector: pass input flags to BPF flow dissector programStanislav Fomichev2019-07-251-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-301-4/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* bpf: Introduce bpf sk local storageMartin KaFai Lau2019-04-271-0/+2
* selftests: bpf: test writable buffers in raw tpsMatt Mullins2019-04-261-0/+4
* bpf/flow_dissector: don't adjust nhoff by ETH_HLEN in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-231-3/+0
* bpf: when doing BPF_PROG_TEST_RUN for flow dissector use no-skb modeStanislav Fomichev2019-04-231-30/+17
* flow_dissector: switch kernel context to struct bpf_flow_dissectorStanislav Fomichev2019-04-231-4/+0
* bpf: explicitly prohibit ctx_{in, out} in non-skb BPF_PROG_TEST_RUNStanislav Fomichev2019-04-121-0/+6
* bpf: fix missing bpf_check_uarg_tail_zero in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-111-1/+1
* bpf: support input __sk_buff context in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-111-8/+135
* bpf: fix warning about using plain integer as NULLBo YU2019-03-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-03-041-6/+20
|\
| * bpf/test_run: fix unkillable BPF_PROG_TEST_RUN for flow dissectorStanislav Fomichev2019-02-251-6/+20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-241-21/+24
|\ \ | |/ |/|
| * bpf/test_run: fix unkillable BPF_PROG_TEST_RUNStanislav Fomichev2019-02-191-21/+24
* | bpf: add BPF_PROG_TEST_RUN support for flow dissectorStanislav Fomichev2019-01-291-0/+82
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-101-2/+13
|\
| * bpf: respect size hint to BPF_PROG_TEST_RUN if presentLorenz Bauer2018-12-041-2/+13
* | bpf: refactor bpf_test_run() to separate own failures and test program resultRoman Gushchin2018-12-011-6/+15
|/
* bpf: add tests for direct packet access from CGROUP_SKBSong Liu2018-10-191-0/+15
* bpf: extend cgroup bpf core to allow multiple cgroup storage typesRoman Gushchin2018-10-011-6/+14
* bpf/test_run: support cgroup local storageRoman Gushchin2018-08-031-2/+11
* bpf: fix panic due to oob in bpf_prog_test_run_skbDaniel Borkmann2018-07-111-3/+14
* bpf: making bpf_prog_test run aware of possible data_end ptr changeNikita V. Shirokov2018-04-181-1/+2
* bpf: fix null pointer deref in bpf_prog_test_run_xdpDaniel Borkmann2018-02-011-0/+4
* bpf: add meta pointer for direct accessDaniel Borkmann2017-09-261-0/+1
* bpf: rename bpf_compute_data_end into bpf_compute_data_pointersDaniel Borkmann2017-09-261-1/+1
* bpf: Align packet data properly in program testing framework.David Miller2017-05-021-5/+5
* bpf: Do not dereference user pointer in bpf_test_finish().David Miller2017-05-021-4/+5
* bpf: introduce BPF_PROG_TEST_RUN commandAlexei Starovoitov2017-04-012-0/+173
OpenPOWER on IntegriCloud