summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/klnds/socklnd/socklnd.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-16staging: lustre: discard cfs_time_seconds()NeilBrown1-3/+3
2018-01-09staging: lustre: replace LIBCFS_CPT_ALLOC()NeilBrown1-10/+5
2018-01-09staging: lustre: use kmalloc for allocating ksock_txNeilBrown1-1/+1
2018-01-09staging: lustre: change some LIBCFS_ALLOC calls to k?alloc(GFP_KERNEL)NeilBrown1-13/+9
2018-01-09staging: lustre: replace simple cases of LIBCFS_ALLOC with kzalloc.NeilBrown1-11/+11
2017-12-19staging: lustre: lnet: Fix recent breakage from list_for_each conversionNeilBrown1-13/+10
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman1-0/+1
2017-10-18staging: lustre: lnet: socklnd: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2017-10-11lustre: switch struct ksock_conn to iov_iterAl Viro1-2/+2
2017-09-29staging: lustre: lnet: replace list_for_each with list_for_each_entryHaneen Mohammed1-11/+3
2017-03-06staging: lustre: lnet: change lnet_process_id_t to proper structureJames Simmons1-13/+13
2017-03-06staging: lustre: lnet: change lnet_ni_t to proper structureJames Simmons1-21/+22
2017-03-06staging: lustre: lnet: change lnd_t to proper structureJames Simmons1-1/+1
2017-03-06staging: lustre: socklnd: change UAPI typedefs to proper structureJames Simmons1-4/+4
2017-02-03staging: libcfs: remove integer types abstraction from libcfsJames Simmons1-1/+1
2017-02-02staging: lustre: remove CLASSERT macroArnd Bergmann1-2/+2
2017-01-27staging: lustre: lnet: Fix coding style errorsMaxime Rossi Bellom1-5/+5
2016-11-18staging: lustre: lnet: cleanup some of the > 80 line issuesJames Simmons1-10/+21
2016-08-15staging: lustre: lnet: Remove old commented out codeBen Evans1-5/+0
2016-06-18staging/lustre: Remove unnecessary space after a castOleg Drokin1-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-06-17staging: lustre: socklnd: remove typedefsJames Simmons1-151/+151
2016-03-28Staging: lustre: socklnd: Remove return statement from void function.Sandhya Bankar1-1/+0
2016-03-11staging: lustre: lnet: socklnd: Use list_for_each_entry_safeBhaktipriya Shridhar1-5/+4
2016-03-02staging: lustre: fix socklnd issues found by Klocwork Insight toolDmitry Eremin1-0/+4
2016-03-02staging: lustre: bind socklnd peers to a specific CPTJames Simmons1-1/+2
2016-03-01staging: lustre: make module_init/exit naming consistentAndreas Dilger1-6/+4
2016-03-01staging: lustre: update the MODULE_DESCRIPTION for all lustre modulesAndreas Dilger1-1/+1
2016-03-01staging: lustre: add missing MODULE_AUTHOR for LNet selftest moduleJames Simmons1-1/+1
2016-02-22staging: lustre: remove LUSTRE_{,SRV_}LNET_PIDJohn L. Hammond1-2/+5
2016-02-14staging: lustre: fix all conditional comparison to zero in LNet layerJames Simmons1-71/+68
2016-02-14staging: lustre: fix all NULL comparisons in LNet layerJames Simmons1-61/+61
2016-02-14staging: lustre: don't set more than one variable per line in LNet layerJames Simmons1-7/+10
2016-02-14staging: lustre: add missing spaces for LNet layer reported by checkpatch.plJames Simmons1-6/+6
2016-02-14staging: lustre: remove unnecessary blank lines reported by checkpatch.plJames Simmons1-6/+0
2016-02-14staging: lustre: align all code properly for LNet coreJames Simmons1-42/+38
2016-02-14staging: lustre: format properly all comment blocks for LNet coreJames Simmons1-78/+140
2015-12-21staging: lustre: update Intel copyright messages 2015Andreas Dilger1-1/+1
2015-11-15staging: lustre: Update module author to OpenSFSJames Simmons1-1/+1
2015-11-15staging: lustre: fix buffer overflow of string bufferDmitry Eremin1-4/+5
2015-10-24staging: lustre: lnet :socklnd Braces not necessaryNilesh Kokane1-2/+1
2015-10-24Staging: lustre: lnet :socklnd return statement in void function not usefulNilesh Kokane1-1/+0
2015-10-13staging: lustre: remove multiple blank linesMike Rapoport1-2/+0
2015-10-13staging: lustre: add missing blank line after declarationsMike Rapoport1-0/+2
2015-09-29staging/lustre: use 64-bit times for ksnd_conndArnd Bergmann1-1/+1
2015-09-15staging/lustre/lnet: fix deadloop in ksocknal_pushLiang Zhen1-26/+25
2015-07-13staging/lustre/libcfs: Remove redundant enums and sysctl moduleparamsDmitry Eremin1-5/+0
2015-06-10staging:lustre: lib-socket.c code cleanup - indentation etcJames Simmons1-2/+2