summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2021-12-14bpf, selftests: Add test case for atomic fetch on spilled pointerDaniel Borkmann
2021-12-14selftests/bpf: Stop using bpf_object__find_program_by_title API.Kui-Feng Lee
2021-12-14selftests/bpf: Remove explicit setrlimit(RLIMIT_MEMLOCK) in main selftestsAndrii Nakryiko
2021-12-14selftests/bpf: Fix OOB write in test_verifierKumar Kartikeya Dwivedi
2021-12-13selftests/bpf: Fix segfault in bpf_tcp_caJean-Philippe Brucker
2021-12-13selftests/bpf: Add tests for get_func_[arg|ret|arg_cnt] helpersJiri Olsa
2021-12-13selftests/bpf: Add test to access int ptr argument in tracing programJiri Olsa
2021-12-12selftests/bpf: Remove last bpf_create_map_xattr from test_verifierAndrii Nakryiko
2021-12-11selftests/bpf: Add test cases for bpf_strncmp()Hou Tao
2021-12-11selftests/bpf: Add benchmark for bpf_strncmp() helperHou Tao
2021-12-11selftests/bpf: Fix checkpatch error on empty function parameterHou Tao
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-12-10selftests/bpf: Remove the only use of deprecated bpf_object__load_xattr()Andrii Nakryiko
2021-12-10selftests/bpf: Add test for libbpf's custom log_buf behaviorAndrii Nakryiko
2021-12-10selftests/bpf: Replace all uses of bpf_load_btf() with bpf_btf_load()Andrii Nakryiko
2021-12-10libbpf: Improve logging around BPF program loadingAndrii Nakryiko
2021-12-10selftests/bpf: Tests for state pruning with u32 spill/fillPaul Chaignon
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-08selftests/bpf: Fix a compilation warningYonghong Song
2021-12-08bpf: Add selftests to cover packet access corner casesMaxim Mikityanskiy
2021-12-03bpf: Fix the test_task_vma selftest to support output shorter than 1 kBMaxim Mikityanskiy
2021-12-03bpf: Fix the off-by-two error in range markingsMaxim Mikityanskiy
2021-12-02selftests/bpf: Remove all the uses of deprecated bpf_prog_load_xattr()Andrii Nakryiko
2021-12-02selftests/bpf: Mute xdpxceiver.c's deprecation warningsAndrii Nakryiko
2021-12-02selftests/bpf: Remove recently reintroduced legacy btf__dedup() useAndrii Nakryiko
2021-12-02selftests/bpf: Update test names for xchg and cmpxchgPaul E. McKenney
2021-12-02selftests/bpf: Build testing_helpers.o out of treeJean-Philippe Brucker
2021-12-02selftests/bpf: Add CO-RE relocations to verifier scale test.Alexei Starovoitov
2021-12-02selftests/bpf: Revert CO-RE removal in test_ksyms_weak.Alexei Starovoitov
2021-12-02selftests/bpf: Additional test for CO-RE in the kernel.Alexei Starovoitov
2021-12-02selftests/bpf: Convert map_ptr_kern test to use light skeleton.Alexei Starovoitov
2021-12-02selftests/bpf: Improve inner_map test coverage.Alexei Starovoitov
2021-12-02selftests/bpf: Add lskel version of kfunc test.Alexei Starovoitov
2021-11-30selftest/bpf/benchs: Add bpf_loop benchmarkJoanne Koong
2021-11-30selftests/bpf: Measure bpf_loop verifier performanceJoanne Koong
2021-11-30selftests/bpf: Add bpf_loop testJoanne Koong
2021-11-28selftests/bpf: Test BPF_MAP_TYPE_PROG_ARRAY static initializationHengqi Chen
2021-11-26af_unix: Remove UNIX_ABSTRACT() macro and test sun_path[0] instead.Kuniyuki Iwashima
2021-11-26selftests/bpf: Fix misaligned accesses in xdp and xdp_bpf2bpf testsAndrii Nakryiko
2021-11-26selftests/bpf: Fix misaligned memory accesses in xdp_bonding testAndrii Nakryiko
2021-11-26selftests/bpf: Prevent out-of-bounds stack access in test_bpffsAndrii Nakryiko
2021-11-26selftests/bpf: Fix misaligned memory access in queue_stack_map testAndrii Nakryiko
2021-11-26selftests/bpf: Prevent misaligned memory access in get_stack_raw_tp testAndrii Nakryiko
2021-11-26selftests/bpf: Fix possible NULL passed to memcpy() with zero sizeAndrii Nakryiko
2021-11-26selftests/bpf: Fix UBSan complaint about signed __int128 overflowAndrii Nakryiko
2021-11-25selftests/bpf: Migrate selftests to bpf_map_create()Andrii Nakryiko
2021-11-25selftests/bpf: Mix legacy (maps) and modern (vars) BPF in one testAndrii Nakryiko
2021-11-23dccp/tcp: Remove an unused argument in inet_csk_listen_start().Kuniyuki Iwashima
2021-11-22selftests/bpf: Fix trivial typoDrew Fustini
2021-11-19libbpf: Change bpf_program__set_extra_flags to bpf_program__set_flagsFlorent Revest