aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_pool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky1-0/+1
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky1-1/+1
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky1-1/+1
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky1-0/+1
2019-02-19RDMA/rxe: Use driver_unregister and new unregistration APIJason Gunthorpe1-10/+14
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky1-11/+49
2018-12-11IB/rxe: Fix incorrect cache cleanup in error flowYuval Shaia1-12/+14
2018-12-06IB/rxe: Make function rxe_pool_cleanup return voidYuval Shaia1-3/+1
2018-08-30IB/rxe: Avoid NULL check when search is successfulParav Pandit1-4/+3
2018-08-30IB/rxe: Change pool state enums to capital lettersParav Pandit1-6/+6
2018-08-30IB/rxe: Replace spinlock with rwlockParav Pandit1-18/+18
2017-10-09IB/rxe: put the pool on allocation failureDoug Ledford1-7/+9
2017-10-09IB/rxe: check for allocation failure on elemColin Ian King1-0/+2
2017-07-24IB/rxe: Prefer 'unsigned int' to bare use of 'unsigned'Kamal Heib1-1/+1
2017-01-10IB/rxe: Add a runtime check in alloc_index()Bart Van Assche1-0/+1
2017-01-10IB/rxe: Remove superfluous castsBart Van Assche1-2/+2
2017-01-10IB/rxe: Remove an unused functionBart Van Assche1-7/+0
2017-01-10IB/rxe: Constify the pool nameBart Van Assche1-1/+1
2016-12-03IB/rxe: Remove and fix debug prints after allocation failureLeon Romanovsky1-1/+0
2016-08-04Soft RoCE driverMoni Shoua1-0/+502