summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2022-04-06bpf: Adjust bpf_tcp_check_syncookie selftest to test dual-stack socketsMaxim Mikityanskiy
2022-03-30bpf: selftests: Test fentry tracing a struct_ops programMartin KaFai Lau
2022-03-30selftests/bpf: Fix warning comparing pointer to 0Haowen Bai
2022-03-28selftests/bpf: Fix clang compilation errorsYonghong Song
2022-03-28selftests/bpf: fix selftest after random: Urandom_read tracepoint removalAndrii Nakryiko
2022-03-22selftests/bpf: Fix kprobe_multi test.Alexei Starovoitov
2022-03-21selftests/bpf/test_lirc_mode2.sh: Exit with proper codeHangbin Liu
2022-03-20selftests/bpf: Test skipping stacktraceNamhyung Kim
2022-03-20selftests/bpf: Fix test for 4-byte load from remote_port on big-endianJakub Sitnicki
2022-03-20selftests/bpf: Fix u8 narrow load checks for bpf_sk_lookup remote_portJakub Sitnicki
2022-03-20selftests/bpf: Test for associating multiple elements with the local storageJoanne Koong
2022-03-18selftests/bpf: Fix test for 4-byte load from dst_port on big-endianJakub Sitnicki
2022-03-18selftests/bpf: Use constants for socket states in sock_fields testJakub Sitnicki
2022-03-18selftests/bpf: Check dst_port only on the client socketJakub Sitnicki
2022-03-18selftests/bpf: Fix error reporting from sock_fields programsJakub Sitnicki
2022-03-17selftests/bpf: Test subskeleton functionalityDelyan Kratunov
2022-03-17selftests/bpf: Add cookie test for bpf_program__attach_kprobe_multi_optsJiri Olsa
2022-03-17selftests/bpf: Add attach test for bpf_program__attach_kprobe_multi_optsJiri Olsa
2022-03-17selftests/bpf: Add kprobe_multi bpf_cookie testJiri Olsa
2022-03-17selftests/bpf: Add kprobe_multi attach testJiri Olsa
2022-03-17selftests/bpf: Fix tunnel remote IP commentsKaixi Fan
2022-03-16selftests/bpf: Test subprog jit when toggle bpf_jit_harden repeatedlyHou Tao
2022-03-16bpf: selftests: Remove libcap usage from test_progsMartin KaFai Lau
2022-03-16bpf: selftests: Remove libcap usage from test_verifierMartin KaFai Lau
2022-03-16bpf: selftests: Add helpers to directly use the capget and capset syscallMartin KaFai Lau
2022-03-15selftests/bpf: Clean up array_size.cocci warningsGuo Zhengkui
2022-03-11selftests/bpf: Fix a clang compilation error for send_signal.cYonghong Song
2022-03-11selftests/bpf: Add a test for maximum packet size in xdp_do_redirectToke Høiland-Jørgensen
2022-03-10selftests/bpf: Check that bpf_kernel_read_file() denies reading IMA policyRoberto Sassu
2022-03-10selftests/bpf: Add test for bpf_lsm_kernel_read_file()Roberto Sassu
2022-03-10selftests/bpf: Check if the digest is refreshed after a file writeRoberto Sassu
2022-03-10selftests/bpf: Add test for bpf_ima_file_hash()Roberto Sassu
2022-03-10selftests/bpf: Move sample generation code to ima_test_common()Roberto Sassu
2022-03-10bpf: selftests: Update tests after s/delivery_time/tstamp/ change in bpf.hMartin KaFai Lau
2022-03-09selftests/bpf: Add selftest for XDP_REDIRECT in BPF_PROG_RUNToke Høiland-Jørgensen
2022-03-09selftests/bpf: Move open_netns() and close_netns() into network_helpers.cToke Høiland-Jørgensen
2022-03-08Improve stability of find_vma BPF testMykola Lysenko
2022-03-08Improve send_signal BPF test stabilityMykola Lysenko
2022-03-08Improve perf related BPF tests (sample_freq issue)Mykola Lysenko
2022-03-08selftests/bpf: Make test_lwt_ip_encap more stable and fasterFelix Maurer
2022-03-07bpf/docs: Update list of architectures supported.KP Singh
2022-03-07bpf/docs: Update vmtest docs for static linkingKP Singh
2022-03-05selftests/bpf: Add a test for btf_type_tag "percpu"Hao Luo
2022-03-05selftests/bpf: Add tests for kfunc register offset checksKumar Kartikeya Dwivedi
2022-03-05bpf: Disallow negative offset in check_ptr_off_regKumar Kartikeya Dwivedi
2022-03-05selftests/bpf: Add custom SEC() handling selftestAndrii Nakryiko
2022-03-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-03-03bpf: Small BPF verifier log improvementsMykola Lysenko
2022-03-03bpf: selftests: test skb->tstamp in redirect_neighMartin KaFai Lau
2022-03-01selftests/bpf: Update btf_dump case for conflicting namesXu Kuohai