summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-11-27perf tools: Update copy of libbpf's hashmap.cArnaldo Carvalho de Melo1-6/+9
2020-11-26bpf: Fix selftest compilation on clang 11Andrei Matei1-0/+2
2020-11-26bpf: Add a selftest for bpf_ima_inode_hashKP Singh4-0/+186
2020-11-26bpf: Add a BPF helper for getting the IMA hash of an inodeKP Singh1-0/+11
2020-11-25libbpf: Add support for canceling cached_cons advanceLi RongQing1-0/+6
2020-11-25bpftool: Fix error return value in build_btf_type_tableZhen Lei1-0/+1
2020-11-25selftest/bpf: Fix rst formatting in readmeAndrei Matei1-13/+15
2020-11-25selftest/bpf: Fix link in readmeAndrei Matei1-1/+4
2020-11-24selftests: mlxsw: Add blackhole_nexthop trap testIdo Schimmel1-0/+36
2020-11-24selftests: forwarding: Add blackhole nexthops testsIdo Schimmel1-1/+57
2020-11-24selftests: mlxsw: Add blackhole nexthop configuration testsIdo Schimmel1-3/+22
2020-11-21Merge tag 'seccomp-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+4
2020-11-21selftests: mptcp: add ADD_ADDR IPv6 test casesGeliang Tang1-1/+69
2020-11-21selftests: mptcp: add link failure test caseFlorian Westphal1-22/+82
2020-11-21selftests: forwarding: Add multipath tunneling nexthop testIdo Schimmel1-0/+356
2020-11-21selftests: forwarding: Add device-only nexthop testIdo Schimmel1-0/+160
2020-11-21selftests: forwarding: Test IPv4 routes with IPv6 link-local nexthopsIdo Schimmel1-0/+11
2020-11-21selftests: forwarding: Do not configure nexthop objects twiceIdo Schimmel1-1/+0
2020-11-21selftests: mlxsw: Add nexthop objects configuration testsIdo Schimmel1-0/+189
2020-11-20selftests: add ring and coalesce selftestsAntonio Cardace2-0/+217
2020-11-20selftests: refactor get_netdev_name functionAntonio Cardace1-18/+2
2020-11-20selftests: extract common functions in ethtool-common.shAntonio Cardace2-61/+71
2020-11-20selftests/seccomp: sh: Fix register namesKees Cook1-2/+2
2020-11-20selftests/seccomp: powerpc: Fix typo in macro variable nameKees Cook1-2/+2
2020-11-20bpftool: Add {i,d}tlb_misses support for bpftool profileYonghong Song1-1/+29
2020-11-20Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski33-152/+535
2020-11-20Merge tag 'net-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds10-20/+169
2020-11-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-2/+3
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski10-20/+169
2020-11-19selftest/bpf: Test bpf_probe_read_user_str() strips trailing bytes after NULDaniel Xu2-0/+96
2020-11-19Merge tag 'powerpc-cve-2020-4788' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-67/+265
2020-11-19libbpf: Fix VERSIONED_SYM_COUNT number parsingJiri Olsa1-0/+2
2020-11-19tools/bootconfig: Align the bootconfig applied initrd image size to 4Masami Hiramatsu2-24/+39
2020-11-19tools/bootconfig: Fix to check the write failure correctlyMasami Hiramatsu1-4/+26
2020-11-19tools/bootconfig: Fix errno reference after printf()Masami Hiramatsu1-23/+29
2020-11-19selftests/powerpc: refactor entry and rfi_flush testsDaniel Axtens6-120/+96
2020-11-19selftests/powerpc: entry flush testDaniel Axtens3-1/+200
2020-11-19selftests/powerpc: rfi_flush: disable entry flush if presentRussell Currey1-6/+29
2020-11-19selftests/bpf: Mark tests that require unaligned memory accessBjörn Töpel7-18/+52
2020-11-19selftests/bpf: Avoid running unprivileged tests with alignment requirementsBjörn Töpel1-0/+13
2020-11-19selftests/bpf: Fix broken riscv buildBjörn Töpel1-1/+2
2020-11-19bpf: Add bpf_ktime_get_coarse_ns helperDmitrii Banshchikov1-0/+11
2020-11-18Merge tag 'linux-kselftest-kunit-fixes-5.10-rc5' of git://git.kernel.org/pub/...Linus Torvalds5-38/+64
2020-11-18bpf: Add tests for bpf_bprm_opts_set helperKP Singh2-0/+150
2020-11-18bpf: Add bpf_bprm_opts_set helperKP Singh1-0/+16
2020-11-18tools/testing/scatterlist: Fix test to compile and runMaor Gottlieb2-2/+3
2020-11-17Merge tag 'perf-tools-fixes-for-v5.10-2020-11-17' of git://git.kernel.org/pub...Linus Torvalds9-25/+34
2020-11-17libbpf: bpf__find_by_name[_kind] should use btf__get_nr_types()Alan Maguire1-4/+4
2020-11-17selftests/bpf: Fix error return code in run_getsockopt_test()Wang Hai1-1/+2
2020-11-16perf test: Avoid an msan warning in a copied stack.Ian Rogers1-0/+7