summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-08-25selftests: xsk: Validate tx stats on tx threadMagnus Karlsson
2021-08-25selftests: xsk: Simplify packet validation in xsk testsMagnus Karlsson
2021-08-25selftests: xsk: Rename worker_* functions that are not thread entry pointsMagnus Karlsson
2021-08-25selftests: xsk: Disassociate umem size with packets sentMagnus Karlsson
2021-08-25selftests: xsk: Remove end-of-test packetMagnus Karlsson
2021-08-25selftests: xsk: Simplify the retry codeMagnus Karlsson
2021-08-25selftests: xsk: Return correct error codesMagnus Karlsson
2021-08-25selftests: xsk: Remove unused variablesMagnus Karlsson
2021-08-25selftests: xsk: Remove the num_tx_packets optionMagnus Karlsson
2021-08-25selftests: xsk: Remove color modeMagnus Karlsson
2021-08-25bpf: selftests: Add bpf_task_pt_regs() selftestDaniel Xu
2021-08-25bpf: Add bpf_task_pt_regs() helperDaniel Xu
2021-08-24tools: include: Add ethtool_drvinfo definition to UAPI headerKumar Kartikeya Dwivedi
2021-08-24selftests/bpf: Test for get_netns_cookieXu Liu
2021-08-24selftests/bpf: Exit with KSFT_SKIP if no Makefile foundLi Zhijian
2021-08-24selftests/bpf: Add missing files required by test_bpftool.sh for installingLi Zhijian
2021-08-24selftests/bpf: Add default bpftool built by selftests to PATHLi Zhijian
2021-08-24selftests/bpf: Make test_doc_build.sh work from script directoryLi Zhijian
2021-08-24selftests/bpf: Enlarge select() timeout for test_mapsLi Zhijian
2021-08-23selftests/bpf: Reduce flakyness in timer_mimYucong Sun
2021-08-23bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enumDave Marchevsky
2021-08-20selftests/bpf: Add tests for {set|get} socket option from setsockopt BPFPrankur Gupta
2021-08-19selftests/bpf: Adding delay in socketmap_listen to reduce flakynessYucong Sun
2021-08-19selftests/bpf: Test for get_netns_cookieXu Liu
2021-08-17selftests/bpf: Fix flaky send_signal testYonghong Song
2021-08-17selftests/bpf: Replace CHECK with ASSERT_* macros in send_signal.cYonghong Song
2021-08-17selftests/bpf: Support glob matching for test selector.Yucong Sun
2021-08-17selftests/bpf: Also print test name in subtest status messageYucong Sun
2021-08-17selftests/bpf: Correctly display subtest skip statusYucong Sun
2021-08-17selftests/bpf: Skip loading bpf_testmod when using -l to list tests.Yucong Sun
2021-08-17selftests/bpf: Add exponential backoff to map_delete_retriable in test_mapsYucong Sun
2021-08-16selftests/bpf: Add exponential backoff to map_update_retriable in test_mapsYucong Sun
2021-08-16selftest/bpf: Add new tests in sockmap for unix stream to tcp.Jiang Wang
2021-08-16selftest/bpf: Change udp to inet in some function namesJiang Wang
2021-08-16selftest/bpf: Add tests for sockmap with unix stream type.Jiang Wang
2021-08-16selftests/bpf: Test btf__load_vmlinux_btf/btf__load_module_btf APIsHengqi Chen
2021-08-17selftests/bpf: Add ref_ctr_offset selftestsAndrii Nakryiko
2021-08-17libbpf: Add uprobe ref counter offset support for USDT semaphoresAndrii Nakryiko
2021-08-17selftests/bpf: Add bpf_cookie selftests for high-level APIsAndrii Nakryiko
2021-08-17selftests/bpf: Extract uprobe-related helpers into trace_helpers.{c,h}Andrii Nakryiko
2021-08-17selftests/bpf: Test low-level perf BPF link APIAndrii Nakryiko
2021-08-17libbpf: Add bpf_cookie to perf_event, kprobe, uprobe, and tp attach APIsAndrii Nakryiko
2021-08-17libbpf: Add bpf_cookie support to bpf_link_create() APIAndrii Nakryiko
2021-08-17libbpf: Use BPF perf link when supported by kernelAndrii Nakryiko
2021-08-17libbpf: Remove unused bpf_link's destroy operation, but add deallocAndrii Nakryiko
2021-08-17libbpf: Re-build libbpf.so when libbpf.map changesAndrii Nakryiko
2021-08-17bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie valueAndrii Nakryiko
2021-08-17bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko
2021-08-17bpf: Implement minimal BPF perf linkAndrii Nakryiko
2021-08-15selftest/bpf: Extend the bpf_snprintf() test for "%c".Kuniyuki Iwashima