summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Enforce returning 0 for fentry/fexit programsYonghong Song2020-05-141-2/+2
* bpf: Fix bug in mmap() implementation for BPF array mapAndrii Nakryiko2020-05-141-0/+8
* selftests/bpf: Fix a couple of broken test_btf casesStanislav Fomichev2020-04-244-40/+16
* selftests/bpf: Add test for freplace program with expected_attach_typeToke Høiland-Jørgensen2020-04-243-18/+58
* bpf, selftests: Add test for BPF_STX BPF_B storing R10Luke Nelson2020-04-201-0/+40
* bpf: Forbid XADD on spilled pointers for unprivileged usersJann Horn2020-04-201-0/+1
* selftests/bpf: Check for correct program attach/detach in xdp_attach testToke Høiland-Jørgensen2020-04-151-1/+29
* libbpf: Always specify expected_attach_type on program load if supportedAndrii Nakryiko2020-04-151-15/+27
* selftests/bpf: Validate frozen map contents stays frozenAndrii Nakryiko2020-04-141-2/+60
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-04-094-15/+83
|\
| * selftests/bpf: Add test for bpf_get_link_xdp_idAndrey Ignatov2020-04-081-0/+68
| * bpf, lsm: Fix the file_mprotect LSM test.KP Singh2020-04-022-13/+13
| * bpf: Fix spelling mistake "arithmatic" -> "arithmetic" in test_verifierColin Ian King2020-04-031-2/+2
* | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-034-0/+4
|\ \ | |/ |/|
| * .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-254-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-3025-47/+1356
|\ \
| * | selftests/bpf: Test FD-based cgroup attachmentAndrii Nakryiko2020-03-302-0/+268
| * | bpf: Test_verifier, add alu32 bounds tracking testsJohn Fastabend2020-03-301-0/+39
| * | bpf: Test_verifier, #65 error message updates for trunc of boundary-crossJohn Fastabend2020-03-301-8/+4
| * | bpf: Test_verifier, bpf_get_stack return value add <0John Fastabend2020-03-301-4/+4
| * | bpf: Test_progs, add test to catch retval refine error handlingJohn Fastabend2020-03-302-0/+31
| * | selftests: bpf: Extend sk_assign tests for UDPJoe Stringer2020-03-302-11/+105
| * | selftests: bpf: Add test for sk_assignLorenz Bauer2020-03-302-0/+419
| * | bpf: lsm: Add selftests for BPF_PROG_TYPE_LSMKP Singh2020-03-303-0/+136
| * | selftests: Add test for overriding global data value before loadToke Høiland-Jørgensen2020-03-302-1/+62
| * | selftests/bpf: Add tests for attaching XDP programsToke Høiland-Jørgensen2020-03-281-0/+62
| * | bpf: Add selftest cases for ctx_or_null argument typeDaniel Borkmann2020-03-271-0/+105
| * | bpf: Test_verifier, #70 error message updates for 32-bit right shiftJohn Fastabend2020-03-251-4/+2
| * | samples, bpf: Move read_trace_pipe to trace_helpersDaniel T. Lee2020-03-232-0/+24
| * | bpf: Add tests for bpf_sk_storage to bpf_tcp_caMartin KaFai Lau2020-03-232-8/+47
| * | selftests/bpf: Fix mix of tabs and spacesBill Wendling2020-03-201-1/+1
| * | selftests/bpf: Reset process and thread affinity after each test/sub-testAndrii Nakryiko2020-03-172-1/+42
| * | selftests/bpf: Fix test_progs's parsing of test numbersAndrii Nakryiko2020-03-171-6/+7
| * | selftests/bpf: Fix race in tcp_rtt testAndrii Nakryiko2020-03-171-2/+2
| * | selftests/bpf: Fix nanosleep for real this timeAndrii Nakryiko2020-03-172-11/+7
| * | selftest/bpf: Fix compilation warning in sockmap_parse_prog.cAndrii Nakryiko2020-03-171-1/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-254-0/+123
|\ \ \ | |/ / |/| |
| * | selftests/bpf: Add test for the packed enum member in struct/unionYoshiki Komachi2020-03-101-0/+42
| * | selftests: bpf: Add test for JMP32 JSET BPF_X with upper bits setLuke Nelson2020-03-061-0/+15
| * | selftests/bpf: Add send_signal_sched_switch testYonghong Song2020-03-052-0/+66
| |/
* | selftests/bpf: Add vmlinux.h selftest exercising tracing of syscallsAndrii Nakryiko2020-03-133-1/+133
* | selftests/bpf: Ensure consistent test failure outputAndrii Nakryiko2020-03-132-9/+9
* | selftests/bpf: Fix spurious failures in accept due to EAGAINJakub Sitnicki2020-03-131-19/+58
* | tools/bpf: Move linux/types.h for selftests and bpftoolTobias Klauser2020-03-132-26/+4
* | selftests/bpf: Fix usleep() implementationAndrii Nakryiko2020-03-131-1/+10
* | selftests/bpf: Make tcp_rtt test more robust to failuresAndrii Nakryiko2020-03-131-12/+20
* | selftests/bpf: Guarantee that useep() calls nanosleep() syscallAndrii Nakryiko2020-03-131-0/+9
* | bpf: Add bpf_xdp_output() helperEelco Chaudron2020-03-122-0/+77
* | tools/testing/selftests/bpf: Add self-tests for new helper bpf_get_ns_current...Carlos Neira2020-03-125-1/+287
* | selftests: bpf: Enable UDP sockmap reuseport testsLorenz Bauer2020-03-091-6/+0