summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe2018-05-281-2/+2
|\
| * iw_cxgb4: Fix an error handling path in 'c4iw_get_dma_mr()'Christophe Jaillet2018-05-091-2/+2
* | iw_cxgb4: provide detailed driver-specific MR informationSteve Wise2018-05-241-0/+61
* | iw_cxgb4: provide detailed driver-specific CQ informationSteve Wise2018-05-241-0/+163
* | iw_cxgb4: provide detailed provider-specific CM_ID informationSteve Wise2018-05-241-0/+84
* | iw_cxgb4: always set iw_cm_id.provider_dataSteve Wise2018-05-221-0/+1
* | iw_cxgb4: remove wr_id attributesSteve Wise2018-05-151-55/+0
* | iw_cxgb4: fix uninitialized variable warningsSteve Wise2018-05-151-2/+2
* | Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextDoug Ledford2018-05-095-7/+49
|\ \ | |/
| * iw_cxgb4: Atomically flush per QP HW CQEsBharat Potnuri2018-04-273-4/+13
| * RDMA/cxgb4: release hw resources on device removalRaju Rangoju2018-04-273-3/+36
* | iw_cxgb4: dump detailed driver-specific QP informationSteve Wise2018-05-034-1/+263
* | IB/cxgb4: use skb_put_zero()/__skb_put_zeroYueHaibing2018-05-011-6/+3
|/
* Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-063-13/+38
|\
| * iw_cxgb4: print mapped ports correctlyBharat Potnuri2018-03-291-12/+12
| * iw_cxgb4: Add ib_device->get_netdev supportSteve Wise2018-03-231-0/+19
| * IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak2018-03-191-0/+1
| * RDMA/cxgb4: Use structs to describe the uABI instead of opencodingJason Gunthorpe2018-03-151-1/+3
| * iw_cxgb4: initialize ib_mr fields for user mrsSteve Wise2018-03-081-0/+3
* | cxgb4: notify fatal error to uld driversGanesh Goudar2018-03-161-0/+1
|/
* iw_cxgb4: Change error/warn prints to pr_debugBharat Potnuri2017-12-292-10/+9
* Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Jason Gunthorpe2017-12-274-20/+98
|\
| * 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-214-11/+50
| * iw_cxgb4: Only validate the MSN for successful completionsSteve Wise2017-12-211-3/+3
| * iw_cxgb4: only insert drain cqes if wq is flushedSteve Wise2017-12-112-2/+17
| * iw_cxgb4: only clear the ARMED bit if a notification is neededSteve Wise2017-12-071-4/+4
* | RDMA/cxgb4: Add a sanity check in process_work()Dan Carpenter2017-12-131-2/+8
* | iw_cxgb4: make pointer reg_workq staticColin Ian King2017-12-131-1/+1
* | infiniband: cxgb4: use ktime_get for timestampsArnd Bergmann2017-12-134-26/+22
|/
* 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-132-11/+17
* iw_cxgb4: Fix possible circular dependency locking warningBharat Potnuri2017-11-133-25/+39
* iw_cxgb4: remove BUG_ON() usage.Steve Wise2017-11-137-38/+13
* RDMA/cxgb4: Protect from possible dereferenceLeon Romanovsky2017-11-131-1/+1
* RDMA/cxgb4: Annotate r2 and stag as __be32Leon Romanovsky2017-11-101-2/+2
* RDMA/cxgb4: Declare stag as __be32Leon Romanovsky2017-10-251-1/+1
* Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-183-10/+5
|\
| * RDMA/cxgb4: Convert timers to use timer_setup()Kees Cook2017-10-183-10/+5
* | RDMA/cxgb4: Remove a set-but-not-used variableBart Van Assche2017-10-141-3/+0
* | RDMA/cxgb4: Suppress gcc 7 fall-through complaintsBart Van Assche2017-10-141-0/+1
* | RDMA/cxgb4: Remove the obsolete kernel module option 'c4iw_debug'Bart Van Assche2017-10-141-4/+0
* | RDMA/cxgb4: Fix indentationBart Van Assche2017-10-142-6/+6
* | iw_cxgb4: add referencing to wait objectsSteve Wise2017-09-296-65/+123
* | iw_cxgb4: allocate wait object for each ep objectSteve Wise2017-09-293-20/+28
* | iw_cxgb4: allocate wait object for each qp objectSteve Wise2017-09-292-22/+34
* | iw_cxgb4: allocate wait object for each cq objectSteve Wise2017-09-292-27/+37
* | iw_cxgb4: allocate wait object for each memory objectSteve Wise2017-09-292-89/+141
* | iw_cxgb4: change pr_debug to appropriate log levelBharat Potnuri2017-09-275-32/+32
* | iw_cxgb4: Remove __func__ parameter from pr_debug()Bharat Potnuri2017-09-279-235/+217
OpenPOWER on IntegriCloud