aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma
AgeCommit message (Expand)AuthorFilesLines
2024-03-03RDMA/uverbs: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-6/+8
2024-02-21RDMA/uverbs: Remove flexible arrays from struct *_filterErick Archer1-18/+1
2023-12-04RDMA/core: Fix umem iterator when PAGE_SIZE is greater then HCA pgszMike Marciniszyn2-1/+9
2023-10-04RDMA/core: Fix a couple of obvious typos in commentsChuck Lever1-1/+1
2023-10-02RDMA: Annotate struct rdma_hw_stats with __counted_byKees Cook1-1/+1
2023-09-26IB/mlx5: Expose XDR speed through MADOr Har-Toov1-0/+2
2023-09-26IB/core: Add support for XDR link speedOr Har-Toov1-0/+2
2023-09-20RDMA/core: Add support to dump SRQ resource in RAW formatwenglianfa1-0/+1
2023-09-20RDMA/core: Add dedicated SRQ resource tracker functionwenglianfa1-0/+1
2023-08-13RDMA Remove unused function declarationsYue Haibing2-23/+0
2023-07-03rdma: fix INFINIBAND_USER_ACCESS dependencyArnd Bergmann1-2/+4
2023-06-11RDMA/cma: Always set static rate to 0 for RoCEMark Zhang1-23/+0
2023-04-16RDMA: Add ib_virt_dma_to_page()Jason Gunthorpe1-0/+25
2023-02-12RDMA/umem: Remove unused 'work' member from struct ib_umemJason Gunthorpe1-1/+0
2023-02-07RDMA/restrack: Correct spellingDeming Wang1-2/+2
2023-01-15RDMA/mlx: Calling qp event handler in workqueue contextMark Zhang1-1/+1
2023-01-10RDMA/cma: Refactor the inbound/outbound path records process flowMark Zhang2-2/+1
2022-12-09RDMA: Extend RDMA kernel verbs ABI to support flushLi Zhijian2-1/+20
2022-12-01RDMA: Extend RDMA kernel ABI to support atomic writeXiao Yang2-0/+5
2022-11-28RDMA: Add netdevice_tracker to ib_device_set_netdev()Jason Gunthorpe1-0/+1
2022-10-19RDMA/opa_vnic: fix spelling typo in commentJiangshan Yi1-1/+1
2022-10-19RDMA/core: return -EOPNOSUPP for ODP unsupported deviceLi Zhijian1-1/+1
2022-09-27RDMA/core: Add UVERBS_ATTR_RAW_FDJason Gunthorpe1-0/+13
2022-09-22RDMA/cm: Use DLID from inbound/outbound PathRecords as the datapath DLIDMark Zhang1-0/+2
2022-09-22RDMA/cma: Multiple path records support with netlink channelMark Zhang2-1/+8
2022-09-22RDMA/core: Rename rdma_route.num_paths field to num_pri_alt_pathsMark Zhang1-1/+6
2022-08-30IB/cm: remove cm_id_priv->id.service_mask and service_mask parameter of cm_in...Mark Zhang1-1/+0
2022-08-30IB/cm: Remove the service_mask parameter from ib_cm_listen()Mark Zhang1-6/+1
2022-08-21IB: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds1-0/+11
2022-07-26RDMA/core: introduce ib_dma_pci_p2p_dma_supported()Logan Gunthorpe1-0/+11
2022-07-22RDMA: Fix comment typoXin Gao1-1/+1
2022-06-16RDMA/core: Add a netevent notifier to cmaPatrisious Haddad1-0/+1
2022-05-24RDMA/core: Fix typo in commentJulia Lawall1-1/+1
2022-04-12Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jason Gunthorpe1-8/+0
2022-04-09RDMA/core: Delete IPsec flow action logic from the coreLeon Romanovsky1-8/+0
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2-53/+38
2022-04-04IB/uverbs: Move part of enum ib_device_cap_flags to uapiXiao Yang1-38/+66
2022-04-04IB/uverbs: Move enum ib_raw_packet_caps to uapiXiao Yang1-7/+11
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann1-1/+1
2022-01-07RDMA/core: Calculate UDP source port based on flow label or lqpn/rqpnZhu Yanjun1-0/+17
2022-01-05IB/mlx5: Expose NDR speed through MADMaher Sanalla1-0/+1
2022-01-05RDMA/mad: Delete duplicated init_query_mad functionsLeon Romanovsky1-1/+11
2021-11-16RDMA/netlink: Add __maybe_unused to static inline in C fileLeon Romanovsky1-1/+1
2021-10-29RDMA/hns: Use the core code to manage the fixed mmap entriesChengchang Tang1-0/+9
2021-10-28RDMA/umem: Allow pinned dmabuf umem usageGal Pressman1-0/+11
2021-10-13RDMA/core: Set sgtable nents when using ib_dma_virt_map_sg()Logan Gunthorpe1-1/+6
2021-10-12RDMA/mlx5: Add modify_op_stat() supportAharon Landau1-0/+2
2021-10-12RDMA/mlx5: Add steering support in optional flow countersAharon Landau1-0/+1
2021-10-12RDMA/counter: Add optional counter supportAharon Landau2-0/+15
2021-10-12RDMA/counter: Add an is_disabled field in struct rdma_hw_statsAharon Landau1-0/+3
2021-10-12RDMA/core: Add a helper API rdma_free_hw_stats_structMark Zhang1-23/+4
2021-10-12RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau1-6/+15
2021-08-30Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe2-6/+33
2021-08-24RDMA: Use the sg_table directly and remove the opencoded version from umemMaor Gottlieb2-7/+33
2021-08-24lib/scatterlist: Fix wrong update of orig_nentsMaor Gottlieb1-0/+1
2021-08-19RDMA/core/sa_query: Remove unused functionHåkon Bugge1-24/+0
2021-08-03RDMA/core: Reorganize create QP low-level functionsLeon Romanovsky1-4/+12
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky1-5/+25
2021-08-03RDMA/rdmavt: Decouple QP and SGE lists allocationsLeon Romanovsky1-1/+1
2021-06-21IB/core: Shuffle locks in ib_port_data to save memoryAnand Khoje1-1/+3
2021-06-21RDMA/mlx5: Enable Relaxed Ordering by default for kernel ULPsAvihai Horon1-0/+8
2021-06-16RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe1-23/+7
2021-06-16RDMA: Change ops->init_port to ops->port_groupsJason Gunthorpe2-10/+3
2021-06-16RDMA/core: Expose the ib port sysfs attribute machineryJason Gunthorpe1-0/+41
2021-06-16RDMA/core: Create the device hw_counters through the normal groups mechanismJason Gunthorpe1-4/+5
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-06-02IB/cm: Simplify ib_cancel_mad() and ib_modify_mad() callsMark Zhang1-14/+13
2021-05-28IB/hfi1: Move a function from a header file into a .c fileBart Van Assche1-5/+0
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 Ostrovsky2-0/+9
2021-04-13Merge branch 'mlx5_memic_ops' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jason Gunthorpe1-1/+1
2021-04-13RDMA/uverbs: Make UVERBS_OBJECT_METHODS to consider line numberMaor Gottlieb1-1/+1
2021-04-12IB/cma: Introduce rdma_set_min_rnr_timer()Håkon Bugge1-0/+2
2021-04-07IB/{ipoib,hfi1}: Add a timeout handler for rdma_netdevMike Marciniszyn1-0/+2
2021-04-01RDMA/uverbs: Fix -Wunused-function warningYueHaibing1-3/+4
2021-03-26RDMA: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch8-121/+135
2021-03-22RDMA/include: Mundane typo fixes throughout the fileBhaskar Chowdhury1-4/+4
2021-03-11IB/core: Split uverbs_get_const/default to consider target typeYishai Hadas1-13/+67
2021-03-11RDMA/core: Remove unused req_ncomp_notif device operationGal Pressman1-15/+0
2021-03-10RDMA/iwcm: Allow AFONLY binding for IPv6 addressesBernard Metzler1-0/+1
2021-02-16RDMA/ipoib: Remove racy Subnet Manager sendonly join checksChristoph Lameter1-4/+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
2021-01-20RDMA/umem: Support importing dma-buf as user memory regionJianxin Xiong1-3/+45
2021-01-18RDMA/nldev: Return an error message on failure to turn auto modePatrisious Haddad1-1/+2
2020-12-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds5-109/+189
2020-12-10RDMA/uverbs: Fix incorrect variable typeAvihai Horon1-0/+10
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 Gunthorpe2-3/+9
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-27RDMA/core: Allow drivers to disable restrack DBLeon Romanovsky1-0/+24
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski2-0/+2
2020-11-17RDMA/core: remove use of dma_virt_opsChristoph Hellwig1-23/+50
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe1-12/+2
2020-11-16RDMA/mlx5: Use ib_umem_find_best_pgoff() for SRQJason Gunthorpe1-0/+42
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: Make FD destroy callback voidLeon Romanovsky1-2/+2
2020-11-12RDMA/core: Postpone uobject cleanup on failure till FD closeLeon Romanovsky1-42/+2
2020-10-28IB/verbs: avoid nested container_of()Arnd Bergmann1-6/+9
2020-10-28RDMA: Add rdma_connect_locked()Jason Gunthorpe1-12/+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: Introduce new GID table query APIAvihai Horon1-0/+3
2020-10-01RDMA/core: Modify enum ib_gid_type and enum rdma_network_typeAvihai Horon1-7/+10
2020-10-01IB/core: Enable ODP sync without faultingYishai Hadas1-1/+1
2020-10-01IB/core: Improve ODP to use hmm_range_fault()Yishai Hadas1-13/+8
2020-09-30RDMA/core: Remove ucontext->closingJason Gunthorpe1-6/+0
2020-09-22RDMA/restrack: Improve readability in task name managementLeon Romanovsky2-45/+15
2020-09-22RDMA/restrack: Simplify restrack tracking in kernel flowsLeon Romanovsky1-1/+0
2020-09-22RDMA/restrack: Count references to the verbs objectsLeon Romanovsky1-7/+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-11RDMA/mlx4: Use ib_umem_num_dma_blocks()Jason Gunthorpe1-2/+0
2020-09-11RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks()Jason Gunthorpe1-3/+12
2020-09-09RDMA/umem: Add rdma_umem_for_each_dma_block()Jason Gunthorpe1-0/+20
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/umem: Fix signature of stub ib_umem_find_best_pgsz()Jason Gunthorpe1-4/+5
2020-08-31RDMA/hns: Get udp sport num dynamically instead of using a fixed valueWeihang Li1-0/+1
2020-08-27RDMA/cma: Add missing locking to rdma_accept()Jason Gunthorpe1-0/+5
2020-08-18RDMA/cm: Remove unused cm_classJason Gunthorpe1-3/+0
2020-08-18RDMA: Remove constant domain argument from flow creation callLeon Romanovsky1-12/+1
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds31-986/+103
2020-07-29IB/rdmavt: Fix RQ counting issues causing use of an invalid RWQEMike Marciniszyn1-0/+19
2020-07-29RDMA/include: Replace license text with SPDX tagsLeon Romanovsky31-946/+59
2020-07-24RDMA/core: Align abort/commit object scheme for write() and ioctl() pathsLeon Romanovsky2-0/+15
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
2020-07-06RDMA/core: Clean ib_alloc_xrcd() and reuse it to allocate XRC domainMaor Gottlieb1-15/+3
2020-07-06RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman1-1/+1
2020-07-06RDMA/core: Remove ib_alloc_mr_user functionGal Pressman1-8/+2
2020-07-03RDMA/mlx5: Introduce ODP prefetch counterMaor Gottlieb1-0/+1
2020-06-24RDMA/core: Delete not-used create RWQ table functionLeon Romanovsky1-3/+0
2020-06-24RDMA: Add support to dump resource tracker in RAW formatMaor Gottlieb1-0/+3
2020-06-23RDMA: Add dedicated CM_ID resource tracker functionMaor Gottlieb1-2/+2
2020-06-23RDMA: Add dedicated QP resource tracker functionMaor Gottlieb1-0/+1
2020-06-23RDMA: Add a dedicated CQ resource tracker functionMaor Gottlieb1-0/+1
2020-06-23RDMA: Add dedicated MR resource tracker functionMaor Gottlieb1-2/+2
2020-06-08dynamic_debug: add an option to enable dynamic debug for modules onlyOrson Zhai1-2/+4
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds13-276/+287
2020-06-02RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe1-1/+0
2020-06-02RDMA: Remove 'max_fmr'Jason Gunthorpe1-1/+0
2020-06-02RDMA/core: Remove FMR device opsMax Gurtovoy1-59/+0
2020-06-02RDMA/core: Remove FMR pool APIMax Gurtovoy1-93/+0
2020-05-29RDMA/core: Introduce shared CQ pool APIYamin Friedman1-1/+16
2020-05-29RDMA/core: Add protection for shared CQs used by ULPsYamin Friedman1-1/+4
2020-05-29RDMA/core: Use offsetofend() instead of open codingJason Gunthorpe1-2/+1
2020-05-27RDMA/cma: Provide ECE reject reasonLeon Romanovsky1-1/+1
2020-05-27RDMA/cma: Connect ECE to rdma_acceptLeon Romanovsky1-0/+3
2020-05-27RDMA/cm: Send and receive ECE parameter over the wireLeon Romanovsky1-1/+8
2020-05-27RDMA/ucma: Deliver ECE parameters through UCMA eventsLeon Romanovsky1-0/+1
2020-05-27RDMA/ucma: Extend ucma_connect to receive ECE parametersLeon Romanovsky1-0/+3
2020-05-27RDMA/cm: Add Enhanced Connection Establishment (ECE) bitsLeon Romanovsky1-0/+6
2020-05-27RDMA/core: Fix double destruction of uobjectJason Gunthorpe1-1/+1
2020-05-27RDMA/core: Use sizeof_field() helperGustavo A. R. Silva1-6/+6
2020-05-21IB/uverbs: Move QP, SRQ, WQ type and flags to UAPIYishai Hadas1-19/+24
2020-05-21RDMA/core: Allow the ioctl layer to abort a fully created uobjectJason Gunthorpe4-2/+11
2020-05-21IB/ipoib: Increase ipoib Datagram mode MTU's upper limitKaike Wan2-9/+78
2020-05-21IB/{rdmavt, hfi1}: Implement creation of accelerated UD QPsGary Leshner2-4/+4
2020-05-21IB/hfi1: Remove module parameter for KDETH qpnsGary Leshner1-1/+28
2020-05-21IB/hfi1: Add functions to transmit datagram ipoib packetsGary Leshner1-0/+1
2020-05-17RDMA/core: Consolidate ib_create_srq flowsJason Gunthorpe1-15/+12
2020-05-13IB/rdmavt: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-06RDMA/core: Add hash functions to calculate RoCEv2 flowlabel and UDP source portMark Zhang1-0/+44
2020-05-06RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe1-1/+1
2020-05-06RDMA/mad: Remove snoop interfaceMaor Gottlieb1-48/+1
2020-05-02RDMA/core: Get xmit slave for LAGMaor Gottlieb1-0/+2
2020-05-02RDMA/core: Add LAG functionalityMaor Gottlieb2-0/+24
2020-05-02RDMA: Group create AH arguments in structMaor Gottlieb1-2/+7
2020-04-14RDMA/cma: Limit the scope of rdma_is_consumer_reject functionLeon Romanovsky1-8/+0
2020-03-27IB/mlx5: Expose UAR object and its alloc/destroy commandsYishai Hadas1-1/+1
2020-03-13RDMA/cm: Delete not implemented CM peer to peer communicationLeon Romanovsky1-1/+0
2020-02-20RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva5-13/+13
2020-02-19RDMA/core: Add helper function to retrieve driver gid context from gid attrSelvin Xavier1-0/+1
2020-02-18RDMA/core: Get rid of ib_create_qp_userJason Gunthorpe1-29/+2
2020-01-30RDMA/core: Make the entire API tree staticJason Gunthorpe1-3/+3
2020-01-25RDMA/cm: Remove CM message structsJason Gunthorpe1-1/+6