aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_resp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-07IB/rxe: remove unnecessary skb_cloneZhu Yanjun1-12/+3
2018-01-18RDMA/rxe: Fix a race condition in rxe_requester()Bart Van Assche1-1/+1
2018-01-15RDMA: Mark imm_data as be32 in the verbs uapi headerJason Gunthorpe1-2/+1
2017-08-28IB/rxe: Fix up the responder's find_resources() functionAndrew Boyer1-1/+1
2017-07-20rxe: fix broken receive queue drainingVijay Immanuel1-0/+3
2017-07-12IB/rxe: do not copy extra stack memory to skbKees Cook1-1/+3
2017-05-01IB/rxe: Don't clamp residual length to mtuJohannes Thumshirn1-2/+0
2017-04-21IB/rxe: Add port protocol statsYonatan Cohen1-0/+5
2017-03-24IB/rxe: increment msn only when completing a requestDavid Marchand1-5/+4
2017-02-19Merge branch 'k.o/for-4.10-rc' into HEADDoug Ledford1-1/+1
2017-02-08IB/rxe: Fix resid updateEyal Itkin1-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: Fix a MR reference leak in check_rkey()Bart Van Assche1-10/+10
2017-01-10IB/rxe: Generate a completion for all failed work requestsBart Van Assche1-2/+2
2017-01-10IB/rxe: Introduce functions for queue drainingBart Van Assche1-13/+15
2017-01-10IB/rxe: Issue warnings onceBart Van Assche1-5/+6
2016-12-22IB/rxe: Use BTH_PSN_MASK when ACKing duplicate sendsAndrew Boyer1-1/+2
2016-12-12IB/rxe: Hold refs when running taskletsAndrew Boyer1-0/+3
2016-12-12IB/rxe: Fix ref leak in duplicate_request()Andrew Boyer1-0/+1
2016-12-12IB/rxe: Add support for zero-byte operationsAndrew Boyer1-3/+15
2016-12-12IB/rxe: Don't update the response PSN unless it's going forwardsAndrew Boyer1-1/+2
2016-10-06IB/rxe: improved debug prints & code cleanupParav Pandit1-8/+17
2016-10-06IB/rxe: Properly honor max IRD value for rd/atomic.Parav Pandit1-1/+1
2016-09-16IB/rxe: Fix duplicate atomic request handlingYonatan Cohen1-5/+6
2016-08-04Soft RoCE driverMoni Shoua1-0/+1380