summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx5/mr.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-17RDMA/mlx5: Return proper error valueLeon Romanovsky1-1/+1
2019-08-06IB/mlx5: Move MRs to a kernel PD when freeing them to the MR cacheYishai Hadas1-1/+3
2019-08-06IB/mlx5: Use direct mkey destroy command upon UMR unreg failureYishai Hadas1-5/+8
2019-08-06IB/mlx5: Fix unreg_umr to ignore the mkey stateYishai Hadas1-2/+2
2018-11-13IB/mlx5: Fix MR cache initializationArtemy Kovalyov1-1/+1
2018-05-09RDMA/mlx5: Fix multiple NULL-ptr deref errors in rereg_mr flowLeon Romanovsky1-9/+23
2018-04-24RDMA/mlx5: Protect from NULL pointer derefenceLeon Romanovsky1-0/+2
2018-03-28RDMA/mlx5: Fix crash while accessing garbage pointer and freed memoryLeon Romanovsky1-4/+8
2018-03-19IB/mlx5: revisit -Wmaybe-uninitialized warningArnd Bergmann1-0/+3
2018-03-15IB/mlx5: Fix incorrect size of klms in the memory regionSergey Gorenko1-1/+1
2018-03-03IB/mlx5: Fix mlx5_ib_alloc_mr error flowNitzan Carmi1-0/+1
2017-09-25IB/mlx5: Fix NULL deference on mlx5_ib_update_xlt failureIlya Lesokhin1-10/+17
2017-08-25IB/mlx5: Fix integer overflow when page_shift == 31Ilya Lesokhin1-4/+5
2017-08-25IB/mlx5: Fix memory leak in clean_mr error pathKamal Heib1-4/+4
2017-08-25IB/mlx5: Decouple MR allocation and population flowsIlya Lesokhin1-30/+45
2017-08-25IB/mlx5: Enable UMR for MRs created with reg_createIlya Lesokhin1-19/+14
2017-07-24IB/mlx5: Fix cached MR allocation flowMajd Dibbiny1-5/+13
2017-07-20IB/mlx5: Fix a warning messageDan Carpenter1-1/+1
2017-07-18IB/mlx5: Clean mr_cache debugfs in case of failureLeon Romanovsky1-12/+22
2017-07-17mlx5: Avoid that mlx5_ib_sg_to_klms() overflows the klms[] arrayBart Van Assche1-1/+1
2017-05-14{net, IB}/mlx5: Replace mlx5_vzalloc with kvzallocLeon Romanovsky1-1/+1
2017-05-01mlx5: Fix mlx5_ib_map_mr_sg mr lengthSagi Grimberg1-1/+1
2017-04-25IB/mlx5: Add ODP support to MWArtemy Kovalyov1-0/+1
2017-04-25IB/mlx5: Fix UMR size calculationArtemy Kovalyov1-1/+2
2017-04-25IB/mlx5: Fix function updating xlt emergency pathArtemy Kovalyov1-1/+1
2017-02-26Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+4
2017-02-14IB/mlx5: Add implicit MR supportArtemy Kovalyov1-5/+28
2017-02-14IB/mlx5: Expose MR cache for mlx5_ibArtemy Kovalyov1-27/+72
2017-01-24IB/mlx5: Switch from dma_device to dev.parentBart Van Assche1-7/+7
2017-01-02IB/mlx5: Improve MR checkArtemy Kovalyov1-0/+5
2017-01-02IB/mlx5: Add MR cache for large UMR regionsArtemy Kovalyov1-231/+155
2017-01-02IB/mlx5: Add support for big MRsArtemy Kovalyov1-3/+5
2017-01-02IB/mlx5: Refactor UMR post send formatArtemy Kovalyov1-24/+26
2017-01-02IB/mlx5: Add helper mlx5_ib_post_send_waitBinoy Jayan1-83/+32
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-19/+52
2016-12-14IB/mlx5: avoid bogus -Wmaybe-uninitialized warningArnd Bergmann1-18/+21
2016-12-13IB/mlx5: Avoid system crash when enabling many VFsEli Cohen1-1/+2
2016-11-17IB/mlx5: Limit mkey page size to 2GBMajd Dibbiny1-1/+2
2016-11-17IB/mlx5: Wait for all async command completions to completeEli Cohen1-0/+28
2016-11-17IB/mlx5: Resolve soft lock on massive reg MRsMoshe Lazer1-1/+5
2016-10-07IB/mlx5: Move and decouple user vendor structuresLeon Romanovsky1-1/+0
2016-10-07IB/mlx5: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-08-14{net,IB}/mlx5: MKey/PSV commands via mlx5 ifcSaeed Mahameed1-81/+103
2016-06-23IB/mlx5: Reset flow support for IB kernel ULPsMaor Gottlieb1-0/+4
2016-05-13IB/core: Enhance ib_map_mr_sg()Bart Van Assche1-2/+6
2016-05-13IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig1-9/+12
2016-03-04mlx5: Add arbitrary sg list supportSagi Grimberg1-6/+44
2016-03-04IB/mlx5: Make coding style more consistentDoug Ledford1-4/+2
2016-03-04IB/mlx5: Convert UMR CQ to new CQ APIChristoph Hellwig1-26/+23
2016-03-01IB/mlx5: Add memory windows allocation supportMatan Barak1-0/+83