summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-11selftests/bpf: Add tests for cgroup unix socket address hooksDaan De Meyer
2023-10-11selftests/bpf: Make sure mount directory existsDaan De Meyer
2023-10-11selftests/bpf: Add missing section name tests for getpeername/getsocknameDaan De Meyer
2023-10-09selftests/bpf: Add BPF_FIB_LOOKUP_SRC testsMartynas Pumputis
2023-10-09selftests/bpf: Add testcase for async callback return value failureDavid Vernet
2023-10-09selftests/bpf: Test pinning bpf timer to a coreDavid Vernet
2023-10-06selftests/bpf: Make seen_tc* variable tests more robustDaniel Borkmann
2023-10-06selftests/bpf: Test query on empty mprog and pass revision into attachDaniel Borkmann
2023-10-06selftests/bpf: Adapt assert_mprog_count to always expect 0 countDaniel Borkmann
2023-10-06selftests/bpf: Test bpf_mprog query API via libbpf and raw syscallDaniel Borkmann
2023-10-06selftests/bpf: Add pairs_redir_to_connected helperGeliang Tang
2023-10-06selftests/bpf: Don't truncate #test/subtest fieldAndrii Nakryiko
2023-10-06selftests/bpf: Support building selftests in optimized -O2 modeAndrii Nakryiko
2023-10-06selftests/bpf: Fix compiler warnings reported in -O2 modeAndrii Nakryiko
2023-10-05selftests/bpf: Enable CONFIG_VSOCKETS in configGeliang Tang
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-04selftests/bpf: Add uprobe_multi to gen_tar targetBjörn Töpel
2023-10-04selftests/bpf: Enable lld usage for RISC-VBjörn Töpel
2023-10-04selftests/bpf: Add cross-build support for urandom_read et alBjörn Töpel
2023-10-04selftests/bpf: Define SYS_NANOSLEEP_KPROBE_NAME for riscvBjörn Töpel
2023-10-04selftests/bpf: Define SYS_PREFIX for riscvBjörn Töpel
2023-10-04selftests/xsk: Add a test for shared umem featureTushar Vyavahare
2023-10-04selftests/xsk: Modify xsk_update_xskmap() to accept the index as an argumentTushar Vyavahare
2023-10-04selftests/xsk: Iterate over all the sockets in the send pkts functionTushar Vyavahare
2023-10-04selftests/xsk: Remove unnecessary parameter from pkt_set() function callTushar Vyavahare
2023-10-04selftests/xsk: Iterate over all the sockets in the receive pkts functionTushar Vyavahare
2023-10-04selftests/xsk: Move src_mac and dst_mac to the xsk_socket_infoTushar Vyavahare
2023-10-04selftests/xsk: Rename xsk_xdp_metadata.h to xsk_xdp_common.hTushar Vyavahare
2023-10-04selftests/xsk: Move pkt_stream to the xsk_socket_infoTushar Vyavahare
2023-09-29selftest/bpf: Add various selftests for program limitsDaniel Borkmann
2023-09-29bpf, sockmap: Add tests for MSG_F_PEEKJohn Fastabend
2023-09-25selftests/bpf: Add test for recursion counts of perf event link tracepointJiri Olsa
2023-09-25selftests/bpf: Add test for recursion counts of perf event link kprobeJiri Olsa
2023-09-25selftests/bpf: Add test for missed counts of perf event link kprobeJiri Olsa
2023-09-25selftests/bpf: Add tests for ring__consumeMartin Kelly
2023-09-25selftests/bpf: Add tests for ring__map_fdMartin Kelly
2023-09-25selftests/bpf: Add tests for ring__sizeMartin Kelly
2023-09-25selftests/bpf: Add tests for ring__avail_data_sizeMartin Kelly
2023-09-25selftests/bpf: Add tests for ring__*_posMartin Kelly
2023-09-25selftests/bpf: Add tests for ring_buffer__ringMartin Kelly
2023-09-22selftests/bpf: Add tests for symbol versioning for uprobeHengqi Chen
2023-09-21selftests/bpf: Trim DENYLIST.s390xIlya Leoshkevich
2023-09-21selftests/bpf: Enable the cpuv4 tests for s390xIlya Leoshkevich
2023-09-21selftests/bpf: Add big-endian support to the ldsx testIlya Leoshkevich
2023-09-21selftests/bpf: Unmount the cgroup2 work directoryIlya Leoshkevich
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-09-19selftests/bpf: Check bpf_cubic_acked() is called via struct_opsSong Liu
2023-09-19selftests/bpf: Print log buffer for exceptions test only on failureKumar Kartikeya Dwivedi
2023-09-16selftests/bpf: Add tests for BPF exceptionsKumar Kartikeya Dwivedi