summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/qp.c
Commit message (Expand)AuthorAgeFilesLines
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-3/+2
* 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
|/
* iw_cxgb4: don't use WR keys/addrs for 0 byte readsGanesh Goudar2017-07-201-1/+1
* net: introduce __skb_put_[zero, data, u8]yuan linyu2017-06-201-2/+1
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-4/+4
* cxgb4: Convert PDBG to pr_debugJoe Perches2017-04-201-44/+47
* cxgb4: Use more common logging styleJoe Perches2017-04-201-3/+2
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-201-1/+1
|\
| * locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-1/+1
* | iw_cxgb4: free EQ queue memory on last derefSteve Wise2017-01-101-9/+26
* | iw_cxgb4: refactor sq/rq drain logicSteve Wise2017-01-101-44/+68
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-12-231-2/+3
|\
| * iw_cxgb4: set correct FetchBurstMax for QPsSteve Wise2016-12-181-2/+3
* | iw_cxgb4: invalidate the mr when posting a read_w_inv wrSteve Wise2016-11-161-8/+8
* | iw_cxgb4: set *bad_wr for post_send/post_recv errorsSteve Wise2016-11-161-0/+4
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-091-9/+58
|\
OpenPOWER on IntegriCloud