aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/klnds/socklnd/socklnd_proto.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-05staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman1-810/+0
2018-01-09staging: lustre: replace simple cases of LIBCFS_ALLOC with kzalloc.NeilBrown1-4/+4
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman1-0/+1
2017-03-06staging: lustre: socklnd: change UAPI typedefs to proper structureJames Simmons1-19/+19
2017-02-02staging: lustre: remove CLASSERT macroArnd Bergmann1-1/+1
2017-01-23staging: lustre: lnet: change lnet_hdr_t to proper structureJames Simmons1-11/+11
2017-01-23staging: lustre: lnet: change lnet_magicversion_t to proper structureJames Simmons1-3/+3
2016-11-18staging: lustre: lnet: cleanup some of the > 80 line issuesJames Simmons1-6/+20
2016-06-18staging/lustre: Remove unnecessary space after a castOleg Drokin1-3/+3
2016-06-17staging: lustre: socklnd: remove typedefsJames Simmons1-34/+34
2016-03-11staging: lustre: lnet: socklnd_proto: Use list_for_each_entry_safeBhaktipriya Shridhar1-2/+2
2016-03-11Staging: lustre: Use list_{next/prev}_entry instead of list_entryBhumika Goyal1-2/+1
2016-02-20staging/lustre: Remove the "write to FSF to get a copy of GPL" wordingOleg Drokin1-3/+0
2016-02-14staging: lustre: fix all conditional comparison to zero in LNet layerJames Simmons1-27/+27
2016-02-14staging: lustre: fix all NULL comparisons in LNet layerJames Simmons1-23/+23
2016-02-14staging: lustre: balance braces properly in LNet layerJames Simmons1-2/+1
2016-02-14staging: lustre: remove space in LNet function declarationsJames Simmons1-11/+11
2016-02-14staging: lustre: don't set more than one variable per line in LNet layerJames Simmons1-4/+8
2016-02-14staging: lustre: align all code properly for LNet coreJames Simmons1-11/+11
2016-02-14staging: lustre: format properly all comment blocks for LNet coreJames Simmons1-2/+4
2015-06-10staging:lustre: rename tcpip handling functions to lnet_* prefixJames Simmons1-23/+20
2015-05-31staging: lustre: lnet: socklnd: code cleanup - align spacingMike Shuey1-64/+64
2015-03-01Staging: lustre:lnet: klnds: socklnd: Remove space after the name of that functionHatice ERTÜRK1-20/+20
2015-01-17lustre: don't use iovec instead of kvecAl Viro1-2/+2
2014-11-23staging: lustre: Coalesce string fragmentsJoe Perches1-8/+7
2014-08-30drivers: staging: lustre: Fix space required after that ',' errorsGreg Donald1-2/+4
2014-08-30drivers: staging: lustre: Fix that open brace { should be on the previous line errorsGreg Donald1-6/+3
2014-07-12staging: lustre: remove LPU64 defineGreg Kroah-Hartman1-2/+2
2014-07-11staging: lustre: remove socket_t typedefGreg Kroah-Hartman1-4/+4
2014-03-18staging:lustre: Removed assignments from if statements.Chi Pham1-2/+4
2013-08-26staging: lustre: Fix typo in lustre/lnetMasanari Iida1-1/+1
2013-07-23staging/lustre: remove HIPQUADPeng Tao1-30/+30
2013-05-14staging: add Lustre file system client supportPeng Tao1-0/+797