summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/cxgb4/qp.c
AgeCommit message (Expand)Author
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
2017-12-21iw_cxgb4: reflect the original WR opcode in drain cqesSteve Wise
2017-12-13infiniband: cxgb4: use ktime_get for timestampsArnd Bergmann
2017-12-11iw_cxgb4: only insert drain cqes if wq is flushedSteve Wise
2017-12-07iw_cxgb4: only clear the ARMED bit if a notification is neededSteve Wise
2017-11-13iw_cxgb4: atomically flush the qpSteve Wise
2017-11-13iw_cxgb4: only call the cq comp_handler when the cq is armedSteve Wise
2017-11-13iw_cxgb4: remove BUG_ON() usage.Steve Wise
2017-11-13RDMA/cxgb4: Protect from possible dereferenceLeon Romanovsky
2017-10-18Merge branch 'timer_setup' into for-nextDoug Ledford
2017-10-18RDMA/cxgb4: Convert timers to use timer_setup()Kees Cook
2017-09-29iw_cxgb4: add referencing to wait objectsSteve Wise
2017-09-29iw_cxgb4: allocate wait object for each ep objectSteve Wise
2017-09-29iw_cxgb4: allocate wait object for each qp objectSteve Wise
2017-09-27iw_cxgb4: change pr_debug to appropriate log levelBharat Potnuri
2017-09-27iw_cxgb4: Remove __func__ parameter from pr_debug()Bharat Potnuri
2017-07-20iw_cxgb4: don't use WR keys/addrs for 0 byte readsGanesh Goudar
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-04-20cxgb4: Convert PDBG to pr_debugJoe Perches
2017-04-20cxgb4: Use more common logging styleJoe Perches
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra
2017-01-10iw_cxgb4: free EQ queue memory on last derefSteve Wise
2017-01-10iw_cxgb4: refactor sq/rq drain logicSteve Wise
2016-12-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-12-18iw_cxgb4: set correct FetchBurstMax for QPsSteve Wise
2016-11-16iw_cxgb4: invalidate the mr when posting a read_w_inv wrSteve Wise
2016-11-16iw_cxgb4: set *bad_wr for post_send/post_recv errorsSteve Wise
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-10-07iw_cxgb4: add fast-path for small REG_MR operationsSteve Wise
2016-09-02IB/cxgb4: Make _free_qp static to silence build warningBaoyou Xie
2016-08-02iw_cxgb4: don't block in destroy_qp awaiting the last derefSteve Wise
2016-08-02iw_cxgb4: explicitly move the qp to ERROR state during flushSteve Wise
2016-06-23RDMA/iw_cxgb4: Low resource fixes for connection managerHariprasad S
2016-04-26RDMA/iw_cxgb4: Fix bar2 virt addr calculation for T4 chipsHariprasad S
2016-04-26iw_cxgb4: handle draining an idle qpSteve Wise
2016-03-16Merge branches 'nes', 'cxgb4' and 'iwpm' into k.o/for-4.6Doug Ledford
2016-02-29iw_cxgb4: add queue drain functionsSteve Wise
2016-02-29iw_cxgb4: Max fastreg depth depends on DSGL supportHariprasad S
2016-02-29iw_cxgb4: make queue allocation code more readableHariprasad S
2015-12-23IB: remove in-kernel support for memory windowsChristoph Hellwig
2015-10-28iw_cxgb4: Remove old FRWR APISagi Grimberg
2015-10-28iw_cxgb4: Support the new memory registration APISagi Grimberg