summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-0836-330/+229
* RDMA/core: Support object allocation in atomic contextLeon Romanovsky2019-04-081-1/+6
* IB: When attrs.udata/ufile is available use that instead of uobjectJason Gunthorpe2019-04-086-9/+9
* IB/mlx5: Remove references to uboject->contextJason Gunthorpe2019-04-083-14/+23
* RDMA/nldev: Return device protocolLeon Romanovsky2019-04-082-1/+28
* RDMA/cm: Move debug counters to be under relevant IB deviceLeon Romanovsky2019-04-083-38/+57
* opa_vnic: fix check on record->event, incorrect operator usedColin Ian King2019-04-081-1/+1
* RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEsShiraz Saleem2019-04-087-29/+95
* RDMA/cm: Remove useless zeroing of static global variableLeon Romanovsky2019-04-041-1/+0
* RDMA/iw_cxgb4: Always disconnect when QP is transitioning to TERMINATE statePotnuri Bharat Teja2019-04-041-2/+2
* RDMA/mlx5: Cleanup WQE page fault handlerLeon Romanovsky2019-04-041-67/+52
* Merge HFI1 updates into k.o/for-nextJason Gunthorpe2019-04-0310-131/+255
|\
| * IB/hfi1: Implement CCA for TID RDMA protocolKaike Wan2019-04-033-45/+167
| * IB/hfi1: Remove WARN_ON when freeing expected receive groupsKaike Wan2019-04-031-3/+0
| * IB/hfi1: Unify the software PSN check for TID RDMA READ/WRITEKaike Wan2019-04-033-28/+31
| * IB/hfi1: Add a function to read next expected psn from hardware flowKaike Wan2019-04-031-20/+18
| * IB/hfi1: Delay the release of destination mr for TID RDMA WRITE DATAKaike Wan2019-04-033-29/+18
| * IB/mlx5: Reset access mask when looping inside page fault handlerMoni Shoua2019-03-271-1/+2
| * IB/hfi1: Fix the allocation of RSM tableKaike Wan2019-03-271-7/+19
| * IB/hfi1: Eliminate opcode tests on mr derefKaike Wan2019-03-271-2/+2
| * IB/hfi1: Clear the IOWAIT pending bits when QP is put into error stateKaike Wan2019-03-271-0/+2
| * IB/hfi1: Failed to drain send queue when QP is put into error stateKaike Wan2019-03-271-1/+1
* | RDMA/cma: Set proper port number as indexLeon Romanovsky2019-04-031-1/+1
* | RDMA/hns: Fix bad endianess of port_pd variableLeon Romanovsky2019-04-021-1/+1
* | IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-0153-328/+271
* | IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch2019-04-0123-102/+177
* | IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-0173-343/+513
* | IB: Pass uverbs_attr_bundle down uobject destroy pathShamir Rabinovitch2019-04-0114-78/+116
* | IB: ucontext should be set properly for all cmd & ioctl pathsShamir Rabinovitch2019-04-016-81/+44
* | opa_vnic: Convert vport_idr to XArrayMatthew Wilcox2019-04-011-37/+23
* | qib: Convert qib_unit_table to XArrayMatthew Wilcox2019-04-015-69/+27
* | hfi1: Convert hfi1_unit_table to XArrayMatthew Wilcox2019-04-016-68/+31
* | RDMA/core: Don't compare specific bit after boolean ANDLeon Romanovsky2019-03-291-2/+2
* | RDMA/netlink: Remove unused data structureLeon Romanovsky2019-03-291-11/+0
* | qedr: Convert srqidr to XArrayMatthew Wilcox2019-03-293-41/+7
* | qedr: Convert qpidr to XArrayMatthew Wilcox2019-03-294-11/+8
* | hfi1: Convert vesw_idr to XArrayMatthew Wilcox2019-03-292-10/+9
* | RDMA/hns: Convert qp_table_tree to XArrayMatthew Wilcox2019-03-292-40/+16
* | RDMA/hns: Convert cq_table to XArrayMatthew Wilcox2019-03-292-24/+12
* | RDMA/core: Add command to set ib_core device net namspace sharing modeParav Pandit2019-03-284-1/+117
* | RDMA/core: Add interface to read device namespace sharing modeParav Pandit2019-03-284-2/+42
* | RDMA/core: Extend ib_device_get_by_index for net namespaceParav Pandit2019-03-283-11/+21
* | RDMA: Check net namespace access for uverbs, umad, cma and nldevParav Pandit2019-03-285-0/+41
* | RDMA/core: Add module param to disable device sharing among net nsParav Pandit2019-03-281-0/+7
* | RDMA/core: Support core port attributes in non init_netParav Pandit2019-03-283-7/+18
* | RDMA/core: Implement compat device/sysfs tree in net namespaceParav Pandit2019-03-282-4/+263
* | RDMA/core: Restrict sysfs entries view to init_netParav Pandit2019-03-281-1/+11
* | RDMA/core: Introduce ib_core_device to hold deviceParav Pandit2019-03-283-23/+55
* | RDMA/rdmavt: Use correct sizing on buffers holding page DMA addressesShiraz Saleem2019-03-281-1/+1
* | RDMA/rxe: Use correct sizing on buffers holding page DMA addressesShiraz Saleem2019-03-281-1/+1