summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorFilesLines
2024-05-30selftests/bpf: Fix pointer arithmetic in test_xdp_do_redirectMichal Schmidt1-2/+2
2024-05-30selftests/bpf: Run cgroup1_hierarchy test in own mount namespaceViktor Malik2-1/+9
2024-05-30bpf: Fix verifier assumptions about socket->skAlexei Starovoitov3-13/+20
2024-05-30selftests/bpf: Fix a fd leak in error paths in open_netnsGeliang Tang1-0/+2
2024-05-30selftests/bpf: Fix umount cgroup2 error in test_sockmapGeliang Tang1-1/+1
2024-05-17bpf: Check bloom filter map value sizeAndrei Matei1-0/+6
2024-03-27selftests/bpf: trace_helpers.c: do not use poisoned typeShung-Hsi Yu1-1/+1
2024-03-27selftests/bpf: Disable IPv6 for lwt_redirect testManu Bretelle1-0/+1
2024-03-27selftests/bpf: Wait for the netstamp_needed_key static key to be turned onMartin KaFai Lau1-4/+75
2024-03-27selftests/bpf: Fix the flaky tc_redirect_dtime testMartin KaFai Lau1-0/+11
2024-03-27selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY valuesAndrey Grafin2-1/+31
2024-03-27selftests/bpf: Fix potential premature unload in bpf_testmodArtem Savkov1-0/+9
2024-03-06selftests/bpf: Fix up xdp bonding test wrt feature flagsDaniel Borkmann1-2/+2
2024-03-06selftests/bpf: test case for callback_depth states pruning logicEduard Zingerman1-0/+70
2024-02-19selftests/bpf: Add negtive test cases for task iterYafang Shao2-1/+12
2024-02-19selftests/bpf: Test racing between bpf_timer_cancel_and_free and bpf_timer_ca...Martin KaFai Lau2-2/+67
2024-02-16selftest/bpf: Test the read of vsyscall page under x86-64Hou Tao2-0/+102
2024-01-18selftests/bpf: add tests confirming type logic in kernel for __arg_ctxAndrii Nakryiko1-3/+161
2024-01-18libbpf: feature-detect arg:ctx tag support in kernelAndrii Nakryiko1-0/+13
2024-01-16selftests/bpf: Add test for alu on PTR_TO_FLOW_KEYSHao Sun1-0/+19
2024-01-13selftests/bpf: Test udp and tcp iter batchingMartin KaFai Lau4-0/+260
2024-01-05selftests/bpf: Test re-attachment fix for bpf_tracing_prog_attachDmitrii Dolgov2-0/+53
2024-01-05selftests/bpf: Add test for recursive attachment of tracing progsDmitrii Dolgov3-0/+137
2024-01-05selftests/bpf: Test gotol with large offsetsIlya Leoshkevich1-0/+19
2024-01-05selftests/bpf: Double the size of test_loader logIlya Leoshkevich1-1/+1
2024-01-04bpfilter: remove bpfilterQuentin Deslandes3-3/+0
2024-01-04selftests/bpf: add __arg_ctx BTF rewrite testAndrii Nakryiko1-0/+106
2024-01-04selftests/bpf: add arg:ctx cases to test_global_funcs testsAndrii Nakryiko1-0/+49
2024-01-04selftests/bpf: Add a selftest with > 512-byte percpu allocation sizeYonghong Song1-0/+18
2024-01-04selftests/bpf: Cope with 512 bytes limit with bpf_global_percpu_maYonghong Song2-40/+46
2024-01-04bpf: sockmap, add tests for proto updates replace socketJohn Fastabend1-0/+69
2024-01-04bpf: sockmap, add tests for proto updates single socket to many mapJohn Fastabend1-0/+74
2024-01-04bpf: sockmap, add tests for proto updates many to single mapJohn Fastabend1-1/+70
2024-01-03selftests/bpf: Convert profiler.c to bpf_cmp.Alexei Starovoitov1-46/+18
2024-01-03bpf: Add bpf_nop_mov() asm macro.Alexei Starovoitov1-0/+5
2024-01-03selftests/bpf: Remove bpf_assert_eq-like macros.Alexei Starovoitov1-150/+0
2024-01-03selftests/bpf: Convert exceptions_assert.c to bpf_cmpAlexei Starovoitov1-40/+40
2024-01-03bpf: Introduce "volatile compare" macrosAlexei Starovoitov3-12/+80
2024-01-03selftests/bpf: Attempt to build BPF programs with -Wsign-compareAlexei Starovoitov25-29/+30
2024-01-03bpf: Add a possibly-zero-sized read testAndrei Matei1-1/+38
2024-01-03bpf: Simplify checking size of helper accessesAndrei Matei2-5/+5
2024-01-01Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...David S. Miller13-73/+298
2023-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-1/+34
2023-12-21Merge tag 'net-6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+34
2023-12-21selftests/bpf: Remove tests for zeroed-array kptrHou Tao1-51/+49
2023-12-20selftests/bpf: Close cgrp fd before calling cleanup_cgroup_environment()Hou Tao1-0/+1
2023-12-20selftests/bpf: add freplace of BTF-unreliable main prog testAndrii Nakryiko4-3/+69
2023-12-20selftests/bpf: add global subprog annotation testsAndrii Nakryiko1-4/+95
2023-12-20bpf: reuse subprog argument parsing logic for subprog call checksAndrii Nakryiko1-1/+1
2023-12-20bpf: reuse btf_prepare_func_args() check for main program BTF validationAndrii Nakryiko3-4/+4