aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma/ib_verbs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-16RDMA/core: Split port and device counter sysfs attributesJason Gunthorpe1-2/+2
2021-06-16RDMA/core: Replace the ib_port_data hw_stats pointers with a ib_port pointerJason Gunthorpe1-1/+2
2021-06-16RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe1-6/+7
2021-05-11RDMA: Remove unnecessary struct declarationWan Jiabing1-1/+0
2021-05-11RDMA/core: Remove never used ib_modify_wq function callLeon Romanovsky1-2/+0
2021-04-22RDMA/restrack: Add support to get resource tracking for SRQNeta Ostrovsky1-0/+5
2021-04-07IB/{ipoib,hfi1}: Add a timeout handler for rdma_netdevMike Marciniszyn1-0/+2
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch1-82/+95
2021-03-11RDMA/core: Remove unused req_ncomp_notif device operationGal Pressman1-15/+0
2021-02-05RDMA/core: Introduce and use API to read port immutable dataParav Pandit1-0/+3
2021-01-20RDMA/core: Add device method for registering dma-buf based memory regionJianxin Xiong1-1/+5
2020-12-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-101/+97
2020-12-07IB: Fix kernel-doc markupsMauro Carvalho Chehab1-0/+11
2020-12-07RDMA/uverbs: Allow drivers to create a new HW object during rereg_mrJason Gunthorpe1-3/+4
2020-12-07RDMA/uverbs: Check ODP in ib_check_mr_access() as wellJason Gunthorpe1-1/+5
2020-11-27RDMA/restrack: Support all QP typesLeon Romanovsky1-2/+8
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-11-17RDMA/core: remove use of dma_virt_opsChristoph Hellwig1-23/+50
2020-11-12RDMA: Lift ibdev_to_node from rds to common codeChristoph Hellwig1-0/+13
2020-11-12RDMA/core: Remove ib_dma_{alloc,free}_coherentChristoph Hellwig1-29/+0
2020-11-12RDMA/core: Postpone uobject cleanup on failure till FD closeLeon Romanovsky1-42/+2
2020-10-26RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe1-0/+2
2020-10-26RDMA/core Remove uverbs_ex_cmd_maskJason Gunthorpe1-1/+0
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe1-0/+2
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe1-1/+2
2020-10-01RDMA/uverbs: Expose the new GID query API to user spaceAvihai Horon1-3/+3
2020-10-01RDMA/core: Modify enum ib_gid_type and enum rdma_network_typeAvihai Horon1-7/+10
2020-09-30RDMA/core: Remove ucontext->closingJason Gunthorpe1-6/+0
2020-09-18Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe1-3/+4
2020-09-18RDMA: Fix link active_speed sizeAharon Landau1-3/+4
2020-09-17RDMA: Convert RWQ table logic to ib_core allocation schemeLeon Romanovsky1-5/+4
2020-09-17RDMA: Clean MW allocation and free flowsLeon Romanovsky1-2/+2
2020-09-11RDMA/core: Added missing WR and WC opcodesBob Pearson1-7/+9
2020-09-09RDMA/umem: Use simpler logic for ib_umem_find_best_pgsz()Jason Gunthorpe1-24/+0
2020-09-09RDMA: Make counters destroy symmetricalLeon Romanovsky1-1/+1
2020-09-09RDMA: Restore ability to return error for destroy WQLeon Romanovsky1-2/+2
2020-09-09RDMA: Change XRCD destroy return valueLeon Romanovsky1-1/+1
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky1-2/+4
2020-09-09RDMA/core: Delete function indirection for alloc/free kernel CQLeon Romanovsky1-56/+6
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky1-3/+5
2020-09-09RDMA: Restore ability to fail on AH destroyLeon Romanovsky1-3/+5
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky1-8/+5
2020-09-09RDMA/core: Change how failing destroy is handled during uobj abortJason Gunthorpe1-5/+0
2020-08-31RDMA/hns: Get udp sport num dynamically instead of using a fixed valueWeihang Li1-0/+1
2020-08-18RDMA: Remove constant domain argument from flow creation callLeon Romanovsky1-12/+1
2020-07-29RDMA/include: Replace license text with SPDX tagsLeon Romanovsky1-29/+2
2020-07-06RDMA: Move XRCD to be under ib_core responsibilityLeon Romanovsky1-3/+3
2020-07-06RDMA/core: Create and destroy counters in the ib_coreLeon Romanovsky1-3/+4
2020-07-06IB/uverbs: Expose UAPI to query ucontextYishai Hadas1-0/+4
2020-07-06RDMA/core: Optimize XRC target lookupMaor Gottlieb1-3/+2