aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-25rdma/cxgb4: Add support for kernel mode SRQ'sRaju Rangoju8-167/+929
2018-07-25rdma/cxgb4: Add support for srq functions & structsRaju Rangoju3-1/+173
2018-07-13rdma/cxgb4: Add support for 64Byte cqesRaju Rangoju4-11/+56
2018-07-10RDMA/cxgb4: Restore the dropped uninitialized_varJason Gunthorpe1-1/+1
2018-07-09RDMA/cxgb4: Make c4iw_poll_cq_one() easier to analyzeBart Van Assche1-27/+35
2018-06-18iw_cxgb4: remove duplicate memcpy() in c4iw_create_listen()Bharat Potnuri1-3/+0
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise1-1/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-7/+8
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+2
2018-06-04iw_cxgb4: add INFINIBAND_ADDR_TRANS dependencyArnd Bergmann1-0/+1
2018-05-28Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma for-nextJason Gunthorpe1-2/+2
2018-05-24iw_cxgb4: provide detailed driver-specific MR informationSteve Wise1-0/+61
2018-05-24iw_cxgb4: provide detailed driver-specific CQ informationSteve Wise1-0/+163
2018-05-24iw_cxgb4: provide detailed provider-specific CM_ID informationSteve Wise1-0/+84
2018-05-22iw_cxgb4: always set iw_cm_id.provider_dataSteve Wise1-0/+1
2018-05-15iw_cxgb4: remove wr_id attributesSteve Wise1-55/+0
2018-05-15iw_cxgb4: fix uninitialized variable warningsSteve Wise1-2/+2
2018-05-09Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextDoug Ledford5-7/+49
2018-05-09iw_cxgb4: Fix an error handling path in 'c4iw_get_dma_mr()'Christophe Jaillet1-2/+2
2018-05-03iw_cxgb4: dump detailed driver-specific QP informationSteve Wise4-1/+263
2018-05-01IB/cxgb4: use skb_put_zero()/__skb_put_zeroYueHaibing1-6/+3
2018-04-27iw_cxgb4: Atomically flush per QP HW CQEsBharat Potnuri3-4/+13
2018-04-27RDMA/cxgb4: release hw resources on device removalRaju Rangoju3-3/+36
2018-04-06Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-13/+38
2018-03-29iw_cxgb4: print mapped ports correctlyBharat Potnuri1-12/+12
2018-03-23iw_cxgb4: Add ib_device->get_netdev supportSteve Wise1-0/+19
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak1-0/+1
2018-03-16cxgb4: notify fatal error to uld driversGanesh Goudar1-0/+1
2018-03-15RDMA/cxgb4: Use structs to describe the uABI instead of opencodingJason Gunthorpe1-1/+3
2018-03-08iw_cxgb4: initialize ib_mr fields for user mrsSteve Wise1-0/+3
2017-12-29iw_cxgb4: Change error/warn prints to pr_debugBharat Potnuri2-10/+9
2017-12-27Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.gitJason Gunthorpe4-20/+98
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 Wise4-11/+50
2017-12-21iw_cxgb4: Only validate the MSN for successful completionsSteve Wise1-3/+3
2017-12-13RDMA/cxgb4: Add a sanity check in process_work()Dan Carpenter1-2/+8
2017-12-13iw_cxgb4: make pointer reg_workq staticColin Ian King1-1/+1
2017-12-13infiniband: cxgb4: use ktime_get for timestampsArnd Bergmann4-26/+22
2017-12-11iw_cxgb4: only insert drain cqes if wq is flushedSteve Wise2-2/+17
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 Wise2-11/+17
2017-11-13iw_cxgb4: Fix possible circular dependency locking warningBharat Potnuri3-25/+39
2017-11-13iw_cxgb4: remove BUG_ON() usage.Steve Wise7-38/+13
2017-11-13RDMA/cxgb4: Protect from possible dereferenceLeon Romanovsky1-1/+1
2017-11-10RDMA/cxgb4: Annotate r2 and stag as __be32Leon Romanovsky1-2/+2
2017-10-25RDMA/cxgb4: Declare stag as __be32Leon Romanovsky1-1/+1
2017-10-18Merge branch 'timer_setup' into for-nextDoug Ledford3-10/+5
2017-10-18RDMA/cxgb4: Convert timers to use timer_setup()Kees Cook3-10/+5
2017-10-14RDMA/cxgb4: Remove a set-but-not-used variableBart Van Assche1-3/+0