aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky41-413/+308
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky36-330/+229
2019-04-08RDMA/core: Support object allocation in atomic contextLeon Romanovsky1-1/+6
2019-04-08IB: When attrs.udata/ufile is available use that instead of uobjectJason Gunthorpe6-9/+9
2019-04-08IB/mlx5: Remove references to uboject->contextJason Gunthorpe3-14/+23
2019-04-08RDMA/nldev: Return device protocolLeon Romanovsky2-1/+28
2019-04-08RDMA/cm: Move debug counters to be under relevant IB deviceLeon Romanovsky3-38/+57
2019-04-08opa_vnic: fix check on record->event, incorrect operator usedColin Ian King1-1/+1
2019-04-08RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEsShiraz Saleem7-29/+95
2019-04-04RDMA/cm: Remove useless zeroing of static global variableLeon Romanovsky1-1/+0
2019-04-04RDMA/iw_cxgb4: Always disconnect when QP is transitioning to TERMINATE statePotnuri Bharat Teja1-2/+2
2019-04-04RDMA/mlx5: Cleanup WQE page fault handlerLeon Romanovsky1-67/+52
2019-04-03Merge HFI1 updates into k.o/for-nextJason Gunthorpe10-131/+255
2019-04-03IB/hfi1: Implement CCA for TID RDMA protocolKaike Wan3-45/+167
2019-04-03IB/hfi1: Remove WARN_ON when freeing expected receive groupsKaike Wan1-3/+0
2019-04-03IB/hfi1: Unify the software PSN check for TID RDMA READ/WRITEKaike Wan3-28/+31
2019-04-03IB/hfi1: Add a function to read next expected psn from hardware flowKaike Wan1-20/+18
2019-04-03IB/hfi1: Delay the release of destination mr for TID RDMA WRITE DATAKaike Wan3-29/+18
2019-04-03RDMA/cma: Set proper port number as indexLeon Romanovsky1-1/+1
2019-04-02RDMA/hns: Fix bad endianess of port_pd variableLeon Romanovsky1-1/+1
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch53-328/+271
2019-04-01IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch23-102/+177
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch73-343/+513
2019-04-01IB: Pass uverbs_attr_bundle down uobject destroy pathShamir Rabinovitch14-78/+116
2019-04-01IB: ucontext should be set properly for all cmd & ioctl pathsShamir Rabinovitch6-81/+44
2019-04-01opa_vnic: Convert vport_idr to XArrayMatthew Wilcox1-37/+23
2019-04-01qib: Convert qib_unit_table to XArrayMatthew Wilcox5-69/+27
2019-04-01hfi1: Convert hfi1_unit_table to XArrayMatthew Wilcox6-68/+31
2019-03-29RDMA/core: Don't compare specific bit after boolean ANDLeon Romanovsky1-2/+2
2019-03-29RDMA/netlink: Remove unused data structureLeon Romanovsky1-11/+0
2019-03-29qedr: Convert srqidr to XArrayMatthew Wilcox3-41/+7
2019-03-29qedr: Convert qpidr to XArrayMatthew Wilcox4-11/+8
2019-03-29hfi1: Convert vesw_idr to XArrayMatthew Wilcox2-10/+9
2019-03-29RDMA/hns: Convert qp_table_tree to XArrayMatthew Wilcox2-40/+16
2019-03-29RDMA/hns: Convert cq_table to XArrayMatthew Wilcox2-24/+12
2019-03-28RDMA/core: Add command to set ib_core device net namspace sharing modeParav Pandit4-1/+117
2019-03-28RDMA/core: Add interface to read device namespace sharing modeParav Pandit4-2/+42
2019-03-28RDMA/core: Extend ib_device_get_by_index for net namespaceParav Pandit3-11/+21
2019-03-28RDMA: Check net namespace access for uverbs, umad, cma and nldevParav Pandit5-0/+41
2019-03-28RDMA/core: Add module param to disable device sharing among net nsParav Pandit1-0/+7
2019-03-28RDMA/core: Support core port attributes in non init_netParav Pandit3-7/+18
2019-03-28RDMA/core: Implement compat device/sysfs tree in net namespaceParav Pandit2-4/+263
2019-03-28RDMA/core: Restrict sysfs entries view to init_netParav Pandit1-1/+11
2019-03-28RDMA/core: Introduce ib_core_device to hold deviceParav Pandit3-23/+55
2019-03-28RDMA/rdmavt: Use correct sizing on buffers holding page DMA addressesShiraz Saleem1-1/+1
2019-03-28RDMA/rxe: Use correct sizing on buffers holding page DMA addressesShiraz Saleem1-1/+1
2019-03-28RDMA/mthca: Use correct sizing on buffers holding page DMA addressesShiraz Saleem1-1/+1
2019-03-28RDMA/cxbg: Use correct sizing on buffers holding page DMA addressesShiraz Saleem2-2/+2
2019-03-28RDMA/bnxt_re: Use correct sizing on buffers holding page DMA addressesSelvin Xavier7-53/+67
2019-03-28IB/qib: Remove a set-but-not-used variableBart Van Assche1-4/+1