aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* 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-1921-108/+477
|\
| * Merge tag 'net-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-197-1/+145
| |\
| | * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-197-1/+145
| | |\
| | | * selftest/bpf: Test bpf_probe_read_user_str() strips trailing bytes after NULDaniel Xu2020-11-192-0/+96
| | | * 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
| | | * 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-092-0/+27
| * | | 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 git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-11-1430-482/+1736
|\ \ \ \ \ \
| * | | | | | 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
| * | | | | | selftest/bpf: Add missed ip6ip6 test backHangbin Liu2020-11-102-39/+46
| * | | | | | bpf: selftest: Use static globals in tcp_hdr_options and btf_skc_cls_ingressMartin KaFai Lau2020-11-092-7/+7
| * | | | | | selftests/bpf: Fix selftest build with old libcAlexei Starovoitov2020-11-061-0/+4
| * | | | | | bpf: Exercise syscall operations for inode and sk storageKP Singh2020-11-061-2/+15
| * | | | | | bpf: Add tests for task_local_storageKP Singh2020-11-062-20/+226
| * | | | | | bpf: Update selftests for local_storage to use vmlinux.hKP Singh2020-11-061-19/+1
| * | | | | | bpf: Fix tests for local_storageKP Singh2020-11-061-9/+15
| * | | | | | bpf: Lift hashtab key_size limitFlorian Lehner2020-11-053-1/+89
| * | | | | | selftests/bpf: Add split BTF dedup selftestsAndrii Nakryiko2020-11-053-0/+391
| * | | | | | selftests/bpf: Add checking of raw type dump in BTF writer APIs selftestsAndrii Nakryiko2020-11-054-1/+256
| * | | | | | selftests/bpf: Add split BTF basic testAndrii Nakryiko2020-11-052-0/+110
| * | | | | | selftest/bpf: Relax btf_dedup test checksAndrii Nakryiko2020-11-051-15/+25
| * | | | | | selftest/bpf: Use global variables instead of maps for test_tcpbpf_kernAlexander Duyck2020-11-033-108/+31
| * | | | | | selftests/bpf: Migrate tcpbpf_user.c to use BPF skeletonAlexander Duyck2020-11-031-27/+14
| * | | | | | selftests/bpf: Replace EXPECT_EQ with ASSERT_EQ and refactor verify_resultsAlexander Duyck2020-11-031-72/+43
| * | | | | | selftests/bpf: Drop python client/server in favor of threadsAlexander Duyck2020-11-033-147/+78
| * | | | | | selftests/bpf: Move test_tcppbf_user into test_progsAlexander Duyck2020-11-033-36/+10
* | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-1261-338/+2574
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-124-5/+257
| |\ \ \ \ \ \
| | * | | | | | selftest: fix flower terse dump testsVlad Buslov2020-11-101-2/+2
| | | |_|_|_|/ | | |/| | | |
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-063-3/+255
| | |\ \ \ \ \