aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/mr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-09IB/mlx5: fix uaccess beyond "count" in debugfs read/write handlersJann Horn1-24/+8
2018-04-27RDMA/mlx5: Fix multiple NULL-ptr deref errors in rereg_mr flowLeon Romanovsky1-9/+23
2018-04-06Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-77/+180
2018-04-05IB/mlx5: Device memory mr registration supportAriel Levkovich1-0/+74
2018-04-05net/mlx5: Mkey creation command adjustmentsAriel Levkovich1-5/+8
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2018-03-27IB/mlx5: Respect new UMR capabilitiesMajd Dibbiny1-5/+30
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+9
2018-03-21IB/mlx5: Don't clean uninitialized UMR resourcesMark Bloch1-0/+3
2018-03-15RDMA/mlx5: Simplify clean and destroy MR callsLeon Romanovsky1-30/+10
2018-03-15RDMA/mlx5: Guard ODP specific assignments with specific CONFIGLeon Romanovsky1-0/+4
2018-03-15RDMA/mlx5: Unify error flows in rereg MR failure pathsLeon Romanovsky1-14/+18
2018-03-15RDMA/mlx5: Return proper value for not-supported commandLeon Romanovsky1-1/+1
2018-03-15RDMA/mlx5: Protect from NULL pointer derefenceLeon Romanovsky1-0/+2
2018-03-14Merge branch 'k.o/wip/dl-for-rc' into k.o/wip/dl-for-nextDoug Ledford1-5/+9
2018-03-14IB/mlx5: Maintain a single emergency pageIlya Lesokhin1-6/+5
2018-03-14IB/mlx5: Only synchronize RCU once when removing mkeysDaniel Jurgens1-16/+28
2018-03-14RDMA/mlx5: Fix crash while accessing garbage pointer and freed memoryLeon Romanovsky1-4/+8
2018-02-28IB/mlx5: Fix incorrect size of klms in the memory regionSergey Gorenko1-1/+1
2018-02-23IB/mlx5: Don't expose MR cache in switchdev modeMark Bloch1-2/+3
2017-12-27Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.gitJason Gunthorpe1-0/+1
2017-12-27IB/mlx5: Fix mlx5_ib_alloc_mr error flowNitzan Carmi1-0/+1
2017-12-11IB/mlx5: revisit -Wmaybe-uninitialized warningArnd Bergmann1-0/+3
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-10-18Merge branch 'for-next-early' into for-nextDoug Ledford1-2/+2
2017-09-27IB/mlx5:: pr_err() and mlx5_ib_dbg() strings should end with newlinesArvind Yadav1-2/+2
2017-09-25IB/mlx5: Fix NULL deference on mlx5_ib_update_xlt failureIlya Lesokhin1-10/+17
2017-08-24IB/mlx5: Fix integer overflow when page_shift == 31Ilya Lesokhin1-4/+5
2017-08-24IB/mlx5: Fix memory leak in clean_mr error pathKamal Heib1-4/+4
2017-08-24IB/mlx5: Decouple MR allocation and population flowsIlya Lesokhin1-30/+45
2017-08-24IB/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-17IB/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-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus 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/dledford/rdmaLinus Torvalds1-19/+52