summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorFilesLines
2021-02-11bpf: Add per-program recursion prevention mechanismAlexei Starovoitov2-4/+4
2021-02-10selftests/bpf: Simplify the calculation of variablesJiapeng Chong1-3/+3
2021-02-10selftests/bpf: Fix endianness issues in atomic testsIlya Leoshkevich3-3/+3
2021-02-10selftest/bpf: Add test for var-offset stack accessAndrei Matei2-0/+86
2021-02-10selftest/bpf: Verifier tests for var-off accessAndrei Matei1-2/+97
2021-02-10selftest/bpf: Adjust expected verifier errorsAndrei Matei9-37/+41
2021-02-09selftests/bpf: Add missing cleanup in atomic_bounds testBrendan Jackman1-0/+2
2021-02-09selftests/bpf: Remove unneeded semicolonYang Li1-1/+1
2021-02-09bpf/benchs/bench_ringbufs: Remove unneeded semicolonYang Li1-1/+1
2021-02-05bpf/selftests: Update the IMA test to use BPF ring bufferKP Singh2-13/+43
2021-02-05bpf/selftests: Add a short note about vmtest.sh in README.rstKP Singh1-0/+24
2021-02-05bpf: Helper script for running BPF presubmit testsKP Singh1-0/+368
2021-02-04selftest/bpf: Testing for multiple logs on REJECTAndrei Matei1-3/+13
2021-02-03selftests/bpf: Fix a compiler warning in local_storage testKP Singh1-1/+1
2021-02-03bpf: Propagate stack bounds to registers in atomics w/ BPF_FETCHBrendan Jackman3-0/+66
2021-01-29bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_UDP{4,6}_RECVMSGStanislav Fomichev2-0/+10
2021-01-29selftests/bpf: Rewrite recvmsg{4,6} asm progs to c in test_sock_addrStanislav Fomichev3-74/+92
2021-01-29bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_INET{4,6}_GET{PEER,SOCK}NAMEStanislav Fomichev2-0/+16
2021-01-29bpf: Enable bpf_{g,s}etsockopt in BPF_CGROUP_UDP{4,6}_SENDMSGStanislav Fomichev3-0/+33
2021-01-29tools: Factor Clang, LLC and LLVM utils definitionsSedat Dilek1-2/+0
2021-01-28selftests/bpf: Verify that rebinding to port < 1024 from BPF worksStanislav Fomichev2-0/+154
2021-01-26selftests/bpf: Don't exit on failed bpf_testmod unloadAndrii Nakryiko1-1/+1
2021-01-26selftests/bpf: Avoid useless void *-castsBjörn Töpel1-5/+5
2021-01-26selftests/bpf: Consistent malloc/calloc usageBjörn Töpel1-7/+7
2021-01-26selftests/bpf: Avoid heap allocationBjörn Töpel1-5/+4
2021-01-26selftests/bpf: Define local variables at the beginning of a blockBjörn Töpel1-5/+7
2021-01-26selftests/bpf: Change type from void * to struct generic_data *Björn Töpel1-4/+4
2021-01-26selftests/bpf: Change type from void * to struct ifaceconfigobj *Björn Töpel1-14/+14
2021-01-26selftests/bpf: Remove casting by introduce local variableBjörn Töpel1-13/+11
2021-01-26selftests/bpf: Improve readability of xdpxceiver/worker_pkt_validate()Björn Töpel1-17/+12
2021-01-26selftests/bpf: Remove memory leakBjörn Töpel1-1/+0
2021-01-26selftests/bpf: Fix style warningsBjörn Töpel1-7/+7
2021-01-26selftests/bpf: Remove unused enumsBjörn Töpel1-2/+0
2021-01-26selftests/bpf: Remove a lot of ifobject castingBjörn Töpel1-45/+43
2021-01-22selftest/bpf: Fix typoJunlin Yang1-2/+2
2021-01-21bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev6-3/+52
2021-01-21bpf: Permit size-0 datasecYonghong Song1-0/+21
2021-01-21selftests: bpf: Add a new test for bare tracepointsQais Yousef5-1/+69
2021-01-21selftests/bpf: Add verifier tests for x64 jit jump paddingGary Lin2-0/+96
2021-01-21bpf, selftests: Fold test_current_pid_tgid_new_ns into test_progs.Carlos Neira5-240/+70
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-98/+102
2021-01-15bpf: Add tests for new BPF atomic operationsBrendan Jackman9-0/+881
2021-01-15bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman9-27/+27
2021-01-14selftests/bpf: Add verifier test for PTR_TO_MEM spillGilad Reti2-1/+41
2021-01-14selftests/bpf: Install btf_dump test casesJean-Philippe Brucker1-1/+2
2021-01-14selftests/bpf: Fix installation of urandom_readJean-Philippe Brucker1-1/+1
2021-01-14selftests/bpf: Move generated test files to $(TEST_GEN_FILES)Jean-Philippe Brucker1-4/+3
2021-01-14selftests/bpf: Fix out-of-tree buildJean-Philippe Brucker1-1/+1
2021-01-14selftests/bpf: Enable cross-buildingJean-Philippe Brucker1-11/+35
2021-01-13selftests/bpf: Test kernel module ksym externsAndrii Nakryiko3-0/+60