aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/klnds/socklnd/socklnd_cb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-125/+32
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman1-0/+1
2017-10-11switch ksocknal_lib_recv_...() to use of iov_iter_for_each_range()Al Viro1-40/+4
2017-10-11lustre: switch struct ksock_conn to iov_iterAl Viro1-90/+33
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-2/+2
2017-03-27staging: lustre: Replace a bit shift by a use of BIT.Arushi Singhal1-4/+4
2017-03-06staging: lustre: lnet: use struct bio_vec instead of typedefJames Simmons1-3/+3
2017-03-06staging: lustre: lnet: change lnet_process_id_t to proper structureJames Simmons1-5/+6
2017-03-06staging: lustre: lnet: change lnet_ni_t to proper structureJames Simmons1-7/+8
2017-03-06staging: lustre: lnet: change lnet_msg_t to proper structureJames Simmons1-4/+4
2017-03-06staging: lustre: socklnd: change UAPI typedefs to proper structureJames Simmons1-11/+11
2017-02-03staging: lustre: socklnd: remove socklnd_init_msgJames Simmons1-2/+7
2017-02-03staging: lustre: ksocklnd: ignore timedout TX on closing connectionLiang Zhen1-7/+9
2017-02-03staging: lustre: libcfs: fix error messagesDmitry Eremin1-2/+2
2017-02-02staging: lustre: remove CLASSERT macroArnd Bergmann1-1/+1
2017-01-23staging: lustre: lnet: change lnet_hdr_t to proper structureJames Simmons1-5/+5
2017-01-23staging: lustre: lnet: change lnet_magicversion_t to proper structureJames Simmons1-2/+2
2016-11-18staging: lustre: lnet: cleanup some of the > 80 line issuesJames Simmons1-14/+26
2016-11-07staging: lustre: fixed shadowed variable in socklnd_cb.cAndrew Kanner1-2/+2
2016-09-20staging: lustre: lnet: klnds: socklnd: Remove unnecessary line continuationsAnchal Jain1-2/+2
2016-08-21lustre: pass iov_iter to ->lnd_recv()Al Viro1-12/+9
2016-08-15lustre: don't reinvent struct bio_vecAl Viro1-8/+8
2016-08-15staging: lustre: lnet: Remove old commented out codeBen Evans1-7/+0
2016-06-18staging/lustre: Remove unnecessary space after a castOleg Drokin1-2/+2
2016-06-17staging: lustre: socklnd: remove typedefsJames Simmons1-100/+100
2016-03-01staging: lustre: lnet: Use list_for_each_entry_safeBhaktipriya Shridhar1-3/+2
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-74/+74
2016-02-14staging: lustre: fix all NULL comparisons in LNet layerJames Simmons1-41/+41
2016-02-14staging: lustre: remove space in LNet function declarationsJames Simmons1-137/+135
2016-02-14staging: lustre: add missing spaces for LNet layer reported by checkpatch.plJames Simmons1-3/+3
2016-02-14staging: lustre: remove unnecessary blank lines reported by checkpatch.plJames Simmons1-4/+0
2016-02-14staging: lustre: align all code properly for LNet coreJames Simmons1-41/+32
2016-02-14staging: lustre: format properly all comment blocks for LNet coreJames Simmons1-75/+140
2016-02-03staging: lustre: add sparse locking annotationsfrank zago1-0/+1
2015-10-13staging: lustre: remove multiple blank linesMike Rapoport1-3/+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-4/+4
2015-09-12Staging: lustre: lnet: Remove useless cast on void pointerShraddha Barke1-1/+1
2015-09-12staging: lustre: fix whitespace errors reported by checkpatch.plMike Rapoport1-2/+2
2015-09-12staging: lustre: fix CODE_INDENT checkpatch.pl errorsMike Rapoport1-1/+1
2015-07-13staging/lustre/libcfs: Remove redundant enums and sysctl moduleparamsDmitry Eremin1-2/+1
2015-06-10staging:lustre: rename tcpip handling functions to lnet_* prefixJames Simmons1-3/+3
2015-05-31staging: lustre: lnet: socklnd: code cleanup - align spacingMike Shuey1-198/+198
2015-03-15Staging: lustre: Remove parentheses around right side an assignmentHaneen Mohammed1-2/+2
2015-01-17staging: lustre: replace MIN with min_tJeremiah Mahler1-1/+1
2015-01-17staging: lustre: use min/max instead of MIN/MAX, simple casesJeremiah Mahler1-2/+2
2015-01-17lustre: don't use iovec instead of kvecAl Viro1-11/+11
2014-11-23staging: lustre: Coalesce string fragmentsJoe Perches1-54/+35
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0