summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/cxgb4/qp.c
AgeCommit message (Expand)Author
2023-08-13RDMA/cxgb4: Set sq_sig_type correctlyGuoqing Jiang
2022-01-05RDMA/cxgb4: Set queue pair state when being queriedKamal Heib
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky
2021-06-04RDMA/cxgb4: Fix missing error code in create_qp()Jiapeng Chong
2021-05-20RDMA/cxgb4: Remove useless assignmentsTian Tao
2021-01-18RDMA/cxgb4: Fix the reported max_recv_sge valueKamal Heib
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe
2020-10-26RDMA: Check srq_type during create_srqJason Gunthorpe
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-03-04Merge tag 'v5.6-rc4' into rdma.git for-nextJason Gunthorpe
2020-03-04RDMA/providers: Fix return value when QP type isn't supportedKamal Heib
2020-02-11RDMA/iw_cxgb4: initiate CLOSE when entering TERMKrishnamraju Eraparaju
2019-10-01RDMA/iw_cxgb4: fix SRQ access from dump_qp()Potnuri Bharat Teja
2019-07-03IB: Remove unneeded memsetFuqian Huang
2019-05-27iw_cxgb4: Fix qpid leakNirranjan Kirubaharan
2019-05-27RDMA/cxgb4: Use sizeof() notationLeon Romanovsky
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