summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/qp.c
Commit message (Expand)AuthorAgeFilesLines
* IB: Remove unneeded memsetFuqian Huang2019-07-031-1/+0
* iw_cxgb4: Fix qpid leakNirranjan Kirubaharan2019-05-271-31/+17
* RDMA/cxgb4: Use sizeof() notationLeon Romanovsky2019-05-271-24/+22
* RDMA/cxgb4: Fix spelling mistake "immedate" -> "immediate"Colin Ian King2019-04-181-1/+1
* RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-081-20/+12
* RDMA/iw_cxgb4: Always disconnect when QP is transitioning to TERMINATE statePotnuri Bharat Teja2019-04-041-2/+2
* IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch2019-04-011-2/+2
* IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-2/+2
* cxgb4: Convert qpidr to XArrayMatthew Wilcox2019-03-251-17/+16
* RDMA/cxgb4: Remove kref accounting for sync operationLeon Romanovsky2019-02-151-3/+0
* IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch2019-02-151-4/+5
* Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe2019-01-291-3/+2
|\
| * cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-3/+2
* | RDMA/iw_cxgb4: Drop __GFP_NOFAILJason Gunthorpe2019-01-241-1/+1
* | iw_cxgb4: Check for send WR also while posting write with completion WRPotnuri Bharat Teja2019-01-071-6/+13
|/
* RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2018-12-181-2/+2
* infiniband/hw/cxgb4/qp.c: Use dma_zalloc_coherentSabyasachi Gupta2018-11-211-2/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-10-261-5/+5
|\
| * iw_cxgb4: Use proper enumerated type in c4iw_bar2_addrsNathan Chancellor2018-09-251-3/+4
| * RDMA/cxgb4: remove redundant null pointer check before kfree_skbzhong jiang2018-09-211-2/+1
* | PCI: Remove pci_unmap_addr() wrappers for DMA APIChristoph Hellwig2018-10-101-5/+5
|/
* iw_cxgb4: only allow 1 flush on user qpsSteve Wise2018-09-041-0/+6
* iw_cxgb4: Support FW write completion WRPotnuri Bharat Teja2018-08-021-1/+146
* iw_cxgb4: RDMA write with immediate supportPotnuri Bharat Teja2018-08-021-8/+29
* rdma/cxgb4: fix some info leaksDan Carpenter2018-08-021-4/+3
* rdma/cxgb4: Simplify a structure initializationBart Van Assche2018-07-311-1/+1
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-301-12/+15
* RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-301-9/+12
* rdma/cxgb4: Add support for kernel mode SRQ'sRaju Rangoju2018-07-251-127/+691
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-4/+4
* Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextDoug Ledford2018-05-091-2/+2
|\
| * iw_cxgb4: Atomically flush per QP HW CQEsBharat Potnuri2018-04-271-2/+2
* | IB/cxgb4: use skb_put_zero()/__skb_put_zeroYueHaibing2018-05-011-6/+3
|/
* Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Jason Gunthorpe2017-12-271-11/+83
|\
| * iw_cxgb4: when flushing, complete all wrs in a chainSteve Wise2017-12-211-2/+26
| * iw_cxgb4: reflect the original WR opcode in drain cqesSteve Wise2017-12-211-4/+42
| * iw_cxgb4: only insert drain cqes if wq is flushedSteve Wise2017-12-111-2/+12
| * iw_cxgb4: only clear the ARMED bit if a notification is neededSteve Wise2017-12-071-4/+4
* | infiniband: cxgb4: use ktime_get for timestampsArnd Bergmann2017-12-131-3/+3
|/
* iw_cxgb4: atomically flush the qpSteve Wise2017-11-131-8/+11
* iw_cxgb4: only call the cq comp_handler when the cq is armedSteve Wise2017-11-131-8/+12
* iw_cxgb4: remove BUG_ON() usage.Steve Wise2017-11-131-3/+0
* RDMA/cxgb4: Protect from possible dereferenceLeon Romanovsky2017-11-131-1/+1
* Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-181-1/+0
|\
| * RDMA/cxgb4: Convert timers to use timer_setup()Kees Cook2017-10-181-1/+0
* | iw_cxgb4: add referencing to wait objectsSteve Wise2017-09-291-21/+10
* | iw_cxgb4: allocate wait object for each ep objectSteve Wise2017-09-291-4/+4
* | iw_cxgb4: allocate wait object for each qp objectSteve Wise2017-09-291-22/+33
* | iw_cxgb4: change pr_debug to appropriate log levelBharat Potnuri2017-09-271-2/+2
* | iw_cxgb4: Remove __func__ parameter from pr_debug()Bharat Potnuri2017-09-271-30/+25
|/