aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky40-409/+303
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky35-326/+225
2019-04-08IB: When attrs.udata/ufile is available use that instead of uobjectJason Gunthorpe5-8/+8
2019-04-08IB/mlx5: Remove references to uboject->contextJason Gunthorpe3-14/+23
2019-04-08RDMA/nldev: Return device protocolLeon Romanovsky1-1/+23
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 Saleem5-28/+93
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 Rabinovitch52-324/+270
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 Rabinovitch72-309/+319
2019-04-01IB: Pass uverbs_attr_bundle down uobject destroy pathShamir Rabinovitch12-70/+102
2019-04-01IB: ucontext should be set properly for all cmd & ioctl pathsShamir Rabinovitch4-61/+28
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-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 Pandit3-0/+114
2019-03-28RDMA/core: Add interface to read device namespace sharing modeParav Pandit3-1/+34
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 Pandit4-0/+38
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 Pandit1-4/+257
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 Pandit2-17/+36
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
2019-03-28IB/hfi1: Fix two format stringsBart Van Assche2-4/+4
2019-03-28IB/mlx5: Declare devx_async_cmd_event_fops staticBart Van Assche1-1/+1
2019-03-28RDMA/uverbs: Allow the compiler to verify declaration and definition consistencyBart Van Assche4-0/+4