summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
...
| * | selftests/bpf: Remove all the uses of deprecated bpf_prog_load_xattr()Andrii Nakryiko2021-12-029-107/+119
| * | selftests/bpf: Mute xdpxceiver.c's deprecation warningsAndrii Nakryiko2021-12-021-0/+6
| * | selftests/bpf: Remove recently reintroduced legacy btf__dedup() useAndrii Nakryiko2021-12-021-2/+2
| * | selftests/bpf: Update test names for xchg and cmpxchgPaul E. McKenney2021-12-021-2/+2
| * | selftests/bpf: Build testing_helpers.o out of treeJean-Philippe Brucker2021-12-021-18/+22
| * | selftests/bpf: Add CO-RE relocations to verifier scale test.Alexei Starovoitov2021-12-021-2/+2
| * | selftests/bpf: Revert CO-RE removal in test_ksyms_weak.Alexei Starovoitov2021-12-021-1/+1
| * | selftests/bpf: Additional test for CO-RE in the kernel.Alexei Starovoitov2021-12-023-1/+119
| * | selftests/bpf: Convert map_ptr_kern test to use light skeleton.Alexei Starovoitov2021-12-022-10/+9
| * | selftests/bpf: Improve inner_map test coverage.Alexei Starovoitov2021-12-021-2/+14
| * | selftests/bpf: Add lskel version of kfunc test.Alexei Starovoitov2021-12-022-1/+25
| * | selftest/bpf/benchs: Add bpf_loop benchmarkJoanne Koong2021-11-307-1/+203
| * | selftests/bpf: Measure bpf_loop verifier performanceJoanne Koong2021-11-305-4/+169
| * | selftests/bpf: Add bpf_loop testJoanne Koong2021-11-302-0/+257
| * | selftests/bpf: Test BPF_MAP_TYPE_PROG_ARRAY static initializationHengqi Chen2021-11-282-0/+71
| * | selftests/bpf: Fix misaligned accesses in xdp and xdp_bpf2bpf testsAndrii Nakryiko2021-11-262-8/+9
| * | selftests/bpf: Fix misaligned memory accesses in xdp_bonding testAndrii Nakryiko2021-11-261-16/+20
| * | selftests/bpf: Prevent out-of-bounds stack access in test_bpffsAndrii Nakryiko2021-11-261-1/+3
| * | selftests/bpf: Fix misaligned memory access in queue_stack_map testAndrii Nakryiko2021-11-261-5/+7
| * | selftests/bpf: Prevent misaligned memory access in get_stack_raw_tp testAndrii Nakryiko2021-11-261-4/+10
| * | selftests/bpf: Fix possible NULL passed to memcpy() with zero sizeAndrii Nakryiko2021-11-261-1/+2
| * | selftests/bpf: Fix UBSan complaint about signed __int128 overflowAndrii Nakryiko2021-11-261-1/+1
| * | selftests/bpf: Migrate selftests to bpf_map_create()Andrii Nakryiko2021-11-2521-256/+201
| * | selftests/bpf: Mix legacy (maps) and modern (vars) BPF in one testAndrii Nakryiko2021-11-252-0/+138
| * | selftests/bpf: Fix trivial typoDrew Fustini2021-11-221-1/+1
| * | libbpf: Change bpf_program__set_extra_flags to bpf_program__set_flagsFlorent Revest2021-11-191-1/+3
| * | selftests/bpf: Add btf_dedup case with duplicated structs within CUJiri Olsa2021-11-191-0/+113
| * | selfetests/bpf: Adapt vmtest.sh to s390 libbpf CI changesIlya Leoshkevich2021-11-181-15/+31
| * | selftests/bpf: Fix xdpxceiver failures for no hugepagesTirthendu Sarkar2021-11-171-1/+5
| * | selftests/bpf: Mark variable as staticYucong Sun2021-11-161-2/+2
| * | selftests/bpf: Variable naming fixYucong Sun2021-11-161-8/+8
| * | selftests/bpf: Move summary line after the error logsYucong Sun2021-11-161-4/+4
| * | selftests/bpf: Add uprobe triggering overhead benchmarksAndrii Nakryiko2021-11-164-1/+166
| * | selftests/bpf: Configure dir paths via env in test_bpftool_synctypes.pyQuentin Monnet2021-11-161-9/+17
| * | bpftool: Update doc (use susbtitutions) and test_bpftool_synctypes.pyQuentin Monnet2021-11-161-7/+63
| * | selftests/bpf: Add a dedup selftest with equivalent structure typesYonghong Song2021-11-161-0/+26
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-091-32/+600
|\ \ \ | | |/ | |/|
| * | bpf: Add selftests to cover packet access corner casesMaxim Mikityanskiy2021-12-081-16/+584
| * | bpf: Fix the off-by-two error in range markingsMaxim Mikityanskiy2021-12-031-16/+16
* | | af_unix: Remove UNIX_ABSTRACT() macro and test sun_path[0] instead.Kuniyuki Iwashima2021-11-263-4/+2
* | | dccp/tcp: Remove an unused argument in inet_csk_listen_start().Kuniyuki Iwashima2021-11-231-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-186-2/+432
|\| | | |/ |/|
| * selftests/bpf: Add tests for restricted helpersDmitrii Banshchikov2021-11-154-1/+397
| * tools/runqslower: Fix cross-buildJean-Philippe Brucker2021-11-121-1/+1
| * selftests/bpf: Check map in map pruningLorenz Bauer2021-11-121-0/+34
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-1592-427/+1023
|\ \ | |/ |/|
| * selftests/bpf: Fix a tautological-constant-out-of-range-compare compiler warningYonghong Song2021-11-121-6/+11
| * selftests/bpf: Fix an unused-but-set-variable compiler warningYonghong Song2021-11-121-2/+0
| * selftests/bpf: Clarify llvm dependency with btf_tag selftestYonghong Song2021-11-111-4/+5
| * selftests/bpf: Add a C test for btf_type_tagYonghong Song2021-11-112-0/+49