summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe2018-08-161-1/+1
|\
| * iw_cxgb4: correctly enforce the max reg_mr depthSteve Wise2018-06-251-1/+1
* | iw_cxgb4: pass window scale in flowc work requestPotnuri Bharat Teja2018-08-082-24/+28
* | iw_cxgb4: Support FW write completion WRPotnuri Bharat Teja2018-08-024-2/+183
* | iw_cxgb4: RDMA write with immediate supportPotnuri Bharat Teja2018-08-024-15/+79
* | rdma/cxgb4: fix some info leaksDan Carpenter2018-08-021-4/+3
* | rdma/cxgb4: Simplify a structure initializationBart Van Assche2018-07-311-1/+1
* | rdma/cxgb4: Fix SRQ endianness annotationsBart Van Assche2018-07-311-1/+2
* | rdma/cxgb4: Remove a set-but-not-used variableBart Van Assche2018-07-311-2/+0
* | RDMA/providers: Remove pointless functionsKamal Heib2018-07-303-47/+0
* | RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-302-18/+21
* | RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-301-9/+12
* | rdma/cxgb4: Add support for kernel mode SRQ'sRaju Rangoju2018-07-258-167/+929
* | rdma/cxgb4: Add support for srq functions & structsRaju Rangoju2018-07-253-1/+173
* | rdma/cxgb4: Add support for 64Byte cqesRaju Rangoju2018-07-134-11/+56
* | RDMA/cxgb4: Restore the dropped uninitialized_varJason Gunthorpe2018-07-101-1/+1
* | RDMA/cxgb4: Make c4iw_poll_cq_one() easier to analyzeBart Van Assche2018-07-091-27/+35
* | iw_cxgb4: remove duplicate memcpy() in c4iw_create_listen()Bharat Potnuri2018-06-181-3/+0
* | IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-1/+2
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-7/+8
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+2
* iw_cxgb4: add INFINIBAND_ADDR_TRANS dependencyArnd Bergmann2018-06-041-0/+1
* 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