summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests: mptcp: add ADD_ADDR IPv6 test casesGeliang Tang2020-11-201-1/+69
* selftests: mptcp: add link failure test caseFlorian Westphal2020-11-201-22/+82
* selftests: forwarding: Add multipath tunneling nexthop testIdo Schimmel2020-11-201-0/+356
* selftests: forwarding: Add device-only nexthop testIdo Schimmel2020-11-201-0/+160
* selftests: forwarding: Test IPv4 routes with IPv6 link-local nexthopsIdo Schimmel2020-11-201-0/+11
* selftests: forwarding: Do not configure nexthop objects twiceIdo Schimmel2020-11-201-1/+0
* selftests: mlxsw: Add nexthop objects configuration testsIdo Schimmel2020-11-201-0/+189
* selftests: add ring and coalesce selftestsAntonio Cardace2020-11-202-0/+217
* selftests: refactor get_netdev_name functionAntonio Cardace2020-11-201-18/+2
* selftests: extract common functions in ethtool-common.shAntonio Cardace2020-11-202-61/+71
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-1933-152/+535
|\
| * Merge tag 'net-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-1910-20/+169
| |\
| | * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-1910-20/+169
| | |\
| | | * selftest/bpf: Test bpf_probe_read_user_str() strips trailing bytes after NULDaniel Xu2020-11-192-0/+96
| | | * libbpf: Fix VERSIONED_SYM_COUNT number parsingJiri Olsa2020-11-191-0/+2
| | | * selftests/bpf: Fix error return code in run_getsockopt_test()Wang Hai2020-11-161-1/+2
| | | * bpf: Relax return code check for subprogramsDmitrii Banshchikov2020-11-142-0/+20
| | | * tools, bpftool: Add missing close before bpftool net attach exitWang Hai2020-11-131-9/+9
| | | * selftests/bpf: Fix unused attribute usage in subprogs_unused testAndrii Nakryiko2020-11-121-2/+2
| | | * libbpf: Don't attempt to load unused subprog as an entry-point BPF programAndrii Nakryiko2020-11-093-10/+40
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-11-192-2/+3
| |\ \ \
| | * | | tools/testing/scatterlist: Fix test to compile and runMaor Gottlieb2020-11-172-2/+3
| * | | | Merge tag 'powerpc-cve-2020-4788' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-197-67/+265
| |\ \ \ \
| | * | | | selftests/powerpc: refactor entry and rfi_flush testsDaniel Axtens2020-11-196-120/+96
| | * | | | selftests/powerpc: entry flush testDaniel Axtens2020-11-193-1/+200
| | * | | | selftests/powerpc: rfi_flush: disable entry flush if presentRussell Currey2020-11-191-6/+29
| * | | | | Merge tag 'linux-kselftest-kunit-fixes-5.10-rc5' of git://git.kernel.org/pub/...Linus Torvalds2020-11-185-38/+64
| |\ \ \ \ \
| | * | | | | kunit: tool: fix extra trailing \n in raw + parsed test outputDaniel Latypov2020-11-102-3/+4
| | * | | | | kunit: tool: print out stderr from make (like build warnings)Daniel Latypov2020-11-101-4/+9
| | * | | | | kunit: Do not pollute source directory with generated files (test.log)Andy Shevchenko2020-11-101-3/+11
| | * | | | | kunit: Do not pollute source directory with generated files (.kunitconfig)Andy Shevchenko2020-11-102-18/+31
| | * | | | | kunit: tool: fix pre-existing python type annotation errorsDaniel Latypov2020-11-101-7/+7
| | * | | | | kunit: Fix kunit.py parse subcommand (use null build_dir)David Gow2020-11-101-1/+1
| | * | | | | kunit: tool: unmark test_data as binary blobsBrendan Higgins2020-11-101-1/+0
| * | | | | | Merge tag 'perf-tools-fixes-for-v5.10-2020-11-17' of git://git.kernel.org/pub...Linus Torvalds2020-11-179-25/+34
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | perf test: Avoid an msan warning in a copied stack.Ian Rogers2020-11-161-0/+7
| | * | | | | perf inject: Fix file corruption due to event deletionAl Grant2020-11-161-11/+1
| | * | | | | perf test: Update branch sample pattern for cs-etmLeo Yan2020-11-121-1/+1
| | * | | | | perf test: Fix a typo in cs-etm testingLeo Yan2020-11-121-1/+1
| | * | | | | tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench ...Arnaldo Carvalho de Melo2020-11-125-10/+22
| | * | | | | perf lock: Don't free "lock_seq_stat" if read_count isn't zeroLeo Yan2020-11-121-1/+1
| | * | | | | perf lock: Correct field name "flags"Leo Yan2020-11-121-1/+1
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-11-1450-892/+2402
|\ \ \ \ \ \ \
| * | | | | | | bpf: selftest: Use bpf_sk_storage in FENTRY/FEXIT/RAW_TPMartin KaFai Lau2020-11-123-0/+259
| * | | | | | | selftests/bpf: Add asm tests for pkt vs pkt_end comparison.Alexei Starovoitov2020-11-131-0/+42
| * | | | | | | selftests/bpf: Add skb_pkt_end testAlexei Starovoitov2020-11-132-0/+95
| * | | | | | | tools/bpf: Always run the *-clean recipesJean-Philippe Brucker2020-11-121-2/+2
| * | | | | | | tools/bpf: Add bootstrap/ to .gitignoreJean-Philippe Brucker2020-11-121-1/+1
| * | | | | | | tools/bpftool: Fix build slowdownJean-Philippe Brucker2020-11-111-1/+3
| * | | | | | | tools/runqslower: Build bpftool using HOSTCCJean-Philippe Brucker2020-11-111-1/+2