| Commit message (Expand) | Author | Age | Files | Lines |
* | iw_cxgb4: Fix cxgb4 arm CQ logic w/IB_CQ_REPORT_MISSED_EVENTS | Bharat Potnuri | 2016-08-23 | 2 | -5/+10 |
* | iw_cxgb4: use the MPA initiator's IRD if < our ORD | Steve Wise | 2016-08-22 | 1 | -1/+1 |
* | iw_cxgb4: limit IRD/ORD advertised to ULP by device max. | Steve Wise | 2016-08-22 | 1 | -0/+4 |
*-. | Merge branches 'cxgb4' and 'mlx5' into k.o/for-4.8 | Doug Ledford | 2016-08-03 | 4 | -20/+50 |
|\ \ |
|
| * | | iw_cxgb4: don't block in destroy_qp awaiting the last deref | Steve Wise | 2016-08-02 | 2 | -8/+15 |
| * | | iw_cxgb4: explicitly move the qp to ERROR state during flush | Steve Wise | 2016-08-02 | 1 | -0/+9 |
| * | | iw_cxgb4: stop MPA_REPLY timer when disconnecting | Steve Wise | 2016-08-02 | 1 | -1/+11 |
| * | | RDMA/iw_cxgb4: Use kfree_skb instead of kfree | Hariprasad S | 2016-08-02 | 1 | -11/+15 |
| | | | |
| \ \ | |
*-. \ \ | Merge branches 'cxgb4-4.8', 'mlx5-4.8' and 'fw-version' into k.o/for-4.8 | Doug Ledford | 2016-06-23 | 7 | -133/+266 |
|\ \ \ \
| | |/ /
| |/| /
| |_|/
|/| | |
|
| | * | IB/cxgb4: Support device FW version string | Ira Weiny | 2016-06-23 | 1 | -16/+15 |
| |/
|/| |
|
| * | RDMA/iw_cxgb4: Low resource fixes for Completion queue | Hariprasad S | 2016-06-23 | 2 | -17/+26 |
| * | RDMA/iw_cxgb4: Low resource fixes for Memory registration | Hariprasad S | 2016-06-23 | 2 | -37/+76 |
| * | RDMA/iw_cxgb4: Low resource fixes for connection manager | Hariprasad S | 2016-06-23 | 3 | -42/+114 |
| * | RDMA/iw_cxgb4: Add missing error codes for act open cmd | Hariprasad S | 2016-06-23 | 1 | -3/+8 |
| * | RDMA/iw_cxgb4: clean up c4iw_reject_cr() | Hariprasad S | 2016-06-23 | 1 | -11/+8 |
| * | RDMA/iw_cxgb4: allocate enough space for debugfs "qps" dump | Hariprasad S | 2016-06-23 | 1 | -1/+1 |
| * | RDMA/iw_cxgb4: only read markers_enabled mod param once | Hariprasad S | 2016-06-23 | 1 | -6/+18 |
|/ |
|
* | IB/core: Make device counter infrastructure dynamic | Christoph Lameter | 2016-05-26 | 1 | -9/+49 |
*-. | Merge branches 'cxgb4-2', 'i40iw-2', 'ipoib', 'misc-4.7' and 'mlx5-fcs' into ... | Doug Ledford | 2016-05-13 | 3 | -133/+254 |
|\ \ |
|
| * | | iw_cxgb4: Convert a __force cast | Bart Van Assche | 2016-05-13 | 1 | -1/+1 |
| * | | RDMA/iw_cxgb4: Add arp failure handlers to send_mpa_reply/reject() | Hariprasad S | 2016-05-13 | 1 | -0/+7 |
| * | | RDMA/iw_cxgb4: Always wake up waiter in c4iw_peer_abort_intr() | Hariprasad S | 2016-05-13 | 1 | -10/+2 |
| * | | RDMA/iw_cxgb4: Handle ret value of process_mpa_reply() in rx_data | Hariprasad S | 2016-05-13 | 1 | -2/+2 |
| * | | RDMA/iw_cxgb4: atomic find and reference for listening endpoints | Hariprasad S | 2016-05-13 | 1 | -8/+28 |
| * | | RDMA/iw_cxgb4: Handle ULP accept/reject during ABORTING | Hariprasad S | 2016-05-13 | 1 | -4/+2 |
| * | | RDMA/iw_cxgb4: Release ep for for FPDU_MODE and MPA_REQ_RCVD in process_timeout | Hariprasad S | 2016-05-13 | 1 | -0/+2 |
| * | | RDMA/iw_cxgb4: Free skb in case of arp failure in _c4iw_free_ep() | Hariprasad S | 2016-05-13 | 1 | -0/+2 |
| * | | RDMA/iw_cxgb4: atomically lookup ep and get a reference | Hariprasad S | 2016-05-13 | 1 | -28/+82 |
| * | | RDMA/iw_cxgb4: Handle return value of c4iw_ofld_send() in abort_arp_failure() | Hariprasad S | 2016-05-13 | 1 | -3/+9 |
| * | | RDMA/iw_cxgb4: in process_timeout() don't move ep state to ABORTING | Hariprasad S | 2016-05-13 | 1 | -3/+0 |
| * | | RDMA/iw_cxgb4: handle return value of c4iw_l2t_send() and send_mpa_req() | Hariprasad S | 2016-05-13 | 1 | -13/+22 |
| * | | RDMA/iw_cxgb4: stop_ep_timer() after MPA negotiation | Hariprasad S | 2016-05-13 | 2 | -20/+20 |
| * | | RDMA/iw_cxgb4: Do not stop timer in case of incomplete messages | Hariprasad S | 2016-05-13 | 1 | -14/+16 |
| * | | RDMA/iw_cxgb4: parent_ep has to be dereferenced in case of passive accept fai... | Hariprasad S | 2016-05-13 | 1 | -6/+19 |
| * | | RDMA/iw_cxgb4: set the correct FID value in DSGL commands | Hariprasad S | 2016-05-13 | 1 | -2/+3 |
| * | | RDMA/iw_cxgb4: Correct RFC number of MPA | Hariprasad S | 2016-05-13 | 1 | -1/+1 |
| * | | RDMA/iw_cxgb4: Add few history bits for ep | Hariprasad S | 2016-05-13 | 2 | -18/+36 |
| |/ |
|
* | | IB/core: Enhance ib_map_mr_sg() | Bart Van Assche | 2016-05-13 | 2 | -2/+2 |
* | | IB/core: Add passing an offset into the SG to ib_map_mr_sg | Christoph Hellwig | 2016-05-13 | 2 | -7/+5 |
|/ |
|
* | RDMA/iw_cxgb4: remove abort_connection() usage from ep_timeout() | Hariprasad S | 2016-05-05 | 1 | -10/+2 |
* | RDMA/iw_cxgb4: move QP -> ERROR on fatal disconnect errors | Hariprasad S | 2016-05-05 | 1 | -0/+13 |
* | RDMA/iw_cxgb4: don't use abort_connection in process_mpa_request() | Hariprasad S | 2016-05-05 | 1 | -29/+35 |
* | RDMA/iw_cxgb4: remove abort_connection() usage from accept/reject | Hariprasad S | 2016-05-05 | 1 | -14/+15 |
* | RDMA/iw_cxgb4: free resources when send_flowc() fails | Hariprasad S | 2016-05-05 | 1 | -5/+18 |
* | RDMA/iw_cxgb4: remove connection abort from process_mpa_reply | Hariprasad S | 2016-05-05 | 1 | -2/+13 |
* | RDMA/iw_cxgb4: ensure eps don't get freed while the mutex is held | Hariprasad S | 2016-05-05 | 1 | -0/+7 |
* | RDMA/iw_cxgb4: stop ep timer on close failure | Hariprasad S | 2016-05-05 | 1 | -1/+6 |
* | RDMA/iw_cxgb4: release ep resources on accept arp failure | Hariprasad S | 2016-05-05 | 1 | -16/+66 |
* | RDMA/iw_cxgb4: Fix bar2 virt addr calculation for T4 chips | Hariprasad S | 2016-04-26 | 2 | -2/+6 |
* | iw_cxgb4: handle draining an idle qp | Steve Wise | 2016-04-26 | 1 | -2/+16 |