summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-04libbpf: Fix syscall access arguments on riscvAlexandre Ghiti
2023-10-04Merge branch 'bpf-xsk-sh-umem'Daniel Borkmann
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-29libbpf: Allow Golang symbols in uprobe secdefHengqi Chen
2023-09-28samples/bpf: Add -fsanitize=bounds to userspace programsRuowen Qin
2023-09-25Merge branch 'bpf: Add missed stats for kprobes'Andrii Nakryiko
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-25bpftool: Display missed count for kprobe perf linkJiri Olsa
2023-09-25bpftool: Display missed count for kprobe_multi linkJiri Olsa
2023-09-25bpf: Count missed stats in trace_call_bpfJiri Olsa
2023-09-25bpf: Add missed value to kprobe perf link infoJiri Olsa
2023-09-25bpf: Add missed value to kprobe_multi link infoJiri Olsa
2023-09-25bpf: Count stats for kprobe_multi programsJiri Olsa
2023-09-25Merge branch 'add libbpf getters for individual ringbuffers'Andrii Nakryiko
2023-09-25selftests/bpf: Add tests for ring__consumeMartin Kelly
2023-09-25libbpf: Add ring__consumeMartin Kelly
2023-09-25selftests/bpf: Add tests for ring__map_fdMartin Kelly
2023-09-25libbpf: Add ring__map_fdMartin Kelly
2023-09-25selftests/bpf: Add tests for ring__sizeMartin Kelly
2023-09-25libbpf: Add ring__sizeMartin Kelly
2023-09-25selftests/bpf: Add tests for ring__avail_data_sizeMartin Kelly
2023-09-25libbpf: Add ring__avail_data_sizeMartin Kelly
2023-09-25selftests/bpf: Add tests for ring__*_posMartin Kelly
2023-09-25libbpf: Add ring__producer_pos, ring__consumer_posMartin Kelly
2023-09-25selftests/bpf: Add tests for ring_buffer__ringMartin Kelly
2023-09-25libbpf: Add ring_buffer__ringMartin Kelly
2023-09-25libbpf: Switch rings to array of pointersMartin Kelly
2023-09-25libbpf: Refactor cleanup in ring_buffer__addMartin Kelly
2023-09-22Merge branch 'libbpf: Support symbol versioning for uprobe'Andrii Nakryiko
2023-09-22selftests/bpf: Add tests for symbol versioning for uprobeHengqi Chen
2023-09-22libbpf: Support symbol versioning for uprobeHengqi Chen
2023-09-22libbpf: Resolve symbol conflicts at the same offset for uprobeHengqi Chen
2023-09-21bpf, docs: Add loongarch64 as arch supporting BPF JITTiezhu Yang
2023-09-21samples/bpf: syscall_tp_user: Fix array out-of-bound accessJinghao Jia
2023-09-21samples/bpf: syscall_tp_user: Rename num_progs into nr_testsJinghao Jia
2023-09-21Merge branch 'implement-cpuv4-support-for-s390x'Alexei Starovoitov
2023-09-21selftests/bpf: Trim DENYLIST.s390xIlya Leoshkevich
2023-09-21selftests/bpf: Enable the cpuv4 tests for s390xIlya Leoshkevich
2023-09-21s390/bpf: Implement signed divisionIlya Leoshkevich