summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-04-25bpf: Allow storing referenced kptr in mapKumar Kartikeya Dwivedi
2022-04-25bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi
2022-04-25bpftool, musl compat: Replace sys/fcntl.h by fcntl.hDominique Martinet
2022-04-25bpftool, musl compat: Replace nftw with FTW_ACTIONRETVALDominique Martinet
2022-04-25libbpf: Remove unnecessary type castYuntao Wang
2022-04-23selftests/bpf: Switch fexit_stress to bpf_link_create() APIAndrii Nakryiko
2022-04-23libbpf: Teach bpf_link_create() to fallback to bpf_raw_tracepoint_open()Andrii Nakryiko
2022-04-21libbpf: Remove redundant non-null checks on obj_elfGaosheng Cui
2022-04-21selftests/bpf: Fix map tests errno checksArtem Savkov
2022-04-21selftests/bpf: Fix prog_tests uprobe_autoattach compilation errorArtem Savkov
2022-04-21selftests/bpf: Fix attach tests retcode checksArtem Savkov
2022-04-21libbpf: Add documentation to API functionsGrant Seltzer
2022-04-21libbpf: Update API functions usage to check errorGrant Seltzer
2022-04-21libbpf: Add error returns to two API functionsGrant Seltzer
2022-04-20selftests/bpf: Add test for skb_load_bytesLiu Jian
2022-04-19libbpf: Support riscv USDT argument parsing logicPu Lehui
2022-04-19libbpf: Fix usdt_cookie being cast to 32 bitsPu Lehui
2022-04-19selftests/bpf: Add tests for type tag order validationKumar Kartikeya Dwivedi
2022-04-19selftests/bpf: Use non-autoloaded programs in few testsAndrii Nakryiko
2022-04-19libbpf: Support opting out from autoloading BPF programs declarativelyAndrii Nakryiko
2022-04-19selftests/bpf: Workaround a verifier issue for test exhandlerYonghong Song
2022-04-19selftests/bpf: Limit unroll_count for pyperf600 testYonghong Song
2022-04-18selftests/bpf: Refactor prog_tests logging and test executionMykola Lysenko
2022-04-11libbpf: Usdt aarch64 arg parsing supportAlan Maguire
2022-04-11selftests/bpf: Drop duplicate max/min definitionsGeliang Tang
2022-04-10tools/runqslower: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao
2022-04-10bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao
2022-04-10selftests/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao
2022-04-10libbpf: Fix a bug with checking bpf_probe_read_kernel() support in old kernelsRunqing Yang
2022-04-10selftests/bpf: Improve by-name subtest selection logic in prog_testsMykola Lysenko
2022-04-10libbpf: Add ARC support to bpf_tracing.hVladimir Isaev
2022-04-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-04-08selftests/bpf: Fix return value checks in perf_event_stackmap testYuntao Wang
2022-04-08selftests/bpf: Add CO-RE relos into linked_funcs selftestsAndrii Nakryiko
2022-04-08libbpf: Use weak hidden modifier for USDT BPF-side API functionsAndrii Nakryiko
2022-04-08libbpf: Don't error out on CO-RE relos for overriden weak subprogsAndrii Nakryiko
2022-04-08libbpf: Allow WEAK and GLOBAL bindings during BTF fixupAndrii Nakryiko
2022-04-08libbpf: Use strlcpy() in path resolution fallback logicAndrii Nakryiko
2022-04-08libbpf: Add s390-specific USDT arg spec parsing logicIlya Leoshkevich
2022-04-07Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-04-07libbpf: Make BPF-side of USDT support work on big-endian machinesIlya Leoshkevich
2022-04-07libbpf: Minor style improvements in USDT codeIlya Leoshkevich
2022-04-07libbpf: Fix use #ifdef instead of #if to avoid compiler warningAndrii Nakryiko
2022-04-07libbpf: Potential NULL dereference in usdt_manager_attach_usdt()Haowen Bai
2022-04-07selftests/bpf: Uprobe tests should verify param/return valuesAlan Maguire
2022-04-07libbpf: Improve string parsing for uprobe auto-attachAlan Maguire
2022-04-07libbpf: Improve library identification for uprobe binary path resolutionAlan Maguire
2022-04-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-04-06selftests/bpf: Test for writes to map key from BPF helpersKumar Kartikeya Dwivedi
2022-04-06selftests/bpf: Test passing rdonly mem to global funcKumar Kartikeya Dwivedi