index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
sw
/
rxe
/
rxe_pool.c
Age
Commit message (
Expand
)
Author
2021-06-16
RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbs
Bob Pearson
2021-06-16
RDMA/rxe: Return errors for add index and key
Bob Pearson
2021-03-30
RDMA/rxe: Split MEM into MR and MW
Bob Pearson
2021-01-28
RDMA/rxe: Replace missing rxe_pool_get_index_locked
Bob Pearson
2021-01-28
RDMA/rxe: Remove unneeded pool->state
Bob Pearson
2021-01-28
RDMA/rxe: Remove references to ib_device and pool
Bob Pearson
2021-01-28
RDMA/rxe: Remove RXE_POOL_ATOMIC
Bob Pearson
2021-01-28
RDMA/rxe: Fix misleading comments and names
Bob Pearson
2021-01-28
RDMA/rxe: Fix bug in rxe_alloc()
Bob Pearson
2021-01-12
RDMA/rxe: Add unlocked versions of pool APIs
Bob Pearson
2021-01-12
RDMA/rxe: Make add/drop key/index APIs type safe
Bob Pearson
2021-01-12
RDMA/rxe: Make pool lookup and alloc APIs type safe
Bob Pearson
2021-01-12
RDMA/rxe: Add elem_offset field to rxe_type_info
Bob Pearson
2021-01-12
RDMA/rxe: Let pools support both keys and indices
Bob Pearson
2021-01-12
RDMA/rxe: Remove unneeded RXE_POOL_ATOMIC flag
Bob Pearson
2020-08-31
RDMA/rxe: Address an issue with hardened user copy
Bob Pearson
2020-08-31
RDMA/rxe: Add SPDX hdrs to rxe source files
Bob Pearson
2019-06-11
RDMA: Convert CQ allocations to be under core responsibility
Leon Romanovsky
2019-04-08
RDMA: Handle SRQ allocations by IB/core
Leon Romanovsky
2019-04-08
RDMA: Handle AH allocations by IB/core
Leon Romanovsky
2019-02-22
RDMA: Handle ucontext allocations by IB/core
Leon Romanovsky
2019-02-19
RDMA/rxe: Use driver_unregister and new unregistration API
Jason Gunthorpe
2019-02-08
RDMA: Handle PD allocations by IB/core
Leon Romanovsky
2018-12-11
IB/rxe: Fix incorrect cache cleanup in error flow
Yuval Shaia
2018-12-06
IB/rxe: Make function rxe_pool_cleanup return void
Yuval Shaia
2018-08-30
IB/rxe: Avoid NULL check when search is successful
Parav Pandit
2018-08-30
IB/rxe: Change pool state enums to capital letters
Parav Pandit
2018-08-30
IB/rxe: Replace spinlock with rwlock
Parav Pandit
2017-10-09
IB/rxe: put the pool on allocation failure
Doug Ledford
2017-10-09
IB/rxe: check for allocation failure on elem
Colin Ian King
2017-07-24
IB/rxe: Prefer 'unsigned int' to bare use of 'unsigned'
Kamal Heib
2017-01-10
IB/rxe: Add a runtime check in alloc_index()
Bart Van Assche
2017-01-10
IB/rxe: Remove superfluous casts
Bart Van Assche
2017-01-10
IB/rxe: Remove an unused function
Bart Van Assche
2017-01-10
IB/rxe: Constify the pool name
Bart Van Assche
2016-12-03
IB/rxe: Remove and fix debug prints after allocation failure
Leon Romanovsky
2016-08-04
Soft RoCE driver
Moni Shoua