summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-07bpf: Annotate struct bpf_stack_map with __counted_byKees Cook1-1/+1
2023-10-06selftests/bpf: Add pairs_redir_to_connected helperGeliang Tang1-115/+31
2023-10-06selftests/bpf: Don't truncate #test/subtest fieldAndrii Nakryiko1-1/+1
2023-10-06selftests/bpf: Support building selftests in optimized -O2 modeAndrii Nakryiko1-6/+8
2023-10-06selftests/bpf: Fix compiler warnings reported in -O2 modeAndrii Nakryiko15-24/+27
2023-10-06bpf: Inherit system settings for CPU security mitigationsYafang Shao1-2/+2
2023-10-06bpf: Fix the comment for bpf_restore_data_end()Akihiko Odaki1-1/+1
2023-10-06selftests/bpf: Enable CONFIG_VSOCKETS in configGeliang Tang1-0/+1
2023-10-04Merge branch 'selftest/bpf, riscv: Improved cross-building support'Andrii Nakryiko1-5/+7
2023-10-04selftests/bpf: Add uprobe_multi to gen_tar targetBjörn Töpel1-1/+1
2023-10-04selftests/bpf: Enable lld usage for RISC-VBjörn Töpel1-1/+1
2023-10-04selftests/bpf: Add cross-build support for urandom_read et alBjörn Töpel1-3/+5
2023-10-04Merge branch 'libbpf/selftests syscall wrapper fixes for RISC-V'Andrii Nakryiko3-2/+5
2023-10-04selftests/bpf: Define SYS_NANOSLEEP_KPROBE_NAME for riscvBjörn Töpel1-0/+2
2023-10-04selftests/bpf: Define SYS_PREFIX for riscvBjörn Töpel1-0/+3
2023-10-04libbpf: Fix syscall access arguments on riscvAlexandre Ghiti1-2/+0
2023-10-04Merge branch 'bpf-xsk-sh-umem'Daniel Borkmann8-211/+363
2023-10-04selftests/xsk: Add a test for shared umem featureTushar Vyavahare4-7/+72
2023-10-04selftests/xsk: Modify xsk_update_xskmap() to accept the index as an argumentTushar Vyavahare3-6/+5
2023-10-04selftests/xsk: Iterate over all the sockets in the send pkts functionTushar Vyavahare1-19/+38
2023-10-04selftests/xsk: Remove unnecessary parameter from pkt_set() function callTushar Vyavahare1-16/+11
2023-10-04selftests/xsk: Iterate over all the sockets in the receive pkts functionTushar Vyavahare3-113/+178
2023-10-04selftests/xsk: Move src_mac and dst_mac to the xsk_socket_infoTushar Vyavahare2-20/+21
2023-10-04selftests/xsk: Rename xsk_xdp_metadata.h to xsk_xdp_common.hTushar Vyavahare3-2/+7
2023-10-04selftests/xsk: Move pkt_stream to the xsk_socket_infoTushar Vyavahare2-35/+38
2023-09-30libbpf: Allow Golang symbols in uprobe secdefHengqi Chen1-6/+16
2023-09-28samples/bpf: Add -fsanitize=bounds to userspace programsRuowen Qin1-0/+3
2023-09-26Merge branch 'bpf: Add missed stats for kprobes'Andrii Nakryiko15-13/+322
2023-09-26selftests/bpf: Add test for recursion counts of perf event link tracepointJiri Olsa2-0/+81
2023-09-26selftests/bpf: Add test for recursion counts of perf event link kprobeJiri Olsa3-0/+100
2023-09-26selftests/bpf: Add test for missed counts of perf event link kprobeJiri Olsa4-0/+84
2023-09-26bpftool: Display missed count for kprobe perf linkJiri Olsa1-0/+3
2023-09-26bpftool: Display missed count for kprobe_multi linkJiri Olsa1-0/+3
2023-09-26bpf: Count missed stats in trace_call_bpfJiri Olsa2-0/+19
2023-09-26bpf: Add missed value to kprobe perf link infoJiri Olsa6-13/+28
2023-09-26bpf: Add missed value to kprobe_multi link infoJiri Olsa3-0/+3
2023-09-26bpf: Count stats for kprobe_multi programsJiri Olsa1-0/+1
2023-09-26Merge branch 'add libbpf getters for individual ringbuffers'Andrii Nakryiko5-13/+193
2023-09-26selftests/bpf: Add tests for ring__consumeMartin Kelly1-0/+4
2023-09-26libbpf: Add ring__consumeMartin Kelly3-0/+22
2023-09-26selftests/bpf: Add tests for ring__map_fdMartin Kelly1-0/+4
2023-09-26libbpf: Add ring__map_fdMartin Kelly3-0/+15
2023-09-26selftests/bpf: Add tests for ring__sizeMartin Kelly1-1/+3
2023-09-26libbpf: Add ring__sizeMartin Kelly3-0/+16
2023-09-26selftests/bpf: Add tests for ring__avail_data_sizeMartin Kelly1-1/+3
2023-09-26libbpf: Add ring__avail_data_sizeMartin Kelly3-0/+21
2023-09-26selftests/bpf: Add tests for ring__*_posMartin Kelly1-0/+14
2023-09-26libbpf: Add ring__producer_pos, ring__consumer_posMartin Kelly3-0/+34
2023-09-26selftests/bpf: Add tests for ring_buffer__ringMartin Kelly1-0/+15
2023-09-26libbpf: Add ring_buffer__ringMartin Kelly3-0/+24