summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_mr.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/rxe: Fix memleak in rxe_mem_init_userDinghao Liu2020-08-271-0/+1
* RDMA/rxe: Return void from rxe_mem_init_dma()Kamal Heib2020-07-161-4/+2
* RDMA/rxe: Remove unused rxe_mem_map_pagesKamal Heib2020-06-221-44/+0
* IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua2020-01-161-1/+1
* IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig2019-11-171-1/+1
* RDMA: Check umem pointer validity prior to releaseLeon Romanovsky2019-06-201-2/+1
* RDMA/rxe: Use correct sizing on buffers holding page DMA addressesShiraz Saleem2019-03-281-1/+1
* RDMA/rxe: Fix slab-out-bounds access which lead to kernel crash laterLeon Romanovsky2019-03-261-5/+6
* RDMA/rxe: Use for_each_sg_page iterator on umem SGLShiraz, Saleem2019-02-111-7/+6
* IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2019-01-101-1/+1
* IB/rxe: Refactor lookup memory functionParav Pandit2018-08-301-24/+11
* IB/rxe: remove unused function variableZhu Yanjun2018-04-271-7/+6
* IB/rxe: Avoid ICRC errors by copying into the skb firstAndrew Boyer2017-08-281-6/+6
* IB/rxe: Update caller's CRC for RXE_MEM_TYPE_DMA memory typeLeon Romanovsky2017-05-041-1/+1
* IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov2017-04-251-5/+3
* IB/rxe: Offload CRC calculation when possibleyonatanc2017-04-211-2/+4
* Merge branch 'k.o/for-4.10-rc' into HEADDoug Ledford2017-02-191-3/+5
|\
| * IB/rxe: Fix mem_check_range integer overflowEyal Itkin2017-02-081-3/+5
* | IB/rxe: Issue warnings onceBart Van Assche2017-01-101-3/+3
* | IB/rxe: Let the compiler check the type of the cleanup functionsBart Van Assche2017-01-101-2/+2
|/
* IB/rxe: Add support for zero-byte operationsAndrew Boyer2016-12-121-0/+3
* IB/rxe: improved debug prints & code cleanupParav Pandit2016-10-061-1/+1
* Soft RoCE driverMoni Shoua2016-08-041-0/+643