summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4
Commit message (Expand)AuthorAgeFilesLines
* iw_cxgb4: Fix cxgb4 arm CQ logic w/IB_CQ_REPORT_MISSED_EVENTSBharat Potnuri2016-08-232-5/+10
* iw_cxgb4: use the MPA initiator's IRD if < our ORDSteve Wise2016-08-221-1/+1
* iw_cxgb4: limit IRD/ORD advertised to ULP by device max.Steve Wise2016-08-221-0/+4
*-. Merge branches 'cxgb4' and 'mlx5' into k.o/for-4.8Doug Ledford2016-08-034-20/+50
|\ \
| * | iw_cxgb4: don't block in destroy_qp awaiting the last derefSteve Wise2016-08-022-8/+15
| * | iw_cxgb4: explicitly move the qp to ERROR state during flushSteve Wise2016-08-021-0/+9
| * | iw_cxgb4: stop MPA_REPLY timer when disconnectingSteve Wise2016-08-021-1/+11
| * | RDMA/iw_cxgb4: Use kfree_skb instead of kfreeHariprasad S2016-08-021-11/+15
| | |
| \ \
*-. \ \ Merge branches 'cxgb4-4.8', 'mlx5-4.8' and 'fw-version' into k.o/for-4.8Doug Ledford2016-06-237-133/+266
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| | * IB/cxgb4: Support device FW version stringIra Weiny2016-06-231-16/+15
| |/ |/|
| * RDMA/iw_cxgb4: Low resource fixes for Completion queueHariprasad S2016-06-232-17/+26
| * RDMA/iw_cxgb4: Low resource fixes for Memory registrationHariprasad S2016-06-232-37/+76
| * RDMA/iw_cxgb4: Low resource fixes for connection managerHariprasad S2016-06-233-42/+114
| * RDMA/iw_cxgb4: Add missing error codes for act open cmdHariprasad S2016-06-231-3/+8
| * RDMA/iw_cxgb4: clean up c4iw_reject_cr()Hariprasad S2016-06-231-11/+8
| * RDMA/iw_cxgb4: allocate enough space for debugfs "qps" dumpHariprasad S2016-06-231-1/+1
| * RDMA/iw_cxgb4: only read markers_enabled mod param onceHariprasad S2016-06-231-6/+18
|/
* IB/core: Make device counter infrastructure dynamicChristoph Lameter2016-05-261-9/+49
*-. Merge branches 'cxgb4-2', 'i40iw-2', 'ipoib', 'misc-4.7' and 'mlx5-fcs' into ...Doug Ledford2016-05-133-133/+254
|\ \
| * | iw_cxgb4: Convert a __force castBart Van Assche2016-05-131-1/+1
| * | RDMA/iw_cxgb4: Add arp failure handlers to send_mpa_reply/reject()Hariprasad S2016-05-131-0/+7
| * | RDMA/iw_cxgb4: Always wake up waiter in c4iw_peer_abort_intr()Hariprasad S2016-05-131-10/+2
| * | RDMA/iw_cxgb4: Handle ret value of process_mpa_reply() in rx_dataHariprasad S2016-05-131-2/+2
| * | RDMA/iw_cxgb4: atomic find and reference for listening endpointsHariprasad S2016-05-131-8/+28
| * | RDMA/iw_cxgb4: Handle ULP accept/reject during ABORTINGHariprasad S2016-05-131-4/+2
| * | RDMA/iw_cxgb4: Release ep for for FPDU_MODE and MPA_REQ_RCVD in process_timeoutHariprasad S2016-05-131-0/+2
| * | RDMA/iw_cxgb4: Free skb in case of arp failure in _c4iw_free_ep()Hariprasad S2016-05-131-0/+2
| * | RDMA/iw_cxgb4: atomically lookup ep and get a referenceHariprasad S2016-05-131-28/+82
| * | RDMA/iw_cxgb4: Handle return value of c4iw_ofld_send() in abort_arp_failure()Hariprasad S2016-05-131-3/+9
| * | RDMA/iw_cxgb4: in process_timeout() don't move ep state to ABORTINGHariprasad S2016-05-131-3/+0
| * | RDMA/iw_cxgb4: handle return value of c4iw_l2t_send() and send_mpa_req()Hariprasad S2016-05-131-13/+22
| * | RDMA/iw_cxgb4: stop_ep_timer() after MPA negotiationHariprasad S2016-05-132-20/+20
| * | RDMA/iw_cxgb4: Do not stop timer in case of incomplete messagesHariprasad S2016-05-131-14/+16
| * | RDMA/iw_cxgb4: parent_ep has to be dereferenced in case of passive accept fai...Hariprasad S2016-05-131-6/+19
| * | RDMA/iw_cxgb4: set the correct FID value in DSGL commandsHariprasad S2016-05-131-2/+3
| * | RDMA/iw_cxgb4: Correct RFC number of MPAHariprasad S2016-05-131-1/+1
| * | RDMA/iw_cxgb4: Add few history bits for epHariprasad S2016-05-132-18/+36
| |/
* | IB/core: Enhance ib_map_mr_sg()Bart Van Assche2016-05-132-2/+2
* | IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig2016-05-132-7/+5
|/
* RDMA/iw_cxgb4: remove abort_connection() usage from ep_timeout()Hariprasad S2016-05-051-10/+2
* RDMA/iw_cxgb4: move QP -> ERROR on fatal disconnect errorsHariprasad S2016-05-051-0/+13
* RDMA/iw_cxgb4: don't use abort_connection in process_mpa_request()Hariprasad S2016-05-051-29/+35
* RDMA/iw_cxgb4: remove abort_connection() usage from accept/rejectHariprasad S2016-05-051-14/+15
* RDMA/iw_cxgb4: free resources when send_flowc() failsHariprasad S2016-05-051-5/+18
* RDMA/iw_cxgb4: remove connection abort from process_mpa_replyHariprasad S2016-05-051-2/+13
* RDMA/iw_cxgb4: ensure eps don't get freed while the mutex is heldHariprasad S2016-05-051-0/+7
* RDMA/iw_cxgb4: stop ep timer on close failureHariprasad S2016-05-051-1/+6
* RDMA/iw_cxgb4: release ep resources on accept arp failureHariprasad S2016-05-051-16/+66
* RDMA/iw_cxgb4: Fix bar2 virt addr calculation for T4 chipsHariprasad S2016-04-262-2/+6
* iw_cxgb4: handle draining an idle qpSteve Wise2016-04-261-2/+16
OpenPOWER on IntegriCloud