summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* netdevsim: fix duplicated debugfs directoryJakub Kicinski2020-09-261-1/+1
* netdevsim: add support for flash_update overwrite maskJacob Keller2020-09-251-0/+18
* devlink: convert flash_update to use params structureJacob Keller2020-09-251-0/+3
* selftests: mptcp: add remove addr and subflow test casesGeliang Tang2020-09-241-3/+142
* selftests: mptcp: add remove cfg in mptcp_connectGeliang Tang2020-09-241-3/+15
* selftests: mptcp: add ADD_ADDR mibs check functionGeliang Tang2020-09-241-0/+44
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-2349-507/+1531
|\
| * selftests/bpf: Fix stat probe in d_path testJiri Olsa2020-09-212-1/+18
| * selftests/bpf: Fix endianness issue in test_sockopt_skIlya Leoshkevich2020-09-191-2/+2
| * selftests/bpf: Fix endianness issue in sk_assignIlya Leoshkevich2020-09-181-1/+1
| * selftests/bpf: Add tailcall_bpf2bpf testsMaciej Fijalkowski2020-09-175-0/+533
| * bpf: Add abnormal return checks.Alexei Starovoitov2020-09-171-3/+3
| * selftests/bpf: Merge most of test_btf into test_progsAndrii Nakryiko2020-09-153-335/+78
| * selftests/bpf: Test load and dump metadata with btftool and skelYiFei Zhu2020-09-155-1/+255
| * selftests/bpf: Define string const as global for test_sysctl_prog.cYonghong Song2020-09-101-2/+2
| * selftests/bpf: Fix test_ksyms on non-SMP kernelsIlya Leoshkevich2020-09-101-2/+4
| * selftests: bpf: Test iterating a sockmapLorenz Bauer2020-09-104-0/+144
| * selftests, bpftool: Add bpftool (and eBPF helpers) documentation buildQuentin Monnet2020-09-102-0/+26
| * selftests/bpf: Fix test_sysctl_loop{1, 2} failure due to clang changeYonghong Song2020-09-092-4/+4
| * selftests/bpf: Add test for map_ptr arithmeticYonghong Song2020-09-082-1/+41
| * selftests/bpf: Fix check in global_data_init.Hao Luo2020-09-031-1/+2
| * selftests/bpf: Add __noinline variant of cls_redirect selftestAndrii Nakryiko2020-09-033-64/+115
| * selftests/bpf: Modernize xdp_noinline test w/ skeleton and __noinlineAndrii Nakryiko2020-09-032-42/+43
| * selftests/bpf: Add subprogs to pyperf, strobemeta, and l4lb_noinline testsAndrii Nakryiko2020-09-037-37/+73
| * selftests/bpf: Turn fexit_bpf2bpf into test with subtestsAndrii Nakryiko2020-09-031-7/+14
| * selftests/bpf: Don't use deprecated libbpf APIsAndrii Nakryiko2020-09-033-3/+9
| * selftests/bpf: Add selftest for multi-prog sections and bpf-to-bpf callsAndrii Nakryiko2020-09-032-0/+134
| * selftests/bpf: Test task_file iterator without visiting pthreadsYonghong Song2020-09-022-1/+30
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-226-3/+72
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-222-0/+62
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-09-151-0/+15
| | |\ \
| | | * | selftests/bpf: Add bpf_{update, delete}_map_elem in hashmap iter programYonghong Song2020-09-031-0/+15
| | * | | selftests: rtnetlink: Test bridge enslavement with different parent IDsIdo Schimmel2020-09-101-0/+47
| * | | | selftests/vm: fix display of page size in map_hugetlbChristophe Leroy2020-09-191-1/+1
| * | | | Merge tag 'powerpc-5.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-09-181-2/+7
| |\ \ \ \
| | * | | | selftests/powerpc: Skip PROT_SAO test in guests/LPARSMichael Ellerman2020-09-011-2/+7
| * | | | | Merge tag 'linux-kselftest-5.9-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-09-082-0/+2
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | selftests/timers: Turn off timeout settingPo-Hsu Lin2020-08-202-0/+2
* | | | | | selftests: Set default protocol for raw sockets in nettestDavid Ahern2020-09-171-0/+2
* | | | | | selftests: mptcp: interpret \n as a new lineMatthieu Baerts2020-09-172-4/+4
* | | | | | selftests: fib_nexthops: Test cleanup of FDB entries following nexthop deletionIdo Schimmel2020-09-151-0/+14
* | | | | | selftests: add a test for ethtool pause statsJakub Kicinski2020-09-151-0/+108
* | | | | | mptcp: simult flow self-testsPaolo Abeni2020-09-142-1/+295
* | | | | | selftests/mptcp: Better delay & reordering configurationChristoph Paasch2020-09-101-8/+9
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-09-091-2/+1
|\ \ \ \ \ \
| * | | | | | selftests/net: replace obsolete NFT_CHAIN configurationFabian Frederick2020-09-081-2/+1
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-047-34/+109
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-033-31/+42
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-08-311-30/+37
| | |\ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | | * | | | | selftests: netfilter: add command usageFabian Frederick2020-08-281-0/+11