summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/lnet/router.c
Commit message (Expand)AuthorAgeFilesLines
* staging: lustre: remove unnecessary cfs_block_allsigs() callsNeilBrown2018-02-221-2/+0
* staging: lustre: discard cfs_time_seconds()NeilBrown2018-02-161-4/+4
* staging: lustre: replace LIBCFS_CPT_ALLOC()NeilBrown2018-01-091-5/+3
* staging: lustre: lnet-route: use kmalloc for small allocationNeilBrown2018-01-091-3/+2
* staging: lustre: replace simple cases of LIBCFS_ALLOC with kzalloc.NeilBrown2018-01-091-16/+12
* staging: lustre: replace cfs_srand() calls with add_device_randomness().NeilBrown2018-01-081-9/+6
* staging: lustre: replace cfs_rand() with prandom_u32_max()NeilBrown2018-01-081-2/+2
* staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman2017-11-111-0/+1
* staging: lustre: lnet: Replace list_for_each with list_for_each_entryHaneen Mohammed2017-09-181-7/+2
* staging: lustre: lnet: add include path to MakefileJames Simmons2017-08-221-1/+2
* Staging: lustre: lnet: code style fixSergiy Redko2017-03-291-1/+1
* staging: lustre: lnet: change lnet_process_id_t to proper structureJames Simmons2017-03-061-1/+1
* staging: lustre: lnet: change lnet_event_t to proper structureJames Simmons2017-03-061-1/+1
* staging: lustre: lnet: change lnet_md_t to proper structureJames Simmons2017-03-061-1/+1
* staging: lustre: lnet: change lnet_rtrbuf_t to proper structureJames Simmons2017-03-061-9/+9
* staging: lustre: lnet: change lnet_rtrbufpool_t to proper structureJames Simmons2017-03-061-9/+9
* staging: lustre: lnet: change lnet_remotenet_t to proper structureJames Simmons2017-03-061-12/+12
* staging: lustre: lnet: change lnet_route_t to proper structureJames Simmons2017-03-061-12/+14
* staging: lustre: lnet: change lnet_peer_t to proper structureJames Simmons2017-03-061-15/+15
* staging: lustre: lnet: change lnet_rc_data_t to proper structureJames Simmons2017-03-061-9/+9
* staging: lustre: lnet: change lnet_ni_t to proper structureJames Simmons2017-03-061-7/+7
* staging: lustre: lnet: change lnet_handle_md_t to proper structJames Simmons2017-03-061-6/+6
* staging: lustre: lnet: change lnet_handle_eq_t to proper structJames Simmons2017-03-061-1/+1
* staging: lustre: lnet: change lnet_ni_status_t to proper structureJames Simmons2017-01-231-2/+2
* staging: lustre: lnet: change lnet_ping_info_t to proper structureJames Simmons2017-01-231-3/+3
* staging: lustre: lnet: fill in real lnet_md_tJames Simmons2016-11-181-8/+9
* staging: lustre: lnet: Ensure routing is turned on first timeDoug Oucharek2016-09-191-5/+5
* lustre: don't reinvent struct bio_vecAl Viro2016-08-151-5/+5
* staging: lustre: lnet: Replace semaphore ln_rc_signal with completionBinoy Jayan2016-06-091-4/+5
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-3/+3
* staging: lustre: lnet: router: Use list_for_each_entry_safeBhaktipriya Shridhar2016-03-111-2/+2
* staging: lustre: fix api-ni.c issues found by Klocwork Insight toolDmitry Eremin2016-03-021-1/+2
* staging: lustre: return proper error code for LNet coreJames Simmons2016-03-021-3/+3
* staging: lustre: Ignore hops if not explicitly setAmir Shehata2016-03-021-3/+3
* staging: lustre: set downis to 1 if there's no NI for remote netLiang Zhen2016-03-021-0/+7
* staging: lustre: Remove LASSERTS from router checkerDoug Oucharek2016-02-221-4/+0
* staging: lustre: Use lnet_is_route_alive for router alivenessChris Horn2016-02-221-2/+1
* staging: lustre: Allocate the correct number of rtr buffersAmir Shehata2016-02-221-8/+24
* staging: lustre: assume a kernel buildJohn L. Hammond2016-02-221-8/+3
* staging: lustre: improvement to router checkerAmir Shehata2016-02-221-7/+44
* staging: lustre: return appropriate errno when adding routeAmir Shehata2016-02-221-4/+7
* staging: lustre: remove LUSTRE_{,SRV_}LNET_PIDJohn L. Hammond2016-02-221-1/+1
* staging: lustre: DLC user/kernel space glue codeAmir Shehata2016-02-221-15/+52
* staging/lustre: Remove the "write to FSF to get a copy of GPL" wordingOleg Drokin2016-02-201-4/+0
* staging: lustre: Dynamic LNet Configuration (DLC) dynamic routingAmir Shehata2016-02-201-63/+214
* staging: lustre: remove uses of IS_ERR_VALUE()John L. Hammond2016-02-201-3/+4
* staging: lustre: eliminate obsolete Cray SeaStar supportJames Simmons2016-02-201-12/+2
* staging: lustre: fix all conditional comparison to zero in LNet layerJames Simmons2016-02-141-26/+26
* staging: lustre: fix all NULL comparisons in LNet layerJames Simmons2016-02-141-34/+34
* staging: lustre: don't set more than one variable per line in LNet layerJames Simmons2016-02-141-1/+2