aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/qp.c
AgeCommit message (Expand)Author
2020-05-04RDMA/iw_cxgb4: initiate CLOSE when entering TERMKrishnamraju Eraparaju
2019-12-10RDMA/iw_cxgb4: fix SRQ access from dump_qp()Potnuri Bharat Teja
2019-04-18RDMA/cxgb4: Fix spelling mistake "immedate" -> "immediate"Colin Ian King
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky
2019-04-04RDMA/iw_cxgb4: Always disconnect when QP is transitioning to TERMINATE statePotnuri Bharat Teja
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 qpidr to XArrayMatthew Wilcox
2019-02-15RDMA/cxgb4: Remove kref accounting for sync operationLeon Romanovsky
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch
2019-01-29Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe
2019-01-24RDMA/iw_cxgb4: Drop __GFP_NOFAILJason Gunthorpe
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2019-01-07iw_cxgb4: Check for send WR also while posting write with completion WRPotnuri Bharat Teja
2018-12-18RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch
2018-11-21infiniband/hw/cxgb4/qp.c: Use dma_zalloc_coherentSabyasachi Gupta
2018-10-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-10-10PCI: Remove pci_unmap_addr() wrappers for DMA APIChristoph Hellwig
2018-09-25iw_cxgb4: Use proper enumerated type in c4iw_bar2_addrsNathan Chancellor
2018-09-21RDMA/cxgb4: remove redundant null pointer check before kfree_skbzhong jiang
2018-09-04iw_cxgb4: only allow 1 flush on user qpsSteve Wise
2018-08-02iw_cxgb4: Support FW write completion WRPotnuri Bharat Teja
2018-08-02iw_cxgb4: RDMA write with immediate supportPotnuri Bharat Teja
2018-08-02rdma/cxgb4: fix some info leaksDan Carpenter
2018-07-31rdma/cxgb4: Simplify a structure initializationBart Van Assche
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche
2018-07-25rdma/cxgb4: Add support for kernel mode SRQ'sRaju Rangoju
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-09Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextDoug Ledford
2018-05-01IB/cxgb4: use skb_put_zero()/__skb_put_zeroYueHaibing
2018-04-27iw_cxgb4: Atomically flush per QP HW CQEsBharat Potnuri
2017-12-27Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Jason Gunthorpe
2017-12-21iw_cxgb4: when flushing, complete all wrs in a chainSteve Wise
2017-12-21iw_cxgb4: reflect the original WR opcode in drain cqesSteve Wise
2017-12-13infiniband: cxgb4: use ktime_get for timestampsArnd Bergmann
2017-12-11iw_cxgb4: only insert drain cqes if wq is flushedSteve Wise
2017-12-07iw_cxgb4: only clear the ARMED bit if a notification is neededSteve Wise
2017-11-13iw_cxgb4: atomically flush the qpSteve Wise
2017-11-13iw_cxgb4: only call the cq comp_handler when the cq is armedSteve Wise
2017-11-13iw_cxgb4: remove BUG_ON() usage.Steve Wise
2017-11-13RDMA/cxgb4: Protect from possible dereferenceLeon Romanovsky
2017-10-18Merge branch 'timer_setup' into for-nextDoug Ledford
2017-10-18RDMA/cxgb4: Convert timers to use timer_setup()Kees Cook
2017-09-29iw_cxgb4: add referencing to wait objectsSteve Wise
2017-09-29iw_cxgb4: allocate wait object for each ep objectSteve Wise
2017-09-29iw_cxgb4: allocate wait object for each qp objectSteve Wise
2017-09-27iw_cxgb4: change pr_debug to appropriate log levelBharat Potnuri
2017-09-27iw_cxgb4: Remove __func__ parameter from pr_debug()Bharat Potnuri
2017-07-20iw_cxgb4: don't use WR keys/addrs for 0 byte readsGanesh Goudar