summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4
Commit message (Expand)AuthorAgeFilesLines
* iw_cxgb4: use tos when finding ipv6 routesSteve Wise2020-01-291-2/+3
* iw_cxgb4: use tos when importing the endpointSteve Wise2020-01-291-1/+1
* RDMA/iw_cxgb4: Avoid freeing skb twice in arp failure casePotnuri Bharat Teja2019-11-121-2/+0
* RDMA/cxgb4: Do not dma memory off of the stackGreg KH2019-10-291-11/+17
* RDMA/cxgb4: Fix null pointer dereference on alloc_skb failureColin Ian King2019-05-311-0/+2
* iw_cxgb4: fix srqidx leak during connection abortRaju Rangoju2019-04-051-2/+3
* iw_cxgb4: only allow 1 flush on user qpsSteve Wise2018-09-291-0/+6
* iw_cxgb4: correctly enforce the max reg_mr depthSteve Wise2018-07-171-1/+1
* RDMA/cxgb4: release hw resources on device removalRaju Rangoju2018-05-093-3/+36
* RDMA/iw_cxgb4: Avoid touch after free error in ARP failure handlersRaju Rangoju2018-04-131-1/+5
* iw_cxgb4: Only validate the MSN for successful completionsSteve Wise2018-01-021-3/+3
* RDMA/cxgb4: Declare stag as __be32Leon Romanovsky2017-12-201-1/+1
* RDMA/cxgb4: Annotate r2 and stag as __be32Leon Romanovsky2017-12-161-2/+2
* iw_cxgb4: put ep reference in pass_accept_req()Steve Wise2017-10-051-1/+1
* iw_cxgb4: remove the stid on listen create failureSteve Wise2017-10-051-1/+1
* iw_cxgb4: do not send RX_DATA_ACK CPLs after close/abortSteve Wise2017-08-111-3/+4
* iw_cxgb4: set correct FetchBurstMax for QPsSteve Wise2017-02-091-2/+3
* iw_cxgb4: free EQ queue memory on last derefSteve Wise2017-02-014-13/+69
* iw_cxgb4: Fix error return code in c4iw_rdev_open()Wei Yongjun2017-01-191-1/+3
* iw_cxgb4: invalidate the mr when posting a read_w_inv wrSteve Wise2016-11-164-23/+24
* iw_cxgb4: set *bad_wr for post_send/post_recv errorsSteve Wise2016-11-161-0/+4
* 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