summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-14iw_cxgb4: Convert a __force castBart Van Assche1-1/+1
2016-05-14RDMA/iw_cxgb4: Add arp failure handlers to send_mpa_reply/reject()Hariprasad S1-0/+7
2016-05-14RDMA/iw_cxgb4: Always wake up waiter in c4iw_peer_abort_intr()Hariprasad S1-10/+2
2016-05-14RDMA/iw_cxgb4: Handle ret value of process_mpa_reply() in rx_dataHariprasad S1-2/+2
2016-05-14RDMA/iw_cxgb4: atomic find and reference for listening endpointsHariprasad S1-8/+28
2016-05-14RDMA/iw_cxgb4: Handle ULP accept/reject during ABORTINGHariprasad S1-4/+2
2016-05-14RDMA/iw_cxgb4: Release ep for for FPDU_MODE and MPA_REQ_RCVD in process_timeoutHariprasad S1-0/+2
2016-05-14RDMA/iw_cxgb4: Free skb in case of arp failure in _c4iw_free_ep()Hariprasad S1-0/+2
2016-05-14RDMA/iw_cxgb4: atomically lookup ep and get a referenceHariprasad S1-28/+82
2016-05-14RDMA/iw_cxgb4: Handle return value of c4iw_ofld_send() in abort_arp_failure()Hariprasad S1-3/+9
2016-05-14RDMA/iw_cxgb4: in process_timeout() don't move ep state to ABORTINGHariprasad S1-3/+0
2016-05-14RDMA/iw_cxgb4: handle return value of c4iw_l2t_send() and send_mpa_req()Hariprasad S1-13/+22
2016-05-14RDMA/iw_cxgb4: stop_ep_timer() after MPA negotiationHariprasad S2-20/+20
2016-05-14RDMA/iw_cxgb4: Do not stop timer in case of incomplete messagesHariprasad S1-14/+16
2016-05-14RDMA/iw_cxgb4: parent_ep has to be dereferenced in case of passive accept fai...Hariprasad S1-6/+19
2016-05-14RDMA/iw_cxgb4: set the correct FID value in DSGL commandsHariprasad S2-2/+7
2016-05-14RDMA/iw_cxgb4: Correct RFC number of MPAHariprasad S1-1/+1
2016-05-14RDMA/iw_cxgb4: Add few history bits for epHariprasad S2-18/+36
2016-05-12Merge branches 'mlx5-1' and 'srp-1' into k.o/for-4.7Doug Ledford2-20/+33
2016-05-12net/mlx5: Update mlx5_ifc hardware featuresSaeed Mahameed1-22/+124
2016-05-12net/mlx5: Fix mlx5 ifc cmd_hca_cap bad offsetsTariq Toukan1-52/+55
2016-05-12IB/srp: Move common code into the callerBart Van Assche1-1/+0
2016-05-12IB/srp: Move code out of a loopBart Van Assche1-3/+3
2016-05-12IB/srp: Avoid that mapping failure triggers an infinite loopBart Van Assche1-0/+2
2016-05-12IB/srp: Introduce target->mr_pool_sizeBart Van Assche2-3/+4
2016-05-12IB/srp: Fix srp_map_data() error pathsBart Van Assche1-11/+13
2016-05-12IB/srp: Document srp_map_data() return valueBart Van Assche1-0/+9
2016-05-12IB/srp: Fix a commentBart Van Assche1-1/+1
2016-05-12IB/srp: Fix a spelling error in a source code commentBart Van Assche1-1/+1
2016-05-05Merge branches 'hfi1' and 'iw_cxgb4' into k.o/for-4.7Doug Ledford40-546/+1138
2016-05-05RDMA/iw_cxgb4: remove abort_connection() usage from ep_timeout()Hariprasad S1-10/+2
2016-05-05RDMA/iw_cxgb4: move QP -> ERROR on fatal disconnect errorsHariprasad S1-0/+13
2016-05-05RDMA/iw_cxgb4: don't use abort_connection in process_mpa_request()Hariprasad S1-29/+35
2016-05-05RDMA/iw_cxgb4: remove abort_connection() usage from accept/rejectHariprasad S1-14/+15
2016-05-05RDMA/iw_cxgb4: free resources when send_flowc() failsHariprasad S1-5/+18
2016-05-05RDMA/iw_cxgb4: remove connection abort from process_mpa_replyHariprasad S1-2/+13
2016-05-05RDMA/iw_cxgb4: ensure eps don't get freed while the mutex is heldHariprasad S1-0/+7
2016-05-05RDMA/iw_cxgb4: stop ep timer on close failureHariprasad S1-1/+6
2016-05-05RDMA/iw_cxgb4: release ep resources on accept arp failureHariprasad S1-16/+66
2016-05-05IB/iser: Fix max_sectors calculationChristoph Hellwig1-4/+10
2016-04-29RDMA/nes: don't leak skb if carrier downFlorian Westphal1-3/+0
2016-04-28RDMA/i40iw: Fix for removing quad hash entriesTatyana Nikolova1-1/+3
2016-04-28RDMA/i40iw: Fix for checking if the QP is destroyedTatyana Nikolova3-0/+8
2016-04-28RDMA/i40iw: Fix for using one sge for RDMA READShiraz Saleem1-1/+5
2016-04-28RDMA/i40iw: Fix for the size of kernel mode SQShiraz Saleem1-2/+0
2016-04-28RDMA/i40iw: Fix for a NOP WQE sizeMohammad Khan1-0/+3
2016-04-28RDMA/i40iw: Correct STag mask to min of 14 bitsChien Tin Tung1-1/+2
2016-04-28RDMA/i40iw: Fixes for WQE alignmentShiraz Saleem2-2/+18
2016-04-28RDMA/i40iw: Adding queue drain functionsIsmail, Mustafa2-0/+40
2016-04-28RDMA/i40iw: Fix SD calculation for initial HMC creationIsmail, Mustafa2-33/+62