aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/cq.c
AgeCommit message (Expand)Author
2022-12-27RDMA/cxgb4: remove unnecessary NULL check in __c4iw_poll_cq_one()Alexey Kodanev
2021-08-05RDMA/iw_cxgb4: Fix refcount underflow while destroying cqs.Dakshaja Uppalapati
2021-06-08RDMA/cxgb4: Use refcount_t instead of atomic_t for reference countingWeihang Li
2020-11-23RDMA/cxgb4: Validate the number of CQEsKamal Heib
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2019-07-03IB: Remove unneeded memsetFuqian Huang
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky
2019-05-27RDMA/cxgb4: Don't expose DMA addressesLeon Romanovsky
2019-05-27RDMA/cxgb4: Use sizeof() notationLeon Romanovsky
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch
2019-04-01IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch
2019-03-25cxgb4: Convert cqidr to XArrayMatthew Wilcox
2018-09-25iw_cxgb4: Use proper enumerated type in c4iw_bar2_addrsNathan Chancellor
2018-08-02iw_cxgb4: RDMA write with immediate supportPotnuri Bharat Teja
2018-07-30RDMA/providers: Remove pointless functionsKamal Heib
2018-07-25rdma/cxgb4: Add support for kernel mode SRQ'sRaju Rangoju
2018-07-13rdma/cxgb4: Add support for 64Byte cqesRaju Rangoju
2018-07-10RDMA/cxgb4: Restore the dropped uninitialized_varJason Gunthorpe
2018-07-09RDMA/cxgb4: Make c4iw_poll_cq_one() easier to analyzeBart Van Assche
2018-04-27iw_cxgb4: Atomically flush per QP HW CQEsBharat Potnuri
2017-12-21iw_cxgb4: reflect the original WR opcode in drain cqesSteve Wise
2017-12-21iw_cxgb4: Only validate the MSN for successful completionsSteve Wise
2017-12-11iw_cxgb4: only insert drain cqes if wq is flushedSteve Wise
2017-11-13iw_cxgb4: remove BUG_ON() usage.Steve Wise
2017-09-29iw_cxgb4: add referencing to wait objectsSteve Wise
2017-09-29iw_cxgb4: allocate wait object for each cq objectSteve Wise
2017-09-27iw_cxgb4: Remove __func__ parameter from pr_debug()Bharat Potnuri
2017-07-20cxgb4: Fix error codes in c4iw_create_cq()Dan Carpenter
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-04-20cxgb4: Convert PDBG to pr_debugJoe Perches
2017-04-20cxgb4: Use more common logging styleJoe Perches
2017-01-10iw_cxgb4: refactor sq/rq drain logicSteve Wise
2016-11-16iw_cxgb4: invalidate the mr when posting a read_w_inv wrSteve Wise
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-10-07iw_cxgb4: add fast-path for small REG_MR operationsSteve Wise
2016-08-23iw_cxgb4: Fix cxgb4 arm CQ logic w/IB_CQ_REPORT_MISSED_EVENTSBharat Potnuri
2016-06-23RDMA/iw_cxgb4: Low resource fixes for Completion queueHariprasad S
2016-04-26RDMA/iw_cxgb4: Fix bar2 virt addr calculation for T4 chipsHariprasad S
2016-02-29iw_cxgb4: add queue drain functionsSteve Wise
2015-12-23IB: remove in-kernel support for memory windowsChristoph Hellwig
2015-10-28iw_cxgb4: Remove old FRWR APISagi Grimberg
2015-07-28iw_cxgb4: gracefully handle unknown CQE status errorsHariprasad S
2015-06-12IB/core: Change provider's API of create_cq to be extendibleMatan Barak
2015-06-11iw_cxgb4: support for bar2 qid densities exceeding the page sizeHariprasad S
2015-05-05iw_cxgb4: use BAR2 GTS register for T5 kernel mode CQsHariprasad S