summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests: mptcp: clean tmp files in simult_flowsMatthieu Baerts2021-09-011-2/+2
* Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-08-31163-2699/+13873
|\
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-08-3056-712/+2329
| |\
| | * selftests/bpf: Fix potential unreleased lockChengfeng Ye2021-08-271-1/+3
| | * selftests/bpf: Reduce more flakyness in sockmap_listenYucong Sun2021-08-261-3/+16
| | * bpf: selftests: Add dctcp fallback testMartin KaFai Lau2021-08-253-23/+134
| | * bpf: selftests: Add connect_to_fd_opts to network_helpersMartin KaFai Lau2021-08-252-2/+27
| | * bpf: selftests: Add sk_state to bpf_tcp_helpers.hMartin KaFai Lau2021-08-253-3/+4
| | * selftests: xsk: Preface options with optMagnus Karlsson2021-08-252-5/+5
| | * selftests: xsk: Make enums lower caseMagnus Karlsson2021-08-252-13/+7
| | * selftests: xsk: Generate packets from specificationMagnus Karlsson2021-08-252-121/+166
| | * selftests: xsk: Generate packet directly in umemMagnus Karlsson2021-08-252-43/+32
| | * selftests: xsk: Simplify cleanup of ifobjectsMagnus Karlsson2021-08-252-33/+40
| | * selftests: xsk: Decrease sending speedMagnus Karlsson2021-08-252-1/+2
| | * selftests: xsk: Validate tx stats on tx threadMagnus Karlsson2021-08-251-14/+41
| | * selftests: xsk: Simplify packet validation in xsk testsMagnus Karlsson2021-08-252-131/+65
| | * selftests: xsk: Rename worker_* functions that are not thread entry pointsMagnus Karlsson2021-08-251-6/+6
| | * selftests: xsk: Disassociate umem size with packets sentMagnus Karlsson2021-08-252-11/+9
| | * selftests: xsk: Remove end-of-test packetMagnus Karlsson2021-08-252-32/+12
| | * selftests: xsk: Simplify the retry codeMagnus Karlsson2021-08-252-14/+11
| | * selftests: xsk: Return correct error codesMagnus Karlsson2021-08-251-5/+5
| | * selftests: xsk: Remove unused variablesMagnus Karlsson2021-08-252-11/+0
| | * selftests: xsk: Remove the num_tx_packets optionMagnus Karlsson2021-08-253-27/+13
| | * selftests: xsk: Remove color modeMagnus Karlsson2021-08-252-28/+9
| | * bpf: selftests: Add bpf_task_pt_regs() selftestDaniel Xu2021-08-252-0/+76
| | * bpf: Add bpf_task_pt_regs() helperDaniel Xu2021-08-251-0/+7
| | * tools: include: Add ethtool_drvinfo definition to UAPI headerKumar Kartikeya Dwivedi2021-08-241-0/+53
| | * selftests/bpf: Test for get_netns_cookieXu Liu2021-08-242-24/+88
| | * selftests/bpf: Exit with KSFT_SKIP if no Makefile foundLi Zhijian2021-08-242-1/+6
| | * selftests/bpf: Add missing files required by test_bpftool.sh for installingLi Zhijian2021-08-242-2/+5
| | * selftests/bpf: Add default bpftool built by selftests to PATHLi Zhijian2021-08-241-0/+5
| | * selftests/bpf: Make test_doc_build.sh work from script directoryLi Zhijian2021-08-241-2/+3
| | * selftests/bpf: Enlarge select() timeout for test_mapsLi Zhijian2021-08-241-1/+1
| | * selftests/bpf: Reduce flakyness in timer_mimYucong Sun2021-08-231-4/+12
| | * bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enumDave Marchevsky2021-08-231-1/+1
| | * selftests/bpf: Add tests for {set|get} socket option from setsockopt BPFPrankur Gupta2021-08-203-0/+127
| | * selftests/bpf: Adding delay in socketmap_listen to reduce flakynessYucong Sun2021-08-191-3/+9
| | * selftests/bpf: Test for get_netns_cookieXu Liu2021-08-192-0/+100
| | * selftests/bpf: Fix flaky send_signal testYonghong Song2021-08-171-0/+16
| | * selftests/bpf: Replace CHECK with ASSERT_* macros in send_signal.cYonghong Song2021-08-171-25/+20
| | * selftests/bpf: Support glob matching for test selector.Yucong Sun2021-08-171-16/+62
| | * selftests/bpf: Also print test name in subtest status messageYucong Sun2021-08-171-2/+2
| | * selftests/bpf: Correctly display subtest skip statusYucong Sun2021-08-171-12/+13
| | * selftests/bpf: Skip loading bpf_testmod when using -l to list tests.Yucong Sun2021-08-171-2/+2
| | * selftests/bpf: Add exponential backoff to map_delete_retriable in test_mapsYucong Sun2021-08-171-1/+6
| | * selftests/bpf: Add exponential backoff to map_update_retriable in test_mapsYucong Sun2021-08-161-1/+8
| | * selftest/bpf: Add new tests in sockmap for unix stream to tcp.Jiang Wang2021-08-161-4/+12
| | * selftest/bpf: Change udp to inet in some function namesJiang Wang2021-08-161-13/+17
| | * selftest/bpf: Add tests for sockmap with unix stream type.Jiang Wang2021-08-161-0/+2
| | * selftests/bpf: Test btf__load_vmlinux_btf/btf__load_module_btf APIsHengqi Chen2021-08-161-0/+34