aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_resp.c
Commit message (Expand)AuthorAgeFilesLines
...
* RDMA/rxe: Fill in wc byte_len with IB_WC_RECV_RDMA_WITH_IMMKonstantin Taranov2019-07-081-1/+4
* IB/rxe: Remove unnecessary rxe variableZhu Yanjun2019-01-211-2/+1
* IB/rxe: move the variable into the function that uses itZhu Yanjun2018-11-081-8/+4
* RDMA/rxe: Add link_down, rdma_sends, rdma_recvs stats countersAndrew Boyer2018-11-081-1/+2
* rxe: fix error completion wr_id and qp_numSagi Grimberg2018-11-061-4/+9
* IB/rxe: clean skb queue directlyZhu Yanjun2018-11-061-4/+1
* IB/rxe: fix for duplicate request processing and ack psnsVijay Immanuel2018-08-301-2/+6
* IB/rxe: Simplify rxe_find_route() to avoid GID query for netdevParav Pandit2018-08-301-1/+1
* IB/rxe: support for 802.1q VLAN on the listenerVijay Immanuel2018-06-181-0/+5
* Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextDoug Ledford2018-05-091-5/+1
|\
| * IB/rxe: avoid double kfree_skbZhu Yanjun2018-04-271-5/+1
* | IB/rxe: remove unused function variableZhu Yanjun2018-04-271-2/+1
* | IB/rxe: replace refcount_inc with skb_getZhu Yanjun2018-04-191-1/+1
* | IB/rxe: optimize the function duplicate_requestZhu Yanjun2018-04-191-14/+3
|/
* IB/rxe: remove unnecessary skb_cloneZhu Yanjun2018-03-071-12/+3
* RDMA/rxe: Fix a race condition in rxe_requester()Bart Van Assche2018-01-181-1/+1
* RDMA: Mark imm_data as be32 in the verbs uapi headerJason Gunthorpe2018-01-151-2/+1
* IB/rxe: Fix up the responder's find_resources() functionAndrew Boyer2017-08-281-1/+1
* rxe: fix broken receive queue drainingVijay Immanuel2017-07-201-0/+3
* IB/rxe: do not copy extra stack memory to skbKees Cook2017-07-121-1/+3
* IB/rxe: Don't clamp residual length to mtuJohannes Thumshirn2017-05-011-2/+0
* IB/rxe: Add port protocol statsYonatan Cohen2017-04-211-0/+5
* IB/rxe: increment msn only when completing a requestDavid Marchand2017-03-241-5/+4
* Merge branch 'k.o/for-4.10-rc' into HEADDoug Ledford2017-02-191-1/+1
|\
| * IB/rxe: Fix resid updateEyal Itkin2017-02-081-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: Fix a MR reference leak in check_rkey()Bart Van Assche2017-01-101-10/+10
* | IB/rxe: Generate a completion for all failed work requestsBart Van Assche2017-01-101-2/+2
* | IB/rxe: Introduce functions for queue drainingBart Van Assche2017-01-101-13/+15
* | IB/rxe: Issue warnings onceBart Van Assche2017-01-101-5/+6
|/
* IB/rxe: Use BTH_PSN_MASK when ACKing duplicate sendsAndrew Boyer2016-12-221-1/+2
* IB/rxe: Hold refs when running taskletsAndrew Boyer2016-12-121-0/+3
* IB/rxe: Fix ref leak in duplicate_request()Andrew Boyer2016-12-121-0/+1
* IB/rxe: Add support for zero-byte operationsAndrew Boyer2016-12-121-3/+15
* IB/rxe: Don't update the response PSN unless it's going forwardsAndrew Boyer2016-12-121-1/+2
* IB/rxe: improved debug prints & code cleanupParav Pandit2016-10-061-8/+17
* IB/rxe: Properly honor max IRD value for rd/atomic.Parav Pandit2016-10-061-1/+1
* IB/rxe: Fix duplicate atomic request handlingYonatan Cohen2016-09-161-5/+6
* Soft RoCE driverMoni Shoua2016-08-041-0/+1380