summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-08-23kselftest/arm64: signal: Add test case for SVE register state in signalsMark Brown
2021-08-23kselftest/arm64: signal: Verify that signals can't change the SVE vector lengthMark Brown
2021-08-23kselftest/arm64: signal: Check SVE signal frame shows expected vector lengthMark Brown
2021-08-23kselftest/arm64: signal: Support signal frames with SVE register dataMark Brown
2021-08-23kselftest/arm64: signal: Add SVE to the set of features we can check forMark Brown
2021-08-20tools/net: Use bitwise instead of arithmetic operator for flagsjing yangyang
2021-08-20kselftest/arm64: pac: Fix skipping of tests on systems without PACMark Brown
2021-08-20kselftest/arm64: mte: Fix misleading output when skipping testsMark Brown
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-20selftests/bpf: Add tests for {set|get} socket option from setsockopt BPFPrankur Gupta
2021-08-19Merge tag 'net-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
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-18lkdtm/fortify: Consolidate FORTIFY_SOURCE testsKees Cook
2021-08-18lkdtm/bugs: Add ARRAY_BOUNDS to selftestsKees Cook
2021-08-18selftests: vrf: Add test for SNAT over VRFLahav Schlesinger
2021-08-18selftests: nci: Add the NCI testcase reading T4T TagBongsu Jeon
2021-08-18selftests: nci: Extract the start/stop discovery functionBongsu Jeon
2021-08-18selftests: nci: Add the flags parameter for the send_cmd_mt_nlaBongsu Jeon
2021-08-18selftests: nci: Fix the wrong conditionBongsu Jeon
2021-08-18selftests: nci: Fix the code for next nlattr offsetBongsu Jeon
2021-08-18selftests: nci: Fix the typoBongsu Jeon
2021-08-18selftests: nci: Remove the polling code to read a NCI frameBongsu Jeon
2021-08-18selftests: mptcp: delete uncontinuous removing idsGeliang Tang
2021-08-18selftests: mptcp: add fullmesh testcasesGeliang Tang
2021-08-18selftests: mptcp: set and print the fullmesh flagGeliang Tang
2021-08-18Merge branch 'lkmm' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/...Ingo Molnar
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-17selftests: net: improved IOAM testsJustin Iurman
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