aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests
AgeCommit message (Expand)AuthorFilesLines
2024-04-29selftests/bpf: validate nulled-out struct_ops program is handled properlyAndrii Nakryiko1-2/+16
2024-04-29selftests/bpf: Run cgroup1_hierarchy test in own mount namespaceViktor Malik1-1/+6
2024-04-25selftests/bpf: extend BPF_SOCK_OPS_RTT_CB test for srtt and mrtt_usPhilo Lu1-0/+14
2024-04-25selftests/bpf: dummy_st_ops should reject 0 for non-nullable paramsEduard Zingerman1-0/+27
2024-04-25selftests/bpf: do not pass NULL for non-nullable params in dummy_st_opsEduard Zingerman1-2/+5
2024-04-25selftests/bpf: Add ring_buffer__consume_n test.Andrea Righi1-0/+65
2024-04-24selftests: bpf: crypto skcipher algo selftestsVadim Fedorenko1-0/+197
2024-04-24selftests/bpf: Fix wq test.Alexei Starovoitov1-0/+1
2024-04-24selftests/bpf: Use log_err in open_netns/close_netnsGeliang Tang5-1/+25
2024-04-24selftests/bpf: Add tests for preempt kfuncsKumar Kartikeya Dwivedi1-0/+9
2024-04-23selftests/bpf: wq: add bpf_wq_start() checksBenjamin Tissoires1-0/+22
2024-04-23selftests/bpf: wq: add bpf_wq_init() checksBenjamin Tissoires1-0/+8
2024-04-23selftests/bpf: add bpf_wq testsBenjamin Tissoires1-0/+11
2024-04-19selftests/bpf: Use connect_to_addr in sk_assignGeliang Tang1-25/+1
2024-04-19selftests/bpf: Use connect_to_addr in cls_redirectGeliang Tang1-17/+1
2024-04-19selftests/bpf: Update arguments of connect_to_addrGeliang Tang1-3/+3
2024-04-19selftests/bpf: Use start_server_addr in sk_assignGeliang Tang1-25/+4
2024-04-19selftests/bpf: Use start_server_addr in cls_redirectGeliang Tang1-18/+2
2024-04-12selftests/bpf: Add read_trace_pipe_iter functionJiri Olsa2-54/+18
2024-04-12selftest/bpf: Test a perf BPF program that suppresses side effectsKyle Huey1-0/+137
2024-04-11selftests/bpf: Export send_recv_data helperGeliang Tang1-80/+1
2024-04-11selftests/bpf: Add struct send_recv_argGeliang Tang1-12/+22
2024-04-10selftests/bpf: Add some tests with new bpf_program__attach_sockmap() APIsYonghong Song2-0/+171
2024-04-10selftests/bpf: Refactor out helper functions for a few testsYonghong Song1-15/+23
2024-04-09selftests/bpf: Add tests for atomics in bpf_arena.Alexei Starovoitov1-0/+186
2024-04-05selftests/bpf: Verify calling core kfuncs from BPF_PROG_TYPE_SYCALLDavid Vernet1-0/+11
2024-04-05selftests/bpf: Make sure libbpf doesn't enforce the signature of a func pointer.Kui-Feng Lee1-0/+24
2024-04-05selftests/bpf: add test for bpf_for_each_map_elem() with different mapsPhilo Lu1-0/+62
2024-04-03selftests/bpf: Implement get_hw_ring_size function to retrieve current and ma...Tushar Vyavahare1-1/+0
2024-04-02selftests/bpf: Add pid limit for mptcpify progGeliang Tang1-0/+2
2024-04-02selftests/bpf: Skip test when perf_event_open returns EOPNOTSUPPPu Lehui2-2/+2
2024-03-28selftests/bpf: Drop settimeo in do_testGeliang Tang1-2/+1
2024-03-28selftests/bpf: Use connect_fd_to_fd in bpf_tcp_caGeliang Tang1-7/+1
2024-03-28selftests/bpf: Add a kprobe_multi subtest to use addrs instead of symsYonghong Song1-0/+98
2024-03-28selftests/bpf: Fix kprobe_multi_bench_attach test failure with LTO kernelYonghong Song1-14/+48
2024-03-28selftests/bpf: Refactor some functions for kprobe_multi_testYonghong Song1-37/+57
2024-03-28selftests/bpf: Replace CHECK with ASSERT macros for ksyms testYonghong Song1-19/+11
2024-03-28selftests/bpf: Test loading bpf-tcp-cc prog calling the kernel tcp-cc kfuncsMartin KaFai Lau1-0/+12
2024-03-28bpf: improve error message for unsupported helperMykyta Yatsenko1-1/+1
2024-03-28selftests/bpf: Add BPF_FIB_LOOKUP_MARK testsAnton Protopopov1-29/+103
2024-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-5/+18
2024-03-27bpf: Check bloom filter map value sizeAndrei Matei1-0/+6
2024-03-25selftests/bpf: Fix flaky test btf_map_in_map/lookup_updateYonghong Song1-25/+1
2024-03-25selftests/bpf: Use start_server in bpf_tcp_caGeliang Tang1-12/+1
2024-03-19selftests/bpf: add raw_tp/tp_btf BPF cookie subtestsAndrii Nakryiko1-1/+113
2024-03-19selftests/bpf: Add a sk_msg prog bpf_get_ns_current_pid_tgid() testYonghong Song1-0/+62
2024-03-19selftests/bpf: Add a cgroup prog bpf_get_ns_current_pid_tgid() testYonghong Song1-0/+73
2024-03-19selftests/bpf: Refactor out some functions in ns_current_pid_tgid testYonghong Song1-19/+34
2024-03-19selftests/bpf: Replace CHECK with ASSERT_* in ns_current_pid_tgid testYonghong Song1-17/+19
2024-03-15selftests/bpf: Add arena test case for 4Gbyte corner caseAlexei Starovoitov1-0/+2