summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-099-93/+94
|\
| * iw_cxgb4: add fast-path for small REG_MR operationsSteve Wise2016-10-075-11/+91
| * IB/cxgb4: Move user vendor structuresLeon Romanovsky2016-10-072-81/+1
| * IB/{core,hw}: Add constant for node_descYuval Shaia2016-10-071-0/+1
| * iw_cxgb4: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-10-071-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-233-1/+11
|\ \
| * \ Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-09-153-1/+11
| |\ \
| | * \ Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-l...Jens Axboe2016-09-133-1/+11
| | |\ \
| | | * | iw_cxgb4: block module unload until all ep resources are releasedSteve Wise2016-09-043-0/+8
| | | * | iw_cxgb4: call dev_put() on l2t allocation failureSteve Wise2016-09-041-1/+3
* | | | | chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 U...Hariprasad Shenai2016-09-191-0/+4
* | | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_rx_data_ack()Varun Prakash2016-09-151-11/+8
* | | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_rpl()Varun Prakash2016-09-151-6/+4
* | | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_req()Varun Prakash2016-09-151-9/+4
* | | | | libcxgb, iw_cxgb4, cxgbit: add cxgb_mk_close_con_req()Varun Prakash2016-09-151-9/+4
* | | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_tid_release()Varun Prakash2016-09-151-6/+4
* | | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_compute_wscale()Varun Prakash2016-09-152-15/+6
* | | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_best_mtu()Varun Prakash2016-09-151-23/+9
* | | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_is_neg_adv()Varun Prakash2016-09-151-12/+3
* | | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route6()Varun Prakash2016-09-151-52/+18
* | | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route()Varun Prakash2016-09-151-37/+16
* | | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_get_4tuple()Varun Prakash2016-09-153-38/+5
|/ / / /
* / / / IB/cxgb4: Make _free_qp static to silence build warningBaoyou Xie2016-09-021-1/+1
|/ / /
* | | 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