summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
...
| * sock_map: Rename skb_parser and skb_verdictCong Wang2021-02-262-6/+6
| * selftests/bpf: Introduce xsk statistics testsCiara Loftus2021-02-262-14/+136
| * selftests/bpf: Restructure xsk selftestsCiara Loftus2021-02-264-228/+159
| * selftests/bpf: Expose and rename debug argumentCiara Loftus2021-02-263-5/+14
| * selftest/bpf: Make xsk tests less verboseMagnus Karlsson2021-02-264-30/+50
| * selftests/bpf: Test deadlock from recursive bpf_task_storage_[get|delete]Song Liu2021-02-262-0/+93
| * selftests/bpf: Add non-BPF_LSM test for task local storageSong Liu2021-02-263-0/+165
* | bpf: Explicitly zero-extend R0 after 32-bit cmpxchgBrendan Jackman2021-03-042-0/+50
* | selftests/bpf: Mask bpf_csum_diff() return value to 16 bits in test_verifierYauheni Kaliuta2021-03-021-1/+2
* | selftests/bpf: Use the last page in test_snprintf_btf on s390Ilya Leoshkevich2021-03-021-3/+10
* | selftests/bpf: No need to drop the packet when there is no geneve optHangbin Liu2021-02-241-4/+2
* | selftests/bpf: Fix a compiler warning in global func testDmitrii Banshchikov2021-02-241-1/+1
* | bpf, x86: Fix BPF_FETCH atomic and/or/xor with r0 as srcBrendan Jackman2021-02-221-0/+23
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-161-7/+3
|\
| * selftests/bpf: Convert test_xdp_redirect.sh to bashBjörn Töpel2021-02-111-7/+3
* | selftests/bpf: Add unit tests for pointers in global functionsDmitrii Banshchikov2021-02-1211-0/+449
* | selftests/bpf: Tests using bpf_check_mtu BPF-helperJesper Dangaard Brouer2021-02-132-0/+414
* | selftests/bpf: Use bpf_check_mtu in selftest test_cls_redirectJesper Dangaard Brouer2021-02-131-0/+7
* | selftests/bpf: Add test for bpf_iter_task_vmaSong Liu2021-02-123-10/+174
* | bpf: selftests: Add non function pointer test to struct_opsMartin KaFai Lau2021-02-121-0/+1
* | selftests/bpf: Add a selftest for the tracing bpf_get_socket_cookieFlorent Revest2021-02-112-6/+41
* | selftests/bpf: Use vmlinux.h in socket_cookie_prog.cFlorent Revest2021-02-111-5/+6
* | selftests/bpf: Integrate the socket_cookie test to test_progsFlorent Revest2021-02-115-213/+72
* | selftests/bpf: Add a test for map-in-map and per-cpu maps in sleepable progsAlexei Starovoitov2021-02-111-0/+69
* | selftests/bpf: Improve recursion selftestAlexei Starovoitov2021-02-111-0/+8
* | selftest/bpf: Add a recursion testAlexei Starovoitov2021-02-112-0/+79
* | bpf: Add per-program recursion prevention mechanismAlexei Starovoitov2021-02-112-4/+4
* | selftests/bpf: Simplify the calculation of variablesJiapeng Chong2021-02-101-3/+3
* | selftests/bpf: Fix endianness issues in atomic testsIlya Leoshkevich2021-02-103-3/+3
* | selftest/bpf: Add test for var-offset stack accessAndrei Matei2021-02-102-0/+86
* | selftest/bpf: Verifier tests for var-off accessAndrei Matei2021-02-101-2/+97
* | selftest/bpf: Adjust expected verifier errorsAndrei Matei2021-02-109-37/+41
* | selftests/bpf: Add missing cleanup in atomic_bounds testBrendan Jackman2021-02-081-0/+2
* | selftests/bpf: Remove unneeded semicolonYang Li2021-02-081-1/+1
* | bpf/benchs/bench_ringbufs: Remove unneeded semicolonYang Li2021-02-081-1/+1
* | bpf/selftests: Update the IMA test to use BPF ring bufferKP Singh2021-02-042-13/+43
* | bpf/selftests: Add a short note about vmtest.sh in README.rstKP Singh2021-02-041-0/+24
* | bpf: Helper script for running BPF presubmit testsKP Singh2021-02-041-0/+368
* | selftest/bpf: Testing for multiple logs on REJECTAndrei Matei2021-02-031-3/+13
* | selftests/bpf: Fix a compiler warning in local_storage testKP Singh2021-02-021-1/+1
* | bpf: Propagate stack bounds to registers in atomics w/ BPF_FETCHBrendan Jackman2021-02-023-0/+66
* | bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_UDP{4,6}_RECVMSGStanislav Fomichev2021-01-292-0/+10
* | selftests/bpf: Rewrite recvmsg{4,6} asm progs to c in test_sock_addrStanislav Fomichev2021-01-293-74/+92
* | bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_INET{4,6}_GET{PEER,SOCK}NAMEStanislav Fomichev2021-01-292-0/+16
* | bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_UDP{4,6}_SENDMSGStanislav Fomichev2021-01-293-0/+33
* | tools: Factor Clang, LLC and LLVM utils definitionsSedat Dilek2021-01-291-2/+0
* | selftests/bpf: Verify that rebinding to port < 1024 from BPF worksStanislav Fomichev2021-01-272-0/+154
* | selftests/bpf: Don't exit on failed bpf_testmod unloadAndrii Nakryiko2021-01-261-1/+1
* | selftests/bpf: Avoid useless void *-castsBjörn Töpel2021-01-261-5/+5
* | selftests/bpf: Consistent malloc/calloc usageBjörn Töpel2021-01-261-7/+7