summaryrefslogtreecommitdiff
path: root/drivers/staging/lustre/lnet/lnet
AgeCommit message (Expand)AuthorFilesLines
2016-11-18staging: lustre: lnet: replace uninitialized_varJames Simmons1-1/+1
2016-11-18staging: lustre: lnet: fill in real lnet_md_tJames Simmons1-8/+9
2016-11-18staging: lustre: lnet: missing blank line after declarationJames Simmons1-0/+1
2016-11-18staging: lustre: lnet: remove unused lib_me_dumpJames Simmons1-18/+0
2016-11-18staging: lustre: lnet: fix misspelled word destroyJames Simmons1-4/+4
2016-11-18staging: lustre: lnet: don't use bare unsignedJames Simmons1-1/+1
2016-09-19staging: lustre: lnet: Enable setting per NI peer_creditsDoug Oucharek1-27/+19
2016-09-19staging: lustre: lnet: Ensure routing is turned on first timeDoug Oucharek1-5/+5
2016-09-19staging: lustre: lnet: check if ni is in current net namespaceSebastien Buisson2-0/+25
2016-09-19staging: lustre: lnet: potential deadlock in lnetQuentin Bouget1-11/+13
2016-08-21lustre: introduce lnet_copy_{k, }iov2iter(), kill lnet_copy_{k, }iov2{k, }iov()Al Viro2-281/+68
2016-08-21lustre: pass iov_iter to ->lnd_recv()Al Viro2-15/+20
2016-08-21lustre: constify lib-move.c stuffAl Viro1-10/+10
2016-08-21staging: lustre: lnet: Do not drop message when shutting down LNetDoug Oucharek1-0/+3
2016-08-15lustre: don't reinvent struct bio_vecAl Viro3-50/+50
2016-08-15lustre: switch lnet_sock_write() to sock_sendmsg()Al Viro1-14/+7
2016-08-15staging: lustre: lnet: Remove old commented out codeBen Evans1-17/+1
2016-06-19staging/lustre: Remove unnecessary space after a castOleg Drokin2-2/+2
2016-06-18staging/lustre: Replace sun.com GPLv2 URL with gnu.org one.Oleg Drokin12-12/+12
2016-06-18staging/lustre: Remove the "Please contact SUN for GPL" from headersOleg Drokin12-48/+0
2016-06-10staging: lustre: lnet: Replace semaphore ln_rc_signal with completionBinoy Jayan1-4/+5
2016-06-08staging: lustre: use setup_timer().Muhammad Falak R Wani1-3/+1
2016-05-09staging: lustre: lnet: enable configuration per NI interfaceAmir Shehata1-0/+42
2016-05-09staging: lustre: lnet: add per NI configuration structuresAmir Shehata1-0/+3
2016-05-09staging: lustre: lnet: use struct lnet_ioctl_config_data for NI queryAmir Shehata1-42/+18
2016-05-09staging: lustre: lnet: use struct lnet_ioctl_config_data for NI bring upAmir Shehata2-22/+22
2016-04-11Merge 4.6-rc3 into staging-nextGreg Kroah-Hartman4-9/+9
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov4-9/+9
2016-03-28staging: lustre: lnet: make sure lnet data not greater than LIBCFS_IOC_DATA_MAXLiang Zhen1-0/+4
2016-03-28Staging: lustre: lib-move: Remove unnecessary space after cast.Sandhya Bankar1-5/+5
2016-03-12staging: lustre: lnet: api-ni: Use list_for_each_entry_safeBhaktipriya Shridhar1-6/+4
2016-03-12staging: lustre: lnet: peer: Use list_for_each_entry_safeBhaktipriya Shridhar1-2/+2
2016-03-12staging: lustre: lnet: config: Use list_for_each_entry_safeBhaktipriya Shridhar1-3/+2
2016-03-12staging: lustre: lnet: router: Use list_for_each_entry_safeBhaktipriya Shridhar1-2/+2
2016-03-12staging: lustre: lnet: lib-move: Use list_for_each_entry_safeBhaktipriya Shridhar1-5/+4
2016-03-08staging: lustre: make LNet use lprocfs_call_handlerJames Simmons1-26/+6
2016-03-08staging: lustre: change test to assert in LNetGetIdJames Simmons1-3/+1
2016-03-08staging: lustre: fix 'NULL pointer dereference' errorsSebastien Buisson1-0/+2
2016-03-08staging: lustre: LNet network latency simulationLiang Zhen4-33/+642
2016-03-08staging: lustre: LNet drop rule implementationLiang Zhen4-1/+449
2016-03-03staging: lustre: fix api-ni.c issues found by Klocwork Insight toolDmitry Eremin1-1/+2
2016-03-03staging: lustre: replace direct LNet HZ access with kernel APIsJian Yu2-16/+12
2016-03-03staging: lustre: set task state before scheduling in lnet_sock_acceptJohn L. Hammond1-4/+2
2016-03-03staging: lustre: fix 'copy into fixed size buffer' errorsSebastien Buisson1-3/+12
2016-03-03staging: lustre: issue in the offset in lnet match hash tableAlyona Romanenko1-5/+4
2016-03-03staging: lustre: Use after free in lnet_ptl_match_delay()Olaf Weber1-31/+53
2016-03-03staging: lustre: remove annoying message in parse_nidrangeLi Xi1-1/+0
2016-03-03staging: lustre: return proper error code for LNet coreJames Simmons6-21/+21
2016-03-03staging: lustre: Ignore hops if not explicitly setAmir Shehata4-10/+23
2016-03-03staging: lustre: recv could access freed messageLiang Zhen1-2/+10