summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2021-04-09selftests/bpf: mmap: Use runtime page sizeYauheni Kaliuta2-7/+19
2021-04-09selftests/bpf: Pass page size from userspace in map_ptrYauheni Kaliuta2-4/+15
2021-04-09selftests/bpf: Pass page size from userspace in sockopt_skYauheni Kaliuta2-6/+6
2021-04-09selftests/bpf: test_progs/sockopt_sk: Convert to use BPF skeletonYauheni Kaliuta1-48/+17
2021-04-09selftests/bpf: test_progs/sockopt_sk: Remove versionYauheni Kaliuta1-1/+0
2021-04-03bpf: selftests: Specify CONFIG_DYNAMIC_FTRACE in the testing configMartin KaFai Lau1-0/+2
2021-04-03bpf, selftests: test_maps generating unrecognized data sectionJohn Fastabend1-12/+0
2021-04-03selftests: mptcp: dump more info on mpjoin errorsMatthieu Baerts1-2/+15
2021-04-03selftests: mptcp: init nstat historyMatthieu Baerts1-0/+7
2021-04-03selftests: mptcp: launch mptcp_connect with timeoutMatthieu Baerts4-33/+72
2021-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller19-503/+939
2021-04-01selftests/bpf: Add a test case for loading BPF_SK_SKB_VERDICTCong Wang2-0/+58
2021-04-01selftests/bpf: Add a test case for udp sockmapCong Wang2-0/+158
2021-04-01selftests/net: so_txtime multi-host supportCarlos Llamas2-85/+259
2021-04-01selftests: ethtool: add a netdevsim FEC testJakub Kicinski2-1/+114
2021-03-31selftests/bpf: Add an option for a debug shell in vmtest.shKP Singh1-11/+28
2021-03-31selftests: mptcp: remove id 0 address testcasesGeliang Tang1-2/+33
2021-03-31selftests: mptcp: add addr argument for del_addrGeliang Tang1-3/+31
2021-03-31selftests: mptcp: avoid calling pm_nl_ctl with bad IDsMatthieu Baerts1-3/+3
2021-03-31tc-testing: add simple action change testVlad Buslov1-0/+24
2021-03-31selftests: net: add UDP GRO forwarding self-testsPaolo Abeni2-0/+252
2021-03-30selftests: xsk: Remove unused definesBjörn Töpel2-6/+3
2021-03-30selftests: xsk: Remove mutex and condition variableBjörn Töpel2-30/+6
2021-03-30selftests: xsk: Remove thread attributeBjörn Töpel2-9/+2
2021-03-30selftests: xsk: Implement bpf_link testMaciej Fijalkowski3-50/+139
2021-03-30selftests: xsk: Remove sync_mutex_tx and atomic varMaciej Fijalkowski2-26/+7
2021-03-30selftests: xsk: Refactor teardown/bidi test cases and testapp_validateMaciej Fijalkowski2-53/+78
2021-03-30selftests: xsk: Remove Tx synchronization resourcesMaciej Fijalkowski2-10/+7
2021-03-30selftests: xsk: Split worker threadMaciej Fijalkowski1-79/+77
2021-03-30selftests: xsk: Remove thread for netns switchMaciej Fijalkowski2-119/+14
2021-03-30selftests: xsk: Simplify frame traversal in dumping threadMaciej Fijalkowski1-26/+21
2021-03-30selftests: xsk: Remove inline keyword from source fileMaciej Fijalkowski1-10/+7
2021-03-30selftests: xsk: Remove unused functionMaciej Fijalkowski1-13/+0
2021-03-30selftests: xsk: Remove struct ifaceconfigobjMaciej Fijalkowski2-44/+30
2021-03-30selftests: xsk: Don't call worker_pkt_dump() for stats testMaciej Fijalkowski1-1/+1
2021-03-30bpf: selftests: Update clang requirement in README.rst for testing kfunc callMartin KaFai Lau1-0/+14
2021-03-29selftests: mlxsw: Test vetoing of double samplingIdo Schimmel1-0/+30
2021-03-29selftests: mlxsw: Test matchall failure with protocol matchIdo Schimmel1-0/+17
2021-03-29selftests: forwarding: Add tc-police tests for packets per secondBaowen Zheng2-0/+65
2021-03-29selftests: tc-testing: add action police selftest for packets per secondBaowen Zheng1-0/+48
2021-03-27bpf: selftests: Add kfunc_call testMartin KaFai Lau3-0/+148
2021-03-27bpf: selftests: Bpf_cubic and bpf_dctcp calling kernel functionsMartin KaFai Lau3-46/+11
2021-03-27bpf: selftests: Rename bictcp to bpf_cubicMartin KaFai Lau1-15/+15
2021-03-27bpf: Support bpf program calling kernel functionMartin KaFai Lau2-11/+11
2021-03-27selftests: mptcp: signal addresses testcasesGeliang Tang1-0/+58
2021-03-27selftests: mptcp: timeout testcases for multi addressesGeliang Tang1-2/+24
2021-03-27selftests: mptcp: add cfg_do_w for cfg_removeGeliang Tang1-3/+7
2021-03-26bpf: selftests: Add tests for batched ops in LPM trie mapsPedro Tammela1-0/+158
2021-03-26selftests/bpf: Better error messages for ima_setup.sh failuresKP Singh1-2/+4
2021-03-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller13-20/+189