aboutsummaryrefslogtreecommitdiff
path: root/testcases/network/netstress
AgeCommit message (Expand)Author
2020-12-16net/netstress: Use anonymous .optionsPetr Vorel
2020-12-01netstress: explicitly set a thread stack sizeJohannes Nixdorf
2020-09-30network/netstress: replace rand with rand_r() in the client threadAlexey Kodanev
2020-05-06net: Add SAFE_GETADDRINFO()Petr Vorel
2020-03-31lib/tst_cmd_*(): Turn int pass_exit_val into enumPetr Vorel
2020-03-31lib: Rename tst_run_cmd*() to tst_cmd*()Petr Vorel
2019-11-13network/netstress: set default options value after arg parsingAlexey Kodanev
2019-11-13network/netstress: fix -D option descriptionAlexey Kodanev
2019-06-19c: Replace GPL verbose text by SPDX license identifierPetr Vorel
2019-02-15netstress: increase timeout errors counterAlexey Kodanev
2019-02-15netstress: handle zero length message for datagram socketsAlexey Kodanev
2019-02-15netstress: allow setting MSG_ZEROCOPY for other protocolsAlexey Kodanev
2019-02-15netstress: support SO_REUSEPORT with new 'P' flagAlexey Kodanev
2018-10-26netstress: remove redundant check for UDP proto type in client sendAlexey Kodanev
2018-10-26netstress: support SO_BINDTODEVICE with the new '-D' optionAlexey Kodanev
2018-08-28netstress: Update help for -m behaviorPetr Vorel
2018-08-16netstress: Mention udp_lite in helpPetr Vorel
2018-08-08netstress: handle timeout errors for a small number of requestsAlexey Kodanev
2018-07-26netstress: TCONF on wrong -T parameterPetr Vorel
2018-06-06netstress: load dccp_ipv6.ko for the DCCP testsAlexey Kodanev
2018-04-19netstress: set net.ipv4.tcp_tw_reuse only if TCP is usedAlexey Kodanev
2018-04-05netstress: fix partial checksum length for UDP-Lite protocolAlexey Kodanev
2018-04-05netstress: handle pmtu update on EMSGSIZE errorAlexey Kodanev
2018-03-14netstress: TCONF if modprobe dccp failsPetr Vorel
2018-03-01netstress: load dccp module manuallyAlexey Kodanev
2018-03-01netstress: set port dynamically on the server-sideAlexey Kodanev
2018-02-07netstress: support IP_BIND_ADDRESS_NO_PORTAlexey Kodanev
2018-02-07netstress: support SO_ZEROCOPYAlexey Kodanev
2018-02-07netstress: support UDPLITE protocolAlexey Kodanev
2018-02-07netstress: server: write to socket with send/sendto/sendmsgAlexey Kodanev
2018-02-07netstress: make socketaddr returned by recvfrom() thread-localAlexey Kodanev
2018-01-04lapi: Add dccp.h with definition moved from netstress.cPetr Vorel
2018-01-04lapi: Add netinet_in.h with definition moved from netstress.cPetr Vorel
2018-01-04lapi/socket.h: Move definitions from netstress.cPetr Vorel
2018-01-04lapi: Add tcp.h with definitions moved from netstress.cPetr Vorel
2017-12-21netstress: support setting local source addressAlexey Kodanev
2017-11-28netstress: add support for TCP_FASTOPEN_CONNECT socket optionAlexey Kodanev
2017-11-15netstress: randomize payload lengthAlexey Kodanev
2017-11-15netstress: remove verbose outputAlexey Kodanev
2017-11-15netstress: allow to resend requests for udp and dccpAlexey Kodanev
2017-09-11netstress: fix timeout optionAlexey Kodanev
2017-08-03netstress: add basic support for DCCP & SCTPAlexey Kodanev
2017-05-23tst_test.c: set the test id automaticallyCyril Hrubis
2017-02-27netstress: apply safe macros and remove recv() check in clientAlexey Kodanev
2017-02-14newlib: Allow SAFE_MACROS to be called from cleanupCyril Hrubis
2017-01-25netstress.c: convert to new library APIAlexey Kodanev
2017-01-25netstress.c: change default setup of sysctl parametersAlexey Kodanev
2016-09-27network/netsress: increase internal message buffer size to 2^16 - 1Alexey Kodanev
2016-09-27network: rename tcp_fastopen.c to netstress.cAlexey Kodanev