summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests
AgeCommit message (Expand)Author
2021-03-18selftest/bpf: Add a test to check trampoline freeing logic.Alexei Starovoitov
2021-03-08selftests/bpf: Tests using bpf_check_mtu BPF-helper input mtu_len paramJesper Dangaard Brouer
2021-02-12selftests/bpf: Add unit tests for pointers in global functionsDmitrii Banshchikov
2021-02-13selftests/bpf: Tests using bpf_check_mtu BPF-helperJesper Dangaard Brouer
2021-02-12selftests/bpf: Add test for bpf_iter_task_vmaSong Liu
2021-02-11selftests/bpf: Add a selftest for the tracing bpf_get_socket_cookieFlorent Revest
2021-02-11selftests/bpf: Integrate the socket_cookie test to test_progsFlorent Revest
2021-02-11selftests/bpf: Improve recursion selftestAlexei Starovoitov
2021-02-11selftest/bpf: Add a recursion testAlexei Starovoitov
2021-02-11bpf: Add per-program recursion prevention mechanismAlexei Starovoitov
2021-02-10selftest/bpf: Add test for var-offset stack accessAndrei Matei
2021-02-08selftests/bpf: Add missing cleanup in atomic_bounds testBrendan Jackman
2021-02-04bpf/selftests: Update the IMA test to use BPF ring bufferKP Singh
2021-02-02selftests/bpf: Fix a compiler warning in local_storage testKP Singh
2021-02-02bpf: Propagate stack bounds to registers in atomics w/ BPF_FETCHBrendan Jackman
2021-01-27selftests/bpf: Verify that rebinding to port < 1024 from BPF worksStanislav Fomichev
2021-01-21selftest/bpf: Fix typoJunlin Yang
2021-01-20bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev
2021-01-20bpf: Permit size-0 datasecYonghong Song
2021-01-20selftests: bpf: Add a new test for bare tracepointsQais Yousef
2021-01-20bpf, selftests: Fold test_current_pid_tgid_new_ns into test_progs.Carlos Neira
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-14bpf: Add tests for new BPF atomic operationsBrendan Jackman
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman
2021-01-12selftests/bpf: Test kernel module ksym externsAndrii Nakryiko
2021-01-12selftests/bpf: Sync RCU before unloading bpf_testmodAndrii Nakryiko
2021-01-12bpf: Update local storage test to check handling of null ptrsKP Singh
2021-01-08selftests/bpf: Remove duplicate include in test_lsmMenglong Dong
2021-01-08selftests/bpf: Add tests for user- and non-CO-RE BPF_CORE_READ() variantsAndrii Nakryiko
2020-12-14Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-12-14selftests/bpf: Add set_attach_target() API selftest for module targetAndrii Nakryiko
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-10selftests/bpf: Fix "dubious pointer arithmetic" testJean-Philippe Brucker
2020-12-04selftests/bpf: Test bpf_sk_storage_get in tcp iteratorsFlorent Revest
2020-12-04selftests/bpf: Add an iterator selftest for bpf_sk_storage_getFlorent Revest
2020-12-04selftests/bpf: Add an iterator selftest for bpf_sk_storage_deleteFlorent Revest
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-12-03selftests/bpf: Add fentry/fexit/fmod_ret selftest for kernel moduleAndrii Nakryiko
2020-12-03selftests/bpf: Add tp_btf CO-RE reloc test for modulesAndrii Nakryiko
2020-12-03selftests/bpf: Add CO-RE relocs selftest relying on kernel module BTFAndrii Nakryiko
2020-12-03selftests/bpf: Add Userspace tests for TCP_WINDOW_CLAMPPrankur gupta
2020-12-03selftests/bpf: Copy file using read/write in local storage testStanislav Fomichev
2020-12-01selftests/bpf: Drain ringbuf samples at the end of testAndrii Nakryiko
2020-12-01libbpf: Fix ring_buffer__poll() to return number of consumed samplesAndrii Nakryiko
2020-11-26bpf: Add a selftest for bpf_ima_inode_hashKP Singh
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-19selftest/bpf: Test bpf_probe_read_user_str() strips trailing bytes after NULDaniel Xu
2020-11-18bpf: Add tests for bpf_bprm_opts_set helperKP Singh
2020-11-16selftests/bpf: Fix error return code in run_getsockopt_test()Wang Hai
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski