summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/cq.c
Commit message (Expand)AuthorAgeFilesLines
* IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-011-5/+4Star
* IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch2019-04-011-2/+4
* IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-1/+1
* cxgb4: Convert cqidr to XArrayMatthew Wilcox2019-03-251-3/+3
* iw_cxgb4: Use proper enumerated type in c4iw_bar2_addrsNathan Chancellor2018-09-251-1/+1
* iw_cxgb4: RDMA write with immediate supportPotnuri Bharat Teja2018-08-031-3/+20
* RDMA/providers: Remove pointless functionsKamal Heib2018-07-311-5/+0Star
* rdma/cxgb4: Add support for kernel mode SRQ'sRaju Rangoju2018-07-261-22/+120
* rdma/cxgb4: Add support for 64Byte cqesRaju Rangoju2018-07-131-6/+37
* RDMA/cxgb4: Restore the dropped uninitialized_varJason Gunthorpe2018-07-111-1/+1
* RDMA/cxgb4: Make c4iw_poll_cq_one() easier to analyzeBart Van Assche2018-07-091-27/+35
* iw_cxgb4: Atomically flush per QP HW CQEsBharat Potnuri2018-04-271-1/+10
* iw_cxgb4: reflect the original WR opcode in drain cqesSteve Wise2017-12-221-5/+2Star
* iw_cxgb4: Only validate the MSN for successful completionsSteve Wise2017-12-221-3/+3
* iw_cxgb4: only insert drain cqes if wq is flushedSteve Wise2017-12-111-0/+5
* iw_cxgb4: remove BUG_ON() usage.Steve Wise2017-11-131-10/+0Star
* iw_cxgb4: add referencing to wait objectsSteve Wise2017-09-291-13/+5Star
* iw_cxgb4: allocate wait object for each cq objectSteve Wise2017-09-291-27/+36
* iw_cxgb4: Remove __func__ parameter from pr_debug()Bharat Potnuri2017-09-271-25/+25
* cxgb4: Fix error codes in c4iw_create_cq()Dan Carpenter2017-07-201-0/+1
* net: introduce __skb_put_[zero, data, u8]yuan linyu2017-06-201-4/+2Star
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-2/+2
* cxgb4: Convert PDBG to pr_debugJoe Perches2017-04-201-35/+36
* cxgb4: Use more common logging styleJoe Perches2017-04-201-5/+3Star
* iw_cxgb4: refactor sq/rq drain logicSteve Wise2017-01-101-8/+13
* iw_cxgb4: invalidate the mr when posting a read_w_inv wrSteve Wise2016-11-171-14/+3Star
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-101-0/+17
|\
| * iw_cxgb4: add fast-path for small REG_MR operationsSteve Wise2016-10-071-0/+17
* | iw_cxgb4: Fix cxgb4 arm CQ logic w/IB_CQ_REPORT_MISSED_EVENTSBharat Potnuri2016-08-231-5/+5
|/
* RDMA/iw_cxgb4: Low resource fixes for Completion queueHariprasad S2016-06-231-17/+25
* RDMA/iw_cxgb4: Fix bar2 virt addr calculation for T4 chipsHariprasad S2016-04-261-1/+1
* iw_cxgb4: add queue drain functionsSteve Wise2016-02-291-1/+8
* IB: remove in-kernel support for memory windowsChristoph Hellwig2015-12-231-3/+0Star
* iw_cxgb4: Remove old FRWR APISagi Grimberg2015-10-291-1/+1
* iw_cxgb4: gracefully handle unknown CQE status errorsHariprasad S2015-07-281-1/+1
* IB/core: Change provider's API of create_cq to be extendibleMatan Barak2015-06-121-2/+7
* iw_cxgb4: support for bar2 qid densities exceeding the page sizeHariprasad S2015-06-111-12/+10Star
* iw_cxgb4: use BAR2 GTS register for T5 kernel mode CQsHariprasad S2015-05-051-4/+11
* iw_cxgb4: 32b platform fixesHariprasad S2015-05-051-4/+3Star
* iw_cxgb4: Cleanup register defines/MACROS defined in t4fw_ri_api.hHariprasad Shenai2015-01-161-11/+11
* iw_cxgb4: Cleanup register defines/MACROS defined in t4.hHariprasad Shenai2015-01-161-19/+19
* cxgb4: Cleanup macros so they follow the same style and look consistent, part 2Hariprasad Shenai2014-11-101-4/+4
* iw_cxgb4: advertise the correct device max attributesHariprasad Shenai2014-07-221-7/+1Star
* cxgb4/iw_cxgb4: work request logging featureHariprasad Shenai2014-07-161-0/+4
* iw_cxgb4: Detect Ing. Padding Boundary at run-timeHariprasad Shenai2014-07-161-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-1/+6
|\
| * iw_cxgb4: Allocate and use IQs specifically for indirect interruptsHariprasad Shenai2014-06-111-1/+6
* | RDMA/cxgb4: Add missing padding at end of struct c4iw_create_cq_respYann Droneaud2014-05-301-2/+2
|/
* RDMA/cxgb4: Use uninitialized_var()Steve Wise2014-04-111-1/+1
* RDMA/cxgb4: SQ flush fixSteve Wise2014-04-111-14/+8Star