summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/klnds
Commit message (Expand)AuthorAgeFilesLines
* staging: lustre: lnet: o2iblnd: Use list_for_each_entry_safeBhaktipriya Shridhar2016-03-121-2/+2
* staging: lustre: lnet: socklnd: Use list_for_each_entry_safeBhaktipriya Shridhar2016-03-121-5/+4Star
* staging: lustre: lnet: socklnd_proto: Use list_for_each_entry_safeBhaktipriya Shridhar2016-03-121-2/+2
* Staging: lustre: Use list_{next/prev}_entry instead of list_entryBhumika Goyal2016-03-121-2/+1Star
* staging: lustre: do less intense allocating retry for ko2iblndLiang Zhen2016-03-031-4/+16
* staging: lustre: avoid intensive reconnecting for ko2iblndLiang Zhen2016-03-033-116/+258
* staging: lustre: check wr_id returned by ib_poll_cqLiang Zhen2016-03-032-6/+24
* staging: lustre: Change connect peer failed cleanup orderDoug Oucharek2016-03-031-0/+2
* staging: lustre: take extra refcount in kiblnd_connreq_doneLiang Zhen2016-03-031-4/+12
* staging: lustre: make ko2iblnd connect parameters persistentAmir Shehata2016-03-033-21/+37
* staging: lustre: Support different ko2iblnd configs between systemsJeremy Filizetti2016-03-033-97/+146
* staging: lustre: change ibh_mrs from array to pointerAmir Shehata2016-03-033-97/+13Star
* staging: lustre: corrected some typos and grammar errorsFrank Zago2016-03-031-1/+1
* staging: lustre: make o2iblnd_cb.c local functions staticFrank Zago2016-03-032-18/+17Star
* staging: lustre: make o2iblnd local functions staticFrank Zago2016-03-032-20/+16Star
* staging: lustre: reverse LNet and infinband header orderJames Simmons2016-03-031-5/+5
* staging: lustre: fix socklnd issues found by Klocwork Insight toolDmitry Eremin2016-03-031-0/+4
* staging: lustre: bind socklnd peers to a specific CPTJames Simmons2016-03-031-1/+2
* staging: lustre: replace direct LNet HZ access with kernel APIsJian Yu2016-03-032-3/+6
* Staging: lustre: Remove int typecast of offsetof().Sandhya Bankar2016-03-021-1/+1
* staging: lustre: lnet: Use list_entry() rather than container_of()Janani Ravichandran2016-03-021-1/+1
* staging: lustre: lnet: Use list_for_each_entry_safeBhaktipriya Shridhar2016-03-021-3/+2Star
* staging: lustre: make module_init/exit naming consistentAndreas Dilger2016-03-022-10/+8Star
* staging: lustre: update the MODULE_DESCRIPTION for all lustre modulesAndreas Dilger2016-03-022-2/+2
* staging: lustre: add missing MODULE_AUTHOR for LNet selftest moduleJames Simmons2016-03-022-1/+2
* staging: lustre: remove LUSTRE_{,SRV_}LNET_PIDJohn L. Hammond2016-02-231-2/+5
* staging/lustre: Remove the "write to FSF to get a copy of GPL" wordingOleg Drokin2016-02-204-13/+0Star
* staging: lustre: do not memset after LIBCFS_ALLOCFrank Zago2016-02-201-2/+0Star
* staging: lustre: fix all conditional comparison to zero in LNet layerJames Simmons2016-02-158-363/+359Star
* staging: lustre: fix all NULL comparisons in LNet layerJames Simmons2016-02-156-314/+314
* staging: lustre: balance braces properly in LNet layerJames Simmons2016-02-153-4/+5
* staging: lustre: remove space in LNet function declarationsJames Simmons2016-02-153-149/+147Star
* staging: lustre: don't set more than one variable per line in LNet layerJames Simmons2016-02-154-19/+26
* staging: lustre: add missing spaces for LNet layer reported by checkpatch.plJames Simmons2016-02-156-14/+14
* staging: lustre: remove unnecessary blank lines reported by checkpatch.plJames Simmons2016-02-154-18/+0Star
* staging: lustre: remove unnecessary parentheses around LNet function pointerJames Simmons2016-02-151-1/+1
* staging: lustre: align all code properly for LNet coreJames Simmons2016-02-157-195/+176Star
* staging: lustre: format properly all comment blocks for LNet coreJames Simmons2016-02-159-293/+530
* staging: lustre: Modify arguments of sizeof() to pointer variablesJanani Ravichandran2016-02-121-7/+7
* staging: lustre: add sparse locking annotationsfrank zago2016-02-032-2/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-01-241-20/+1Star
|\
| * staging/o2iblnd: Avoid calling ib_query_deviceOr Gerlitz2015-12-221-20/+1Star
* | Merge tag 'staging-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-01-136-12/+14
|\ \
| * | staging: lustre: update Intel copyright messages 2015Andreas Dilger2015-12-224-4/+4
| * | staging: lustre: lnet: klnds: socklnd: Move extern declarations to headerAmitoj Kaur Chawla2015-11-162-2/+3
| * | staging: lustre: Update module author to OpenSFSJames Simmons2015-11-162-2/+2
| * | staging: lustre: fix buffer overflow of string bufferDmitry Eremin2015-11-161-4/+5
| |/
* / net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert2015-12-151-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-11-072-19/+22
|\
| * Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford2015-10-292-18/+19
| |\