aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/qp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-25iw_cxgb4: Use proper enumerated type in c4iw_bar2_addrsNathan Chancellor1-3/+4
2018-09-21RDMA/cxgb4: remove redundant null pointer check before kfree_skbzhong jiang1-2/+1
2018-09-04iw_cxgb4: only allow 1 flush on user qpsSteve Wise1-0/+6
2018-08-02iw_cxgb4: Support FW write completion WRPotnuri Bharat Teja1-1/+146
2018-08-02iw_cxgb4: RDMA write with immediate supportPotnuri Bharat Teja1-8/+29
2018-08-02rdma/cxgb4: fix some info leaksDan Carpenter1-4/+3
2018-07-31rdma/cxgb4: Simplify a structure initializationBart Van Assche1-1/+1
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche1-12/+15
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche1-9/+12
2018-07-25rdma/cxgb4: Add support for kernel mode SRQ'sRaju Rangoju1-127/+691
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-4/+4
2018-05-09Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextDoug Ledford1-2/+2
2018-05-01IB/cxgb4: use skb_put_zero()/__skb_put_zeroYueHaibing1-6/+3
2018-04-27iw_cxgb4: Atomically flush per QP HW CQEsBharat Potnuri1-2/+2
2017-12-27Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.gitJason Gunthorpe1-11/+83
2017-12-21iw_cxgb4: when flushing, complete all wrs in a chainSteve Wise1-2/+26
2017-12-21iw_cxgb4: reflect the original WR opcode in drain cqesSteve Wise1-4/+42
2017-12-13infiniband: cxgb4: use ktime_get for timestampsArnd Bergmann1-3/+3
2017-12-11iw_cxgb4: only insert drain cqes if wq is flushedSteve Wise1-2/+12
2017-12-07iw_cxgb4: only clear the ARMED bit if a notification is neededSteve Wise1-4/+4
2017-11-13iw_cxgb4: atomically flush the qpSteve Wise1-8/+11
2017-11-13iw_cxgb4: only call the cq comp_handler when the cq is armedSteve Wise1-8/+12
2017-11-13iw_cxgb4: remove BUG_ON() usage.Steve Wise1-3/+0
2017-11-13RDMA/cxgb4: Protect from possible dereferenceLeon Romanovsky1-1/+1
2017-10-18Merge branch 'timer_setup' into for-nextDoug Ledford1-1/+0
2017-10-18RDMA/cxgb4: Convert timers to use timer_setup()Kees Cook1-1/+0
2017-09-29iw_cxgb4: add referencing to wait objectsSteve Wise1-21/+10
2017-09-29iw_cxgb4: allocate wait object for each ep objectSteve Wise1-4/+4
2017-09-29iw_cxgb4: allocate wait object for each qp objectSteve Wise1-22/+33
2017-09-27iw_cxgb4: change pr_debug to appropriate log levelBharat Potnuri1-2/+2
2017-09-27iw_cxgb4: Remove __func__ parameter from pr_debug()Bharat Potnuri1-30/+25
2017-07-20iw_cxgb4: don't use WR keys/addrs for 0 byte readsGanesh Goudar1-1/+1
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu1-2/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-4/+4
2017-04-20cxgb4: Convert PDBG to pr_debugJoe Perches1-44/+47
2017-04-20cxgb4: Use more common logging styleJoe Perches1-3/+2
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-1/+1
2017-01-10iw_cxgb4: free EQ queue memory on last derefSteve Wise1-9/+26
2017-01-10iw_cxgb4: refactor sq/rq drain logicSteve Wise1-44/+68
2016-12-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-2/+3
2016-12-18iw_cxgb4: set correct FetchBurstMax for QPsSteve Wise1-2/+3
2016-11-16iw_cxgb4: invalidate the mr when posting a read_w_inv wrSteve Wise1-8/+8
2016-11-16iw_cxgb4: set *bad_wr for post_send/post_recv errorsSteve Wise1-0/+4
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-9/+58
2016-10-07iw_cxgb4: add fast-path for small REG_MR operationsSteve Wise1-9/+58
2016-09-02IB/cxgb4: Make _free_qp static to silence build warningBaoyou Xie1-1/+1
2016-08-02iw_cxgb4: don't block in destroy_qp awaiting the last derefSteve Wise1-7/+14
2016-08-02iw_cxgb4: explicitly move the qp to ERROR state during flushSteve Wise1-0/+9
2016-06-23RDMA/iw_cxgb4: Low resource fixes for connection managerHariprasad S1-4/+6