summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/klnds/socklnd/socklnd.c
Commit message (Expand)AuthorAgeFilesLines
* staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman2018-06-051-2921/+0
* staging: lustre: refactor libcfs initialization.NeilBrown2018-05-251-0/+4
* staging: lustre: discard cfs_duration_sec()NeilBrown2018-04-231-2/+2
* staging: lustre: libcfs: discard cfs_time_shift().NeilBrown2018-04-231-2/+2
* staging: lustre: libcfs: discard cfs_time_add/subNeilBrown2018-04-231-1/+1
* staging: lustre: cfs_time_current() -> jiffies.NeilBrown2018-04-231-5/+4
* staging: lustre: discard cfs_time_seconds()NeilBrown2018-02-161-3/+3
* staging: lustre: replace LIBCFS_CPT_ALLOC()NeilBrown2018-01-091-10/+5
* staging: lustre: use kmalloc for allocating ksock_txNeilBrown2018-01-091-1/+1
* staging: lustre: change some LIBCFS_ALLOC calls to k?alloc(GFP_KERNEL)NeilBrown2018-01-091-13/+9
* staging: lustre: replace simple cases of LIBCFS_ALLOC with kzalloc.NeilBrown2018-01-091-11/+11
* staging: lustre: lnet: Fix recent breakage from list_for_each conversionNeilBrown2017-12-191-13/+10
* Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-171-2/+2
|\
| * lustre: switch struct ksock_conn to iov_iterAl Viro2017-10-111-2/+2
* | staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman2017-11-111-0/+1
* | staging: lustre: lnet: socklnd: mark expected switch fall-throughGustavo A. R. Silva2017-10-181-1/+1
* | staging: lustre: lnet: replace list_for_each with list_for_each_entryHaneen Mohammed2017-09-291-11/+3
|/
* staging: lustre: lnet: change lnet_process_id_t to proper structureJames Simmons2017-03-061-13/+13
* staging: lustre: lnet: change lnet_ni_t to proper structureJames Simmons2017-03-061-21/+22
* staging: lustre: lnet: change lnd_t to proper structureJames Simmons2017-03-061-1/+1
* staging: lustre: socklnd: change UAPI typedefs to proper structureJames Simmons2017-03-061-4/+4
* staging: libcfs: remove integer types abstraction from libcfsJames Simmons2017-02-031-1/+1
* staging: lustre: remove CLASSERT macroArnd Bergmann2017-02-021-2/+2
* staging: lustre: lnet: Fix coding style errorsMaxime Rossi Bellom2017-01-271-5/+5
* staging: lustre: lnet: cleanup some of the > 80 line issuesJames Simmons2016-11-181-10/+21
* staging: lustre: lnet: Remove old commented out codeBen Evans2016-08-151-5/+0
* staging/lustre: Remove unnecessary space after a castOleg Drokin2016-06-181-2/+2
* staging/lustre: Replace sun.com GPLv2 URL with gnu.org one.Oleg Drokin2016-06-171-1/+1
* staging/lustre: Remove the "Please contact SUN for GPL" from headersOleg Drokin2016-06-171-4/+0
* staging: lustre: socklnd: remove typedefsJames Simmons2016-06-171-151/+151
* Staging: lustre: socklnd: Remove return statement from void function.Sandhya Bankar2016-03-281-1/+0
* staging: lustre: lnet: socklnd: Use list_for_each_entry_safeBhaktipriya Shridhar2016-03-111-5/+4
* staging: lustre: fix socklnd issues found by Klocwork Insight toolDmitry Eremin2016-03-021-0/+4
* staging: lustre: bind socklnd peers to a specific CPTJames Simmons2016-03-021-1/+2
* staging: lustre: make module_init/exit naming consistentAndreas Dilger2016-03-011-6/+4
* staging: lustre: update the MODULE_DESCRIPTION for all lustre modulesAndreas Dilger2016-03-011-1/+1
* staging: lustre: add missing MODULE_AUTHOR for LNet selftest moduleJames Simmons2016-03-011-1/+1
* staging: lustre: remove LUSTRE_{,SRV_}LNET_PIDJohn L. Hammond2016-02-221-2/+5
* staging: lustre: fix all conditional comparison to zero in LNet layerJames Simmons2016-02-141-71/+68
* staging: lustre: fix all NULL comparisons in LNet layerJames Simmons2016-02-141-61/+61
* staging: lustre: don't set more than one variable per line in LNet layerJames Simmons2016-02-141-7/+10
* staging: lustre: add missing spaces for LNet layer reported by checkpatch.plJames Simmons2016-02-141-6/+6
* staging: lustre: remove unnecessary blank lines reported by checkpatch.plJames Simmons2016-02-141-6/+0
* staging: lustre: align all code properly for LNet coreJames Simmons2016-02-141-42/+38
* staging: lustre: format properly all comment blocks for LNet coreJames Simmons2016-02-141-78/+140
* staging: lustre: update Intel copyright messages 2015Andreas Dilger2015-12-211-1/+1
* staging: lustre: Update module author to OpenSFSJames Simmons2015-11-151-1/+1
* staging: lustre: fix buffer overflow of string bufferDmitry Eremin2015-11-151-4/+5
* staging: lustre: lnet :socklnd Braces not necessaryNilesh Kokane2015-10-241-2/+1
* Staging: lustre: lnet :socklnd return statement in void function not usefulNilesh Kokane2015-10-241-1/+0