aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests
AgeCommit message (Expand)AuthorFilesLines
2024-08-14selftests/bpf: convert test_skb_cgroup_id_user to test_progsAlexis Lothoré (eBPF Foundation)1-0/+141
2024-08-14selftests/bpf: convert test_cgroup_storage to test_progsAlexis Lothoré (eBPF Foundation)1-0/+96
2024-08-14selftests/bpf: convert get_current_cgroup_id_user to test_progsAlexis Lothoré (eBPF Foundation)1-0/+46
2024-08-13selftests/bpf: Avoid subtraction after htons() in ipip testsAsbjørn Sloth Tønnesen1-6/+6
2024-08-08selftests/bpf: add sockopt tests for TCP_BPF_SOCK_OPS_CB_FLAGSAlan Maguire1-0/+47
2024-08-07selftests/bpf: Add tests for bpf_get_dentry_xattrSong Liu1-1/+8
2024-08-06selftests/bpf: add positive tests for new VFS based BPF kfuncsMatt Bobrowski1-0/+2
2024-08-06selftests/bpf: add negative tests for new VFS based BPF kfuncsMatt Bobrowski1-0/+2
2024-08-02selftests/bpf: Fix a btf_dump selftest failureYonghong Song1-2/+2
2024-08-02Merge tag 'asm-generic-fixes-6.11-1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2024-08-02uretprobe: change syscall number, againArnd Bergmann1-1/+1
2024-07-31selftests/bpf: add wrong type test to cgroup devAlexis Lothoré (eBPF Foundation)1-0/+4
2024-07-31selftests/bpf: convert test_dev_cgroup to test_progsAlexis Lothoré (eBPF Foundation)1-0/+121
2024-07-30selftests/bpf: fix RELEASE=1 compilation for sock_addr.cAndrii Nakryiko1-0/+1
2024-07-30selftests/bpf: Fix error compiling tc_redirect.c with musl libcTony Ambardar1-6/+6
2024-07-30selftests/bpf: Fix using stdout, stderr as struct field namesTony Ambardar1-1/+1
2024-07-30selftests/bpf: Fix redefinition errors compiling lwt_reroute.cTony Ambardar1-0/+1
2024-07-30bpf/selftests: Fix ASSERT_OK condition check in uprobe_syscall testJiri Olsa1-1/+1
2024-07-29selftests/bpf: Integrate test_xdp_veth into test_progsAlexis Lothoré (eBPF Foundation)1-0/+213
2024-07-29selftests/bpf: Fix errors compiling crypto_sanity.c with musl libcTony Ambardar1-1/+0
2024-07-29selftests/bpf: Fix errors compiling decap_sanity.c with musl libcTony Ambardar1-1/+0
2024-07-29selftests/bpf: Fix errors compiling lwt_redirect.c with musl libcTony Ambardar1-1/+0
2024-07-29selftests/bpf: Fix compiling core_reloc.c with musl-libcTony Ambardar1-0/+1
2024-07-29selftests/bpf: Fix compiling tcp_rtt.c with musl-libcTony Ambardar1-0/+1
2024-07-29selftests/bpf: Fix compiling flow_dissector.c with musl-libcTony Ambardar1-0/+1
2024-07-29selftests/bpf: Fix compiling kfree_skb.c with musl-libcTony Ambardar1-0/+1
2024-07-29selftests/bpf: Fix compiling parse_tcp_hdr_opt.c with musl-libcTony Ambardar1-0/+1
2024-07-29selftests/bpf: Fix include of <sys/fcntl.h>Tony Ambardar1-1/+1
2024-07-29selftests/bpf: Fix missing BUILD_BUG_ON() declarationTony Ambardar1-0/+1
2024-07-29selftests/bpf: Drop unneeded error.h includesTony Ambardar2-2/+0
2024-07-29selftests/bpf: Fix error compiling bpf_iter_setsockopt.c with musl libcTony Ambardar1-1/+1
2024-07-29selftests/bpf: test no_caller_saved_registers spill/fill removalEduard Zingerman1-0/+2
2024-07-29selftests/bpf: extract utility function for BPF disassemblyEduard Zingerman1-64/+10
2024-07-29selftests/bpf: Add reg_bounds tests for ldsx and subreg compareYonghong Song1-0/+16
2024-07-29selftests/bpf: Add uprobe multi consumers testJiri Olsa1-0/+213
2024-07-29selftests/bpf: Add uprobe fail tests for uprobe multiJiri Olsa1-0/+118
2024-07-29selftests/bpf: Add a test for mmap-able map in mapSong Liu1-0/+57
2024-07-29selftests/bpf: Drop inetaddr_len in sk_lookupGeliang Tang1-12/+9
2024-07-29selftests/bpf: Drop make_socket in sk_lookupGeliang Tang1-44/+17
2024-07-29selftests/bpf: Drop make_client in sk_lookupGeliang Tang1-27/+7
2024-07-29selftests/bpf: Add verifier tests for bpf lsmXu Kuohai1-0/+2
2024-07-29selftests/bpf: Add test for lsm tail callXu Kuohai1-1/+45
2024-07-29selftests/bpf: Ensure the unsupported struct_ops prog cannot be loadedMartin KaFai Lau1-0/+2
2024-07-29selftests/bpf: Add testcases for tailcall hierarchy fixingLeon Hwang1-0/+320
2024-07-29selftests/bpf: Drop must_fail from network_helper_optsGeliang Tang1-6/+8
2024-07-29selftests/bpf: Drop type of connect_to_fd_optsGeliang Tang2-3/+3
2024-07-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-28/+68
2024-07-25selftests/bpf: Add XDP_UMEM_TX_METADATA_LEN to XSK TX metadata testStanislav Fomichev1-1/+2
2024-07-18Merge tag 'probes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2-0/+571
2024-07-17selftests/bpf: Test sockmap redirect for AF_UNIX MSG_OOBMichal Luczaj1-3/+33