summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx5/mr.c
AgeCommit message (Expand)Author
2019-08-06IB/mlx5: Move MRs to a kernel PD when freeing them to the MR cacheYishai Hadas
2019-08-06IB/mlx5: Use direct mkey destroy command upon UMR unreg failureYishai Hadas
2019-08-06IB/mlx5: Fix unreg_umr to ignore the mkey stateYishai Hadas
2018-11-13IB/mlx5: Fix MR cache initializationArtemy Kovalyov
2018-05-09RDMA/mlx5: Fix multiple NULL-ptr deref errors in rereg_mr flowLeon Romanovsky
2018-04-24RDMA/mlx5: Protect from NULL pointer derefenceLeon Romanovsky
2018-03-28RDMA/mlx5: Fix crash while accessing garbage pointer and freed memoryLeon Romanovsky
2018-03-19IB/mlx5: revisit -Wmaybe-uninitialized warningArnd Bergmann
2018-03-15IB/mlx5: Fix incorrect size of klms in the memory regionSergey Gorenko
2018-03-03IB/mlx5: Fix mlx5_ib_alloc_mr error flowNitzan Carmi
2017-09-25IB/mlx5: Fix NULL deference on mlx5_ib_update_xlt failureIlya Lesokhin
2017-08-24IB/mlx5: Fix integer overflow when page_shift == 31Ilya Lesokhin
2017-08-24IB/mlx5: Fix memory leak in clean_mr error pathKamal Heib
2017-08-24IB/mlx5: Decouple MR allocation and population flowsIlya Lesokhin
2017-08-24IB/mlx5: Enable UMR for MRs created with reg_createIlya Lesokhin
2017-07-24IB/mlx5: Fix cached MR allocation flowMajd Dibbiny
2017-07-20IB/mlx5: Fix a warning messageDan Carpenter
2017-07-17IB/mlx5: Clean mr_cache debugfs in case of failureLeon Romanovsky
2017-07-17mlx5: Avoid that mlx5_ib_sg_to_klms() overflows the klms[] arrayBart Van Assche
2017-05-14{net, IB}/mlx5: Replace mlx5_vzalloc with kvzallocLeon Romanovsky
2017-05-01mlx5: Fix mlx5_ib_map_mr_sg mr lengthSagi Grimberg
2017-04-25IB/mlx5: Add ODP support to MWArtemy Kovalyov
2017-04-25IB/mlx5: Fix UMR size calculationArtemy Kovalyov
2017-04-25IB/mlx5: Fix function updating xlt emergency pathArtemy Kovalyov
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-02-14IB/mlx5: Add implicit MR supportArtemy Kovalyov
2017-02-14IB/mlx5: Expose MR cache for mlx5_ibArtemy Kovalyov
2017-01-24IB/mlx5: Switch from dma_device to dev.parentBart Van Assche
2017-01-02IB/mlx5: Improve MR checkArtemy Kovalyov
2017-01-02IB/mlx5: Add MR cache for large UMR regionsArtemy Kovalyov
2017-01-02IB/mlx5: Add support for big MRsArtemy Kovalyov
2017-01-02IB/mlx5: Refactor UMR post send formatArtemy Kovalyov
2017-01-02IB/mlx5: Add helper mlx5_ib_post_send_waitBinoy Jayan
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-12-14IB/mlx5: avoid bogus -Wmaybe-uninitialized warningArnd Bergmann
2016-12-13IB/mlx5: Avoid system crash when enabling many VFsEli Cohen
2016-11-16IB/mlx5: Limit mkey page size to 2GBMajd Dibbiny
2016-11-16IB/mlx5: Wait for all async command completions to completeEli Cohen
2016-11-16IB/mlx5: Resolve soft lock on massive reg MRsMoshe Lazer
2016-10-07IB/mlx5: Move and decouple user vendor structuresLeon Romanovsky
2016-10-07IB/mlx5: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar
2016-08-14{net,IB}/mlx5: MKey/PSV commands via mlx5 ifcSaeed Mahameed
2016-06-23IB/mlx5: Reset flow support for IB kernel ULPsMaor Gottlieb
2016-05-13IB/core: Enhance ib_map_mr_sg()Bart Van Assche
2016-05-13IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig
2016-03-04mlx5: Add arbitrary sg list supportSagi Grimberg
2016-03-04IB/mlx5: Make coding style more consistentDoug Ledford
2016-03-04IB/mlx5: Convert UMR CQ to new CQ APIChristoph Hellwig
2016-03-01IB/mlx5: Add memory windows allocation supportMatan Barak
2016-03-01net/mlx5: Refactor mlx5_core_mr to mkeyMatan Barak