summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/qp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * iw_cxgb4: add fast-path for small REG_MR operationsSteve Wise2016-10-071-9/+58
* | IB/cxgb4: Make _free_qp static to silence build warningBaoyou Xie2016-09-021-1/+1
|/
* iw_cxgb4: don't block in destroy_qp awaiting the last derefSteve Wise2016-08-021-7/+14
* iw_cxgb4: explicitly move the qp to ERROR state during flushSteve Wise2016-08-021-0/+9
* RDMA/iw_cxgb4: Low resource fixes for connection managerHariprasad S2016-06-231-4/+6
* RDMA/iw_cxgb4: Fix bar2 virt addr calculation for T4 chipsHariprasad S2016-04-261-1/+5
* iw_cxgb4: handle draining an idle qpSteve Wise2016-04-261-2/+16
*-. Merge branches 'nes', 'cxgb4' and 'iwpm' into k.o/for-4.6Doug Ledford2016-03-161-45/+46
|\ \
| | * iw_cxgb4: Max fastreg depth depends on DSGL supportHariprasad S2016-02-291-6/+4
| | * iw_cxgb4: make queue allocation code more readableHariprasad S2016-02-291-39/+42
| |/
* / iw_cxgb4: add queue drain functionsSteve Wise2016-02-291-0/+16
|/
* IB: remove in-kernel support for memory windowsChristoph Hellwig2015-12-231-5/+0
* iw_cxgb4: Remove old FRWR APISagi Grimberg2015-10-281-77/+0
* iw_cxgb4: Support the new memory registration APISagi Grimberg2015-10-281-0/+74
* Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford2015-10-281-25/+21
|\