summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
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
2022-02-28bpf, selftests: Use raw_tp program for atomic testHou Tao
2022-02-21selftests/bpf: Add test for reg2btf_ids out of bounds accessKumar Kartikeya Dwivedi
2022-02-20selftests/bpf: Fix btfgen testsAndrii Nakryiko
2022-02-19selftests/bpf: Fix a clang deprecated-declarations compilation errorYonghong Song
2022-02-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-17selftests/bpf: Fix crash in core_reloc when bpftool btfgen failsYucong Sun
2022-02-17selftests/bpf: Fix vmtest.sh to launch smp vm.Yucong Sun
2022-02-16selftests/bpf: Test "bpftool gen min_core_btf"Mauricio Vásquez
2022-02-15selftests: bpf: Check bpf_msg_push_data return valueFelix Maurer
2022-02-15selftests/bpf: Add Skeleton templated wrapper as an exampleAndrii Nakryiko