summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
...
| * selftests/bpf: Remove unused variable from bpf_sk_assign testEyal Birger2022-04-011-3/+1
* | bpf: Adjust bpf_tcp_check_syncookie selftest to test dual-stack socketsMaxim Mikityanskiy2022-04-061-19/+59
* | bpf: selftests: Test fentry tracing a struct_ops programMartin KaFai Lau2022-03-302-0/+44
* | selftests/bpf: Fix warning comparing pointer to 0Haowen Bai2022-03-301-2/+2
|/
* selftests/bpf: Fix clang compilation errorsYonghong Song2022-03-282-4/+2
* selftests/bpf: fix selftest after random: Urandom_read tracepoint removalAndrii Nakryiko2022-03-281-10/+2
* selftests/bpf: Fix kprobe_multi test.Alexei Starovoitov2022-03-221-1/+3
* selftests/bpf/test_lirc_mode2.sh: Exit with proper codeHangbin Liu2022-03-211-1/+4
* selftests/bpf: Test skipping stacktraceNamhyung Kim2022-03-202-0/+131
* selftests/bpf: Fix test for 4-byte load from remote_port on big-endianJakub Sitnicki2022-03-201-2/+8
* selftests/bpf: Fix u8 narrow load checks for bpf_sk_lookup remote_portJakub Sitnicki2022-03-201-2/+1
* selftests/bpf: Test for associating multiple elements with the local storageJoanne Koong2022-03-201-0/+19
* selftests/bpf: Fix test for 4-byte load from dst_port on big-endianJakub Sitnicki2022-03-181-1/+7
* selftests/bpf: Use constants for socket states in sock_fields testJakub Sitnicki2022-03-181-5/+5
* selftests/bpf: Check dst_port only on the client socketJakub Sitnicki2022-03-181-0/+4
* selftests/bpf: Fix error reporting from sock_fields programsJakub Sitnicki2022-03-181-1/+1
* selftests/bpf: Test subskeleton functionalityDelyan Kratunov2022-03-176-2/+194
* selftests/bpf: Add cookie test for bpf_program__attach_kprobe_multi_optsJiri Olsa2022-03-171-0/+68
* selftests/bpf: Add attach test for bpf_program__attach_kprobe_multi_optsJiri Olsa2022-03-171-11/+193
* selftests/bpf: Add kprobe_multi bpf_cookie testJiri Olsa2022-03-172-19/+131
* selftests/bpf: Add kprobe_multi attach testJiri Olsa2022-03-173-0/+243
* selftests/bpf: Fix tunnel remote IP commentsKaixi Fan2022-03-171-1/+1
* selftests/bpf: Test subprog jit when toggle bpf_jit_harden repeatedlyHou Tao2022-03-161-9/+68
* bpf: selftests: Remove libcap usage from test_progsMartin KaFai Lau2022-03-162-38/+11
* bpf: selftests: Remove libcap usage from test_verifierMartin KaFai Lau2022-03-162-64/+27
* bpf: selftests: Add helpers to directly use the capget and capset syscallMartin KaFai Lau2022-03-162-0/+86
* selftests/bpf: Clean up array_size.cocci warningsGuo Zhengkui2022-03-159-15/+15
* selftests/bpf: Fix a clang compilation error for send_signal.cYonghong Song2022-03-111-1/+1
* selftests/bpf: Add a test for maximum packet size in xdp_do_redirectToke Høiland-Jørgensen2022-03-111-0/+24
* selftests/bpf: Check that bpf_kernel_read_file() denies reading IMA policyRoberto Sassu2022-03-102-0/+35
* selftests/bpf: Add test for bpf_lsm_kernel_read_file()Roberto Sassu2022-03-103-1/+49
* selftests/bpf: Check if the digest is refreshed after a file writeRoberto Sassu2022-03-103-4/+103
* selftests/bpf: Add test for bpf_ima_file_hash()Roberto Sassu2022-03-102-6/+47
* selftests/bpf: Move sample generation code to ima_test_common()Roberto Sassu2022-03-101-3/+8
* bpf: selftests: Update tests after s/delivery_time/tstamp/ change in bpf.hMartin KaFai Lau2022-03-101-19/+19
* selftests/bpf: Add selftest for XDP_REDIRECT in BPF_PROG_RUNToke Høiland-Jørgensen2022-03-092-0/+277
* selftests/bpf: Move open_netns() and close_netns() into network_helpers.cToke Høiland-Jørgensen2022-03-093-89/+95
* Improve stability of find_vma BPF testMykola Lysenko2022-03-081-9/+19
* Improve send_signal BPF test stabilityMykola Lysenko2022-03-082-8/+11
* Improve perf related BPF tests (sample_freq issue)Mykola Lysenko2022-03-084-5/+5
* selftests/bpf: Make test_lwt_ip_encap more stable and fasterFelix Maurer2022-03-081-1/+9
* bpf/docs: Update list of architectures supported.KP Singh2022-03-071-1/+1
* bpf/docs: Update vmtest docs for static linkingKP Singh2022-03-071-0/+8
* selftests/bpf: Add a test for btf_type_tag "percpu"Hao Luo2022-03-053-29/+215
* selftests/bpf: Add tests for kfunc register offset checksKumar Kartikeya Dwivedi2022-03-051-0/+83
* bpf: Disallow negative offset in check_ptr_off_regKumar Kartikeya Dwivedi2022-03-052-5/+5
* selftests/bpf: Add custom SEC() handling selftestAndrii Nakryiko2022-03-052-0/+239
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-03-0426-271/+281
|\
| * bpf: Small BPF verifier log improvementsMykola Lysenko2022-03-0319-168/+168
| * selftests/bpf: Update btf_dump case for conflicting namesXu Kuohai2022-03-011-13/+41