aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/selftest/ping_test.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-18staging: lustre: lnet: don't use bare unsignedJames Simmons1-2/+2
2016-06-17staging/lustre: Replace sun.com GPLv2 URL with gnu.org one.Oleg Drokin1-1/+1
2016-06-17staging/lustre: Remove the "Please contact SUN for GPL" from headersOleg Drokin1-4/+0
2016-04-26staging: lustre: selftest: convert wire protocol to use structJames Simmons1-5/+5
2016-04-11staging: lustre: selftest: convert srpc_msg_t to proper structJames Simmons1-2/+2
2016-04-11staging: lustre: selftest: convert sfw_test_unit_t to proper structJames Simmons1-2/+2
2016-04-11staging: lustre: selftest: convert sfw_test_instance_t to proper structJames Simmons1-4/+4
2016-04-11staging: lustre: selftest: convert sfw_test_client_ops_t to proper structJames Simmons1-1/+2
2016-04-11staging: lustre: selftest: convert sfw_session_t to proper structJames Simmons1-4/+4
2016-04-11staging: lustre: selftest: convert srpc_service_t to proper structJames Simmons1-1/+2
2016-04-11staging: lustre: selftest: convert srpc_client_rpc_t to proper structJames Simmons1-2/+2
2016-03-28staging: lustre: cleanup comment style for lnet selftestJames Simmons1-1/+1
2016-03-28staging: lustre: realign some code in lnet selftest so its readableJames Simmons1-2/+2
2016-03-11staging: lustre: filter remaining extra spacing for lnet selftestJames Simmons1-1/+1
2016-03-11staging: lustre: remove extra spacing when setting variable for lnet selftestJames Simmons1-7/+7
2016-03-11staging: lustre: remove extra spacing of variable declartions for lnet selftestJames Simmons1-1/+1
2016-03-11staging: lustre: remove returns in void function for lnet selftestJames Simmons1-1/+0
2016-03-02Staging: lustre: lnet: Remove and rename struct typedefsBhumika Goyal1-3/+3
2016-02-14staging: lustre: fix all conditional comparison to zero in LNet layerJames Simmons1-5/+5
2016-02-14staging: lustre: fix all NULL comparisons in LNet layerJames Simmons1-4/+4
2016-02-14staging: lustre: align all code properly for LNet coreJames Simmons1-7/+7
2015-09-29staging/lustre: use 64-bit timestamps for selftestArnd Bergmann1-8/+8
2015-05-31staging: lustre: lnet: selftest: code cleanup - variable spacing, indentationMike Shuey1-12/+12
2015-04-02staging: lustre: ping_test.c : remove space after function namesAuguste Olivry1-15/+15
2014-10-20Staging: lustre: lnet: Declare ping_srv_workitems staticVaishali Thakkar1-1/+1
2013-12-17staging: lustre: Fix typo in lustre/lnet/selftestMasanari Iida1-1/+1
2013-11-25staging/lustre: remove CFS_MODULE_PARMPeng Tao1-1/+2
2013-05-14staging: add Lustre file system client supportPeng Tao1-0/+229