aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_mr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky1-2/+1
2019-03-28RDMA/rxe: Use correct sizing on buffers holding page DMA addressesShiraz Saleem1-1/+1
2019-03-26RDMA/rxe: Fix slab-out-bounds access which lead to kernel crash laterLeon Romanovsky1-5/+6
2019-02-11RDMA/rxe: Use for_each_sg_page iterator on umem SGLShiraz, Saleem1-7/+6
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe1-1/+1
2018-08-30IB/rxe: Refactor lookup memory functionParav Pandit1-24/+11
2018-04-27IB/rxe: remove unused function variableZhu Yanjun1-7/+6
2017-08-28IB/rxe: Avoid ICRC errors by copying into the skb firstAndrew Boyer1-6/+6
2017-05-04IB/rxe: Update caller's CRC for RXE_MEM_TYPE_DMA memory typeLeon Romanovsky1-1/+1
2017-04-25IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov1-5/+3
2017-04-21IB/rxe: Offload CRC calculation when possibleyonatanc1-2/+4
2017-02-19Merge branch 'k.o/for-4.10-rc' into HEADDoug Ledford1-3/+5
2017-02-08IB/rxe: Fix mem_check_range integer overflowEyal Itkin1-3/+5
2017-01-10IB/rxe: Issue warnings onceBart Van Assche1-3/+3
2017-01-10IB/rxe: Let the compiler check the type of the cleanup functionsBart Van Assche1-2/+2
2016-12-12IB/rxe: Add support for zero-byte operationsAndrew Boyer1-0/+3
2016-10-06IB/rxe: improved debug prints & code cleanupParav Pandit1-1/+1
2016-08-04Soft RoCE driverMoni Shoua1-0/+643