aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/qp.c
Commit message (Expand)AuthorAge
* RDMA/cxgb4: Fix spelling mistake "immedate" -> "immediate"Colin Ian King2019-04-18
* RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-08
* RDMA/iw_cxgb4: Always disconnect when QP is transitioning to TERMINATE statePotnuri Bharat Teja2019-04-04
* IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch2019-04-01
* IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-01
* cxgb4: Convert qpidr to XArrayMatthew Wilcox2019-03-25
* RDMA/cxgb4: Remove kref accounting for sync operationLeon Romanovsky2019-02-15
* IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch2019-02-15
* Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe2019-01-29
|\
| * cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-08
* | RDMA/iw_cxgb4: Drop __GFP_NOFAILJason Gunthorpe2019-01-24
* | iw_cxgb4: Check for send WR also while posting write with completion WRPotnuri Bharat Teja2019-01-07
|/
* RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2018-12-18
* infiniband/hw/cxgb4/qp.c: Use dma_zalloc_coherentSabyasachi Gupta2018-11-21
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-10-26
|\
| * iw_cxgb4: Use proper enumerated type in c4iw_bar2_addrsNathan Chancellor2018-09-25
| * RDMA/cxgb4: remove redundant null pointer check before kfree_skbzhong jiang2018-09-21
* | PCI: Remove pci_unmap_addr() wrappers for DMA APIChristoph Hellwig2018-10-10
|/
* iw_cxgb4: only allow 1 flush on user qpsSteve Wise2018-09-04
* iw_cxgb4: Support FW write completion WRPotnuri Bharat Teja2018-08-02
* iw_cxgb4: RDMA write with immediate supportPotnuri Bharat Teja2018-08-02
* rdma/cxgb4: fix some info leaksDan Carpenter2018-08-02
* rdma/cxgb4: Simplify a structure initializationBart Van Assche2018-07-31
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-30
* RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-30
* rdma/cxgb4: Add support for kernel mode SRQ'sRaju Rangoju2018-07-25
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-12
* Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextDoug Ledford2018-05-09
|\
| * iw_cxgb4: Atomically flush per QP HW CQEsBharat Potnuri2018-04-27
* | IB/cxgb4: use skb_put_zero()/__skb_put_zeroYueHaibing2018-05-01
|/
* Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Jason Gunthorpe2017-12-27
|\
| * iw_cxgb4: when flushing, complete all wrs in a chainSteve Wise2017-12-21
| * iw_cxgb4: reflect the original WR opcode in drain cqesSteve Wise2017-12-21
| * iw_cxgb4: only insert drain cqes if wq is flushedSteve Wise2017-12-11
| * iw_cxgb4: only clear the ARMED bit if a notification is neededSteve Wise2017-12-07
* | infiniband: cxgb4: use ktime_get for timestampsArnd Bergmann2017-12-13
|/
* iw_cxgb4: atomically flush the qpSteve Wise2017-11-13
* iw_cxgb4: only call the cq comp_handler when the cq is armedSteve Wise2017-11-13
* iw_cxgb4: remove BUG_ON() usage.Steve Wise2017-11-13
* RDMA/cxgb4: Protect from possible dereferenceLeon Romanovsky2017-11-13
* Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-18
|\
| * RDMA/cxgb4: Convert timers to use timer_setup()Kees Cook2017-10-18
* | iw_cxgb4: add referencing to wait objectsSteve Wise2017-09-29
* | iw_cxgb4: allocate wait object for each ep objectSteve Wise2017-09-29
* | iw_cxgb4: allocate wait object for each qp objectSteve Wise2017-09-29
* | iw_cxgb4: change pr_debug to appropriate log levelBharat Potnuri2017-09-27
* | iw_cxgb4: Remove __func__ parameter from pr_debug()Bharat Potnuri2017-09-27
|/
* iw_cxgb4: don't use WR keys/addrs for 0 byte readsGanesh Goudar2017-07-20
* net: introduce __skb_put_[zero, data, u8]yuan linyu2017-06-20
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-16