summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/qp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-201-1/+1
|\
| * locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-1/+1
* | iw_cxgb4: free EQ queue memory on last derefSteve Wise2017-01-101-9/+26
* | iw_cxgb4: refactor sq/rq drain logicSteve Wise2017-01-101-44/+68
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-12-231-2/+3
|\
| * iw_cxgb4: set correct FetchBurstMax for QPsSteve Wise2016-12-181-2/+3
* | iw_cxgb4: invalidate the mr when posting a read_w_inv wrSteve Wise2016-11-171-8/+8
* | iw_cxgb4: set *bad_wr for post_send/post_recv errorsSteve Wise2016-11-171-0/+4
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-101-9/+58
|\
| * iw_cxgb4: add fast-path for small REG_MR operationsSteve Wise2016-10-071-9/+58
* | IB/cxgb4: Make _free_qp static to silence build warningBaoyou Xie2016-09-021-1/+1
|/
* iw_cxgb4: don't block in destroy_qp awaiting the last derefSteve Wise2016-08-021-7/+14
* iw_cxgb4: explicitly move the qp to ERROR state during flushSteve Wise2016-08-021-0/+9
* RDMA/iw_cxgb4: Low resource fixes for connection managerHariprasad S2016-06-231-4/+6
* RDMA/iw_cxgb4: Fix bar2 virt addr calculation for T4 chipsHariprasad S2016-04-261-1/+5
* iw_cxgb4: handle draining an idle qpSteve Wise2016-04-261-2/+16
*-. Merge branches 'nes', 'cxgb4' and 'iwpm' into k.o/for-4.6Doug Ledford2016-03-161-45/+46
|\ \
| | * iw_cxgb4: Max fastreg depth depends on DSGL supportHariprasad S2016-02-291-6/+4Star
| | * iw_cxgb4: make queue allocation code more readableHariprasad S2016-02-291-39/+42
| |/
* / iw_cxgb4: add queue drain functionsSteve Wise2016-02-291-0/+16
|/
* IB: remove in-kernel support for memory windowsChristoph Hellwig2015-12-231-5/+0Star
* iw_cxgb4: Remove old FRWR APISagi Grimberg2015-10-291-77/+0Star
* iw_cxgb4: Support the new memory registration APISagi Grimberg2015-10-291-0/+74
* Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford2015-10-291-25/+21Star
|\
| * IB: split struct ib_send_wrChristoph Hellwig2015-10-081-25/+21Star
* | iw_cxgb4: Adds support for T6 adapterHariprasad S2015-10-221-10/+6Star
|/
* iw_cxgb4: support for bar2 qid densities exceeding the page sizeHariprasad S2015-06-111-22/+42
* iw_cxgb4: 32b platform fixesHariprasad S2015-05-051-5/+5
* iw_cxgb4: Cleanup register defines/MACROS defined in t4fw_ri_api.hHariprasad Shenai2015-01-161-30/+30
* iw_cxgb4: Cleanup register defines/MACROS defined in t4.hHariprasad Shenai2015-01-161-1/+1
* RDMA/cxgb4: Wake up waiters after flushing the qpSteve Wise2014-12-161-1/+1
* cxgb4: Cleanup macros so they follow the same style and look consistent, part 2Hariprasad Shenai2014-11-101-13/+13
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-08-141-12/+25
|\
| * RDMA/cxgb4: Only call CQ completion handler if it is armedSteve Wise2014-08-011-12/+25
* | iw_cxgb4: advertise the correct device max attributesHariprasad Shenai2014-07-221-14/+21
* | iw_cxgb4: Support query_qp() verbHariprasad Shenai2014-07-221-0/+6
* | cxgb4/iw_cxgb4: work request logging featureHariprasad Shenai2014-07-161-0/+12
* | cxgb4/iw_cxgb4: use firmware ord/ird resource limitsHariprasad Shenai2014-07-161-8/+46
* | iw_cxgb4: Detect Ing. Padding Boundary at run-timeHariprasad Shenai2014-07-161-4/+6
|/
* RDMA/cxgb4: Only allow kernel db ringing for T4 devsSteve Wise2014-04-291-0/+4
* RDMA/cxgb4: Fix endpoint mutex deadlocksSteve Wise2014-04-291-4/+5
* RDMA/cxgb4: Fix over-dereference when terminatingSteve Wise2014-04-111-1/+1
* RDMA/cxgb4: Initialize reserved fields in a FW work requestSteve Wise2014-04-111-0/+2
* RDMA/cxgb4: Max fastreg depth depends on DSGL supportSteve Wise2014-04-111-1/+2
* RDMA/cxgb4: SQ flush fixSteve Wise2014-04-111-3/+3
* RDMA/cxgb4: Use the BAR2/WC path for kernel QPs and T5 devicesSteve Wise2014-04-111-21/+36
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-04-041-3/+5
|\
| * RDMA/cxgb4: Mind the sq_sig_all/sq_sig_type QP attributesSteve Wise2014-03-201-2/+4
| * RDMA/cxgb4: Fix underflows in c4iw_create_qp()Dan Carpenter2014-03-201-1/+1
* | cxgb4/iw_cxgb4: Doorbell Drop Avoidance Bug FixesSteve Wise2014-03-151-78/+62Star
|/