aboutsummaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2021-04-01selftests/bpf: Add a test case for udp sockmapCong Wang2-0/+158
2021-04-01idr test suite: Improve reporting from idr_find_test_1Matthew Wilcox (Oracle)1-1/+10
2021-04-01idr test suite: Create anchor before launching throbberMatthew Wilcox (Oracle)1-2/+2
2021-04-01idr test suite: Take RCU read lock in idr_find_test_1Matthew Wilcox (Oracle)1-0/+4
2021-04-01radix tree test suite: Register the main thread with the RCU libraryMatthew Wilcox (Oracle)3-0/+6
2021-04-01selftests: kvm: Check that TSC page value is small after KVM_SET_CLOCK(0)Vitaly Kuznetsov1-2/+11
2021-03-31selftests/net: so_txtime multi-host supportCarlos Llamas2-85/+259
2021-03-31selftests: ethtool: add a netdevsim FEC testJakub Kicinski2-1/+114
2021-03-30selftests/bpf: Add an option for a debug shell in vmtest.shKP Singh1-11/+28
2021-03-30selftests: mptcp: remove id 0 address testcasesGeliang Tang1-2/+33
2021-03-30selftests: mptcp: add addr argument for del_addrGeliang Tang1-3/+31
2021-03-30selftests: mptcp: avoid calling pm_nl_ctl with bad IDsMatthieu Baerts1-3/+3
2021-03-30tc-testing: add simple action change testVlad Buslov1-0/+24
2021-03-30selftests: net: add UDP GRO forwarding self-testsPaolo Abeni2-0/+252
2021-03-30radix tree test suite: Fix compilationMatthew Wilcox (Oracle)1-0/+0
2021-03-30selftests: kvm: make hardware_disable_test less verboseVitaly Kuznetsov1-5/+5
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: vxlan_bridge_1d: Add more ECN decap test casesIdo Schimmel1-1/+12
2021-03-29selftests/powerpc: unmark non-kernel-doc commentsRandy Dunlap1-2/+2
2021-03-28selftests: forwarding: Add tc-police tests for packets per secondBaowen Zheng2-0/+65
2021-03-28selftests: tc-testing: add action police selftest for packets per secondBaowen Zheng1-0/+48
2021-03-26bpf: selftests: Add kfunc_call testMartin KaFai Lau3-0/+148
2021-03-26bpf: selftests: Bpf_cubic and bpf_dctcp calling kernel functionsMartin KaFai Lau3-46/+11
2021-03-26bpf: selftests: Rename bictcp to bpf_cubicMartin KaFai Lau1-15/+15
2021-03-26bpf: Support bpf program calling kernel functionMartin KaFai Lau2-11/+11
2021-03-26selftests: mptcp: signal addresses testcasesGeliang Tang1-0/+58
2021-03-26selftests: mptcp: timeout testcases for multi addressesGeliang Tang1-2/+24
2021-03-26selftests: mptcp: add cfg_do_w for cfg_removeGeliang Tang1-3/+7
2021-03-26selftests/timers: Fix spelling mistake "clocksourc" -> "clocksource"Colin Ian King1-1/+1
2021-03-26selftests: fix prepending $(OUTPUT) to $(TEST_PROGS)Ilya Leoshkevich1-1/+2
2021-03-26bpf/selftests: Test that kernel rejects a TCP CC with an invalid licenseToke Høiland-Jørgensen2-0/+63
2021-03-25bpf: selftests: Add tests for batched ops in LPM trie mapsPedro Tammela1-0/+158
2021-03-25selftests/bpf: Better error messages for ima_setup.sh failuresKP Singh1-2/+4
2021-03-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller13-20/+189