summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_req.c
Commit message (Expand)AuthorAgeFilesLines
* rxe: IB_WR_REG_MR does not capture MR's iova fieldChuck Lever2019-01-261-0/+1
* IB/rxe: Fix missing completion for mem_reg work requestsVijay Immanuel2018-08-241-0/+3
* IB/rxe: avoid double kfree_skbZhu Yanjun2018-06-211-1/+0
* RDMA/rxe: Fix a race condition in rxe_requester()Bart Van Assche2018-02-221-8/+1
* IB/rxe: Another fix for broken receive queue drainingAndrew Boyer2017-08-281-1/+3
* IB/rxe: Prefer 'unsigned int' to bare use of 'unsigned'Kamal Heib2017-07-241-1/+1
* IB/rxe: Offload CRC calculation when possibleyonatanc2017-04-211-2/+2
* IB/rxe: double free on errorDan Carpenter2017-03-241-1/+1
* IB/rxe: Remove a pointless indirection layerBart Van Assche2017-01-101-2/+2
* IB/rxe: Fix reference leaks in memory key invalidation codeBart Van Assche2017-01-101-0/+1
* IB/rxe: Generate a completion for all failed work requestsBart Van Assche2017-01-101-11/+7
* IB/rxe: Remove an unused variable and an unused argumentBart Van Assche2017-01-101-8/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-12-151-9/+11
|\
| * IB/rxe: Hold refs when running taskletsAndrew Boyer2016-12-121-1/+4
| * IB/rxe: avoid putting a large struct rxe_qp on stackArnd Bergmann2016-12-121-7/+7
* | IB/rxe: Fix handling of erroneous WRYonatan Cohen2016-11-161-8/+13
|/
* IB/rxe: improved debug prints & code cleanupParav Pandit2016-10-061-9/+10
* IB/rxe: Fix race condition between requester and completerYonatan Cohen2016-09-161-13/+44
* Soft RoCE driverMoni Shoua2016-08-041-0/+726