summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/provider.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-061-4/+4
* RDMA/cxgb4: Use helper function to set GUIDsKamal Heib2021-11-191-3/+5
* RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau2021-10-121-11/+11
* RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-031-0/+1
* RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe2021-06-161-1/+1
* RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe2021-06-161-6/+3
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-261-6/+6
* RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches2020-10-261-5/+6
* RDMA: Remove uverbs cmds from drivers that don't use themJason Gunthorpe2020-10-261-5/+0
* RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe2020-10-261-4/+1
* RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe2020-10-261-15/+1
* RDMA/cxgb4: Remove MW supportJason Gunthorpe2020-10-261-2/+0
* RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe2020-10-161-1/+3
* RDMA: Clean MW allocation and free flowsLeon Romanovsky2020-09-171-1/+3
* RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2020-09-091-1/+2
* RDMA/cxgb4: Remove the query_pkey callbackKamal Heib2020-07-201-11/+0
* RDMA: Add dedicated CM_ID resource tracker functionMaor Gottlieb2020-06-231-8/+1
* RDMA: Add a dedicated CQ resource tracker functionMaor Gottlieb2020-06-231-0/+1
* RDMA: Add dedicated MR resource tracker functionMaor Gottlieb2020-06-231-0/+1
* RDMA/iw_cxgb4: Report correct port speed/widthPotnuri Bharat Teja2019-10-281-3/+4
* RDMA/{cxgb3, cxgb4, i40iw}: Remove common codeKamal Heib2019-08-121-24/+0
* RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-111-0/+1
* RDMA: Move owner into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
* RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
* RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe2019-06-101-1/+2
* RDMA/cxgb4: Use sizeof() notationLeon Romanovsky2019-05-271-1/+0
* RDMA: Get rid of iw_cm_verbsKamal Heib2019-05-031-21/+12
* RDMA/cxgb4: Use ib_device_set_netdev()Steve Wise2019-04-091-19/+17
* RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-081-0/+1
* IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-011-3/+2
* IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-2/+2
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-17/+9
* RDMA/cxgb4: Remove kref accounting for sync operationLeon Romanovsky2019-02-151-13/+3
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-081-15/+10
* iw_cxgb*: kzalloc the iwcm verbs structSteve Wise2019-02-041-1/+1
* RDMA/core: Use the ops infrastructure to keep all callbacks in one placeLeon Romanovsky2019-01-301-1/+1
* RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit2019-01-141-6/+8
* RDMA: Rename port_callback to init_portParav Pandit2019-01-141-1/+1
* RDMA/cxgb4: Initialize ib_device_ops structKamal Heib2018-12-111-35/+39
* RDMA/drivers: Use core provided API for registering device attributesParav Pandit2018-10-171-28/+19
* RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-261-2/+1
* RDMA/providers: Remove pointless functionsKamal Heib2018-07-301-41/+0
* rdma/cxgb4: Add support for kernel mode SRQ'sRaju Rangoju2018-07-251-1/+11
* IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-1/+2
* iw_cxgb4: dump detailed driver-specific QP informationSteve Wise2018-05-031-0/+8
* 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: Fix possible circular dependency locking warningBharat Potnuri2017-11-131-9/+17
* iw_cxgb4: remove BUG_ON() usage.Steve Wise2017-11-131-2/+2