aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpf: add various test cases to selftestsDaniel Borkmann2019-01-021-3/+1105
* selftests/bpf: fix error printing in test_devmap()Xiaozhou Liu2019-01-011-1/+1
* bpf: fix segfault in test_verifier selftestDaniel Borkmann2018-12-211-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-207-73/+1053
|\
| * bpf: sk_msg, fix sk_msg_md access past end testJohn Fastabend2018-12-201-1/+1
| * selftests: bpf: add missing executables to .gitignoreJakub Kicinski2018-12-201-0/+1
| * selftests: bpf: verifier: add tests for JSET interpretationJakub Kicinski2018-12-201-0/+96
| * selftests: bpf: add trivial JSET testsJakub Kicinski2018-12-201-31/+178
| * bpf: Add BPF_LD_IMM64 to the line_info testMartin KaFai Lau2018-12-191-0/+27
| * bpf: sk_msg, add tests for size fieldJohn Fastabend2018-12-191-3/+13
| * bpf: correct slot_type marking logic to allow more stack slot sharingJiong Wang2018-12-181-2/+32
| * tools/bpf: check precise {func, line, jited_line}_info_rec_size in test_btfYonghong Song2018-12-181-5/+5
| * tools/bpf: test kernel bpffs map pretty print with struct kind_flagYonghong Song2018-12-181-14/+154
| * tools/bpf: add test_btf unit tests for kind_flagYonghong Song2018-12-181-2/+494
| * bpf: improve stacksafe state comparisonAlexei Starovoitov2018-12-151-0/+22
| * selftests/bpf: check insn processed in test_verifierAlexei Starovoitov2018-12-151-1/+14
| * selftests/bpf: Fix sk lookup usage in test_sock_addrAndrey Ignatov2018-12-132-4/+8
| * bpf: Remove !func_info and !line_info check from test_btf and bpftoolMartin KaFai Lau2018-12-131-7/+0
| * selftests/bpf: add btf annotations for cgroup_local_storage mapsRoman Gushchin2018-12-121-0/+6
| * selftests/bpf: use __bpf_constant_htons in test_prog.cStanislav Fomichev2018-12-121-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-202-24/+49
|\ \ | |/ |/|
| * bpf: verifier: make sure callees don't prune with caller differencesJakub Kicinski2018-12-131-0/+28
| * selftests/bpf: use proper type when passing prog_typeStanislav Fomichev2018-12-111-4/+4
| * selftests/bpf: add missing pointer dereference for map stacktrace fixupStanislav Fomichev2018-12-101-1/+1
| * selftests/bpf: use thoff instead of nhoff in BPF flow dissectorStanislav Fomichev2018-12-071-19/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-108-150/+978
|\ \
| * | tools/bpf: rename *_info_cnt to nr_*_infoYonghong Song2018-12-101-30/+30
| * | bpf: relax verifier restriction on BPF_MOV | BPF_ALUJiong Wang2018-12-101-0/+13
| * | media: bpf: add bpf function to report mouse movementSean Young2018-12-094-20/+53
| * | bpf: Add unit tests for bpf_line_infoMartin KaFai Lau2018-12-091-17/+580
| * | bpf: Refactor and bug fix in test_func_type in test_btf.cMartin KaFai Lau2018-12-091-86/+125
| * | selftests: bpf: update testcases for BPF_ALU | BPF_ARSHJiong Wang2018-12-071-4/+25
| * | bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftoolMartin KaFai Lau2018-12-051-1/+7
| * | selftests: add a test for bpf_prog_test_run_xattrLorenz Bauer2018-12-041-1/+54
| * | bpf: allow BPF read access to qdisc pkt_lenPetar Penkov2018-12-031-0/+32
| * | bpf: Apply F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to more ACCEPT test cases.David Miller2018-11-301-0/+17
| * | bpf: Make more use of 'any' alignment in test_verifier.cDavid Miller2018-11-301-0/+44
| * | bpf: Adjust F_NEEDS_EFFICIENT_UNALIGNED_ACCESS handling in test_verifier.cDavid Miller2018-11-301-18/+24
| * | bpf: Add BPF_F_ANY_ALIGNMENT.David Miller2018-11-302-3/+4
| * | bpf: Fix verifier log string check for bad alignment.David Miller2018-11-301-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-094-21/+382
|\ \ \ | |/ / |/| / | |/
| * bpf: improve verifier branch analysisAlexei Starovoitov2018-12-041-2/+2
| * bpf: Support sk lookup in netns with id 0Joe Stringer2018-11-302-11/+11
| * bpf: Fix verifier log string check for bad alignment.David Miller2018-11-301-1/+1
| * tools/bpf: add addition type tests to test_btfYonghong Song2018-11-281-0/+361
| * tools/bpf: fix two test_btf unit test casesMartin KaFai Lau2018-11-281-7/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-296-53/+192
|\ \
| * | bpf: Fix various lib and testsuite build failures on 32-bit.David Miller2018-11-281-5/+5
| * | selftests/bpf: add config fragment CONFIG_FTRACE_SYSCALLSNaresh Kamboju2018-11-281-0/+1
| * | bpf: test_sockmap, add options for msg_pop_data() helperJohn Fastabend2018-11-282-17/+180