summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/mr.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/mlx5: Return proper error valueLeon Romanovsky2020-01-171-1/+1
* IB/mlx5: Fix MR registration flow to use UMR properlyGuy Levi2019-08-251-18/+9
* IB/mlx5: Fix clean_mr() to work in the expected orderYishai Hadas2019-08-061-3/+3
* IB/mlx5: Move MRs to a kernel PD when freeing them to the MR cacheYishai Hadas2019-08-061-1/+3
* IB/mlx5: Use direct mkey destroy command upon UMR unreg failureYishai Hadas2019-08-061-5/+8
* IB/mlx5: Fix unreg_umr to ignore the mkey stateYishai Hadas2019-08-061-2/+2
* IB/mlx5: Fix MR cache initializationArtemy Kovalyov2018-11-131-1/+1
* IB/mlx5: Unmap DMA addr from HCA before IOMMUValentine Fatiev2018-10-101-4/+8
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-301-1/+1
* IB/mlx5: fix uaccess beyond "count" in debugfs read/write handlersJann Horn2018-07-091-24/+8
* RDMA/mlx5: Fix multiple NULL-ptr deref errors in rereg_mr flowLeon Romanovsky2018-04-271-9/+23
* Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-061-77/+180
|\
| * IB/mlx5: Device memory mr registration supportAriel Levkovich2018-04-051-0/+74
| * net/mlx5: Mkey creation command adjustmentsAriel Levkovich2018-04-051-5/+8
| * IB/mlx5: Respect new UMR capabilitiesMajd Dibbiny2018-03-271-5/+30
| * RDMA/mlx5: Simplify clean and destroy MR callsLeon Romanovsky2018-03-151-30/+10
| * RDMA/mlx5: Guard ODP specific assignments with specific CONFIGLeon Romanovsky2018-03-151-0/+4
| * RDMA/mlx5: Unify error flows in rereg MR failure pathsLeon Romanovsky2018-03-151-14/+18
| * RDMA/mlx5: Return proper value for not-supported commandLeon Romanovsky2018-03-151-1/+1
| * RDMA/mlx5: Protect from NULL pointer derefenceLeon Romanovsky2018-03-151-0/+2
| * Merge branch 'k.o/wip/dl-for-rc' into k.o/wip/dl-for-nextDoug Ledford2018-03-141-5/+9
| |\
| * | IB/mlx5: Maintain a single emergency pageIlya Lesokhin2018-03-141-6/+5
| * | IB/mlx5: Only synchronize RCU once when removing mkeysDaniel Jurgens2018-03-141-16/+28
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-011-0/+3
|\ \ \
| * | | IB/mlx5: Don't clean uninitialized UMR resourcesMark Bloch2018-03-211-0/+3
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-5/+9
|\| | | |/ |/|
| * RDMA/mlx5: Fix crash while accessing garbage pointer and freed memoryLeon Romanovsky2018-03-141-4/+8
| * IB/mlx5: Fix incorrect size of klms in the memory regionSergey Gorenko2018-02-281-1/+1
* | IB/mlx5: Don't expose MR cache in switchdev modeMark Bloch2018-02-231-2/+3
|/
* Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Jason Gunthorpe2017-12-271-0/+1
|\
| * IB/mlx5: Fix mlx5_ib_alloc_mr error flowNitzan Carmi2017-12-271-0/+1
* | IB/mlx5: revisit -Wmaybe-uninitialized warningArnd Bergmann2017-12-111-0/+3
|/
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-3/+3
* Merge branch 'for-next-early' into for-nextDoug Ledford2017-10-181-2/+2
|\
| * IB/mlx5:: pr_err() and mlx5_ib_dbg() strings should end with newlinesArvind Yadav2017-09-271-2/+2
* | IB/mlx5: Fix NULL deference on mlx5_ib_update_xlt failureIlya Lesokhin2017-09-251-10/+17
|/
* IB/mlx5: Fix integer overflow when page_shift == 31Ilya Lesokhin2017-08-241-4/+5
* IB/mlx5: Fix memory leak in clean_mr error pathKamal Heib2017-08-241-4/+4
* IB/mlx5: Decouple MR allocation and population flowsIlya Lesokhin2017-08-241-30/+45
* IB/mlx5: Enable UMR for MRs created with reg_createIlya Lesokhin2017-08-241-19/+14
* IB/mlx5: Fix cached MR allocation flowMajd Dibbiny2017-07-241-5/+13
* IB/mlx5: Fix a warning messageDan Carpenter2017-07-201-1/+1
* IB/mlx5: Clean mr_cache debugfs in case of failureLeon Romanovsky2017-07-171-12/+22
* mlx5: Avoid that mlx5_ib_sg_to_klms() overflows the klms[] arrayBart Van Assche2017-07-171-1/+1
* {net, IB}/mlx5: Replace mlx5_vzalloc with kvzallocLeon Romanovsky2017-05-141-1/+1
* mlx5: Fix mlx5_ib_map_mr_sg mr lengthSagi Grimberg2017-05-011-1/+1
* IB/mlx5: Add ODP support to MWArtemy Kovalyov2017-04-251-0/+1
* IB/mlx5: Fix UMR size calculationArtemy Kovalyov2017-04-251-1/+2
* IB/mlx5: Fix function updating xlt emergency pathArtemy Kovalyov2017-04-251-1/+1
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-4/+4
|\