summaryrefslogtreecommitdiff
path: root/drivers/staging/lustre/lnet/klnds/socklnd/socklnd_cb.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-02staging: lustre: lnet: Use list_for_each_entry_safeBhaktipriya Shridhar1-3/+2
2016-02-21staging/lustre: Remove the "write to FSF to get a copy of GPL" wordingOleg Drokin1-3/+0
2016-02-15staging: lustre: fix all conditional comparison to zero in LNet layerJames Simmons1-74/+74
2016-02-15staging: lustre: fix all NULL comparisons in LNet layerJames Simmons1-41/+41
2016-02-15staging: lustre: remove space in LNet function declarationsJames Simmons1-137/+135
2016-02-15staging: lustre: add missing spaces for LNet layer reported by checkpatch.plJames Simmons1-3/+3
2016-02-15staging: lustre: remove unnecessary blank lines reported by checkpatch.plJames Simmons1-4/+0
2016-02-15staging: lustre: align all code properly for LNet coreJames Simmons1-41/+32
2016-02-15staging: lustre: format properly all comment blocks for LNet coreJames Simmons1-75/+140
2016-02-04staging: 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-13Staging: lustre: lnet: Remove useless cast on void pointerShraddha Barke1-1/+1
2015-09-13staging: lustre: fix whitespace errors reported by checkpatch.plMike Rapoport1-2/+2
2015-09-13staging: lustre: fix CODE_INDENT checkpatch.pl errorsMike Rapoport1-1/+1
2015-07-14staging/lustre/libcfs: Remove redundant enums and sysctl moduleparamsDmitry Eremin1-2/+1
2015-06-11staging: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-18staging: lustre: replace MIN with min_tJeremiah Mahler1-1/+1
2015-01-18staging: lustre: use min/max instead of MIN/MAX, simple casesJeremiah Mahler1-2/+2
2015-01-18lustre: don't use iovec instead of kvecAl Viro1-11/+11
2014-11-24staging: lustre: Coalesce string fragmentsJoe Perches1-54/+35
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai1-1/+0
2014-09-14staging: lustre: Fix address space mismatch in ksocknal_recv_iov()Artemiy Volkov1-1/+1
2014-09-12staging/lustre: remove portals_compat25.hJames Simmons1-2/+2
2014-09-02drivers: staging: lustre: Fix 'do not use C99 // comments' errorsGreg Donald1-2/+2
2014-08-30drivers: staging: lustre: Fix that open brace { should be on the previous lin...Greg Donald1-2/+1
2014-08-30drivers: staging: lustre: Fix space required before the open parenthesis '(' ...Greg Donald1-1/+1
2014-08-30staging: lustre: lnet: socklnd_cb.c Fix sparse non-static symbol warningPhong Tran1-15/+15
2014-07-13staging: lustre: remove LPU64 defineGreg Kroah-Hartman1-1/+1
2014-07-12staging: lustre: remove cfs_time_before()Greg Kroah-Hartman1-5/+4
2014-07-12staging: lustre: remove cfs_duration_t typedefGreg Kroah-Hartman1-1/+1
2014-07-12staging: lustre: remove cfs_time_current_sec wrapperGreg Kroah-Hartman1-2/+2
2014-07-12staging: lustre: remove cfs_time_t typedefGreg Kroah-Hartman1-5/+5
2014-07-12staging: lustre: remove linux-tcpip.hGreg Kroah-Hartman1-6/+6
2014-07-12staging: lustre: remove socket_t typedefGreg Kroah-Hartman1-2/+2
2014-05-23staging: lustre: socklnd: Remove unnecessary return bracketsMasaru Nomura1-41/+41
2014-03-20staging/lustre/libcfs: remove cfs_pausePeng Tao1-2/+4
2014-03-20staging/lustre/libcfs: remove waitq_timedwaitPeng Tao1-3/+2
2014-03-20staging/lustre/libcfs: remove init_waitqueue_entry_currentPeng Tao1-2/+2
2014-02-07staging/lustre/lnet: Fix use after free in ksocknal_sendOleg Drokin1-2/+3
2013-09-17staging: lustre: clean up format string usagesKees Cook1-1/+1
2013-08-26staging: lustre: Fix typo in lustre/lnetMasanari Iida1-2/+2
2013-08-04staging: lustre: remove task_t typedefGreg Kroah-Hartman1-1/+1
2013-08-03staging: lustre: remove RETURN macroGreg Kroah-Hartman1-1/+1
2013-08-03staging: lustre: remove EXIT macroGreg Kroah-Hartman1-6/+0
2013-08-02staging: lustre: remove ENTRY macroGreg Kroah-Hartman1-4/+0