aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_req.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-18RDMA/rxe: Fix a race condition in rxe_requester()Bart Van Assche1-8/+1
2017-10-25IB/rxe: Convert timers to use timer_setup()Kees Cook1-2/+2
2017-08-28IB/rxe: Another fix for broken receive queue drainingAndrew Boyer1-1/+3
2017-07-24IB/rxe: Prefer 'unsigned int' to bare use of 'unsigned'Kamal Heib1-1/+1
2017-04-21IB/rxe: Offload CRC calculation when possibleyonatanc1-2/+2
2017-03-24IB/rxe: double free on errorDan Carpenter1-1/+1
2017-01-10IB/rxe: Remove a pointless indirection layerBart Van Assche1-2/+2
2017-01-10IB/rxe: Fix reference leaks in memory key invalidation codeBart Van Assche1-0/+1
2017-01-10IB/rxe: Generate a completion for all failed work requestsBart Van Assche1-11/+7
2017-01-10IB/rxe: Remove an unused variable and an unused argumentBart Van Assche1-8/+3
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-9/+11
2016-12-12IB/rxe: Hold refs when running taskletsAndrew Boyer1-1/+4
2016-12-12IB/rxe: avoid putting a large struct rxe_qp on stackArnd Bergmann1-7/+7
2016-11-16IB/rxe: Fix handling of erroneous WRYonatan Cohen1-8/+13
2016-10-06IB/rxe: improved debug prints & code cleanupParav Pandit1-9/+10
2016-09-16IB/rxe: Fix race condition between requester and completerYonatan Cohen1-13/+44
2016-08-04Soft RoCE driverMoni Shoua1-0/+726