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 Lever2018-11-301-0/+1
* IB/rxe: move the variable into the function that uses itZhu Yanjun2018-11-081-1/+1
* IB/rxe: fixes for rdma read retryVijay Immanuel2018-08-301-6/+9
* IB/rxe: Simplify rxe_find_route() to avoid GID query for netdevParav Pandit2018-08-301-1/+1
* IB/rxe: Fix missing completion for mem_reg work requestsVijay Immanuel2018-06-181-0/+3
* IB/rxe: avoid double kfree skbZhu Yanjun2018-06-111-1/+1
* Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextDoug Ledford2018-05-091-1/+0Star
|\
| * IB/rxe: avoid double kfree_skbZhu Yanjun2018-04-271-1/+0Star
* | IB/rxe: remove unused function variableZhu Yanjun2018-04-271-1/+1
|/
* RDMA/rxe: Fix a race condition in rxe_requester()Bart Van Assche2018-01-181-8/+1Star
* IB/rxe: Convert timers to use timer_setup()Kees Cook2017-10-251-2/+2
* IB/rxe: Another fix for broken receive queue drainingAndrew Boyer2017-08-291-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-251-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/+7Star
* IB/rxe: Remove an unused variable and an unused argumentBart Van Assche2017-01-101-8/+3Star
* 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-171-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