summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | RDMA/hns: Support to create 1M srq queuechenglang2019-04-081-1/+1
| * | | | RDMA/umem: Use correct value for SG entries in sg_copy_to_buffer()Shiraz Saleem2019-04-081-2/+2
| * | | | RDMA/hns: Dump detailed driver-specific CQLijun Ou2019-04-088-2/+181
| * | | | RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-0840-409/+303Star
| * | | | RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-0835-326/+225Star
| * | | | IB: When attrs.udata/ufile is available use that instead of uobjectJason Gunthorpe2019-04-085-8/+8
| * | | | IB/mlx5: Remove references to uboject->contextJason Gunthorpe2019-04-083-14/+23
| * | | | RDMA/nldev: Return device protocolLeon Romanovsky2019-04-081-1/+23
| * | | | 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-085-28/+93
| * | | | RDMA/cm: Remove useless zeroing of static global variableLeon Romanovsky2019-04-041-1/+0Star
| * | | | 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/+52Star
| * | | | 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/+0Star
| | * | | | 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/+18Star
| | * | | | IB/hfi1: Delay the release of destination mr for TID RDMA WRITE DATAKaike Wan2019-04-033-29/+18Star
| * | | | | 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-0152-324/+270Star
| * | | | | 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-0172-309/+319
| * | | | | IB: Pass uverbs_attr_bundle down uobject destroy pathShamir Rabinovitch2019-04-0112-70/+102
| * | | | | IB: ucontext should be set properly for all cmd & ioctl pathsShamir Rabinovitch2019-04-014-61/+28Star
| * | | | | opa_vnic: Convert vport_idr to XArrayMatthew Wilcox2019-04-011-37/+23Star
| * | | | | qib: Convert qib_unit_table to XArrayMatthew Wilcox2019-04-015-69/+27Star
| * | | | | hfi1: Convert hfi1_unit_table to XArrayMatthew Wilcox2019-04-016-68/+31Star
| * | | | | qedr: Convert srqidr to XArrayMatthew Wilcox2019-03-293-41/+7Star
| * | | | | qedr: Convert qpidr to XArrayMatthew Wilcox2019-03-294-11/+8Star
| * | | | | hfi1: Convert vesw_idr to XArrayMatthew Wilcox2019-03-292-10/+9Star
| * | | | | RDMA/hns: Convert qp_table_tree to XArrayMatthew Wilcox2019-03-292-40/+16Star
| * | | | | RDMA/hns: Convert cq_table to XArrayMatthew Wilcox2019-03-292-24/+12Star
| * | | | | RDMA/core: Add command to set ib_core device net namspace sharing modeParav Pandit2019-03-283-0/+114
| * | | | | RDMA/core: Add interface to read device namespace sharing modeParav Pandit2019-03-283-1/+34
| * | | | | 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-284-0/+38
| * | | | | 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-281-4/+257
| * | | | | 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-282-17/+36
| * | | | | 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
| * | | | | RDMA/mthca: Use correct sizing on buffers holding page DMA addressesShiraz Saleem2019-03-281-1/+1
| * | | | | RDMA/cxbg: Use correct sizing on buffers holding page DMA addressesShiraz Saleem2019-03-282-2/+2
| * | | | | RDMA/bnxt_re: Use correct sizing on buffers holding page DMA addressesSelvin Xavier2019-03-287-53/+67
| * | | | | IB/qib: Remove a set-but-not-used variableBart Van Assche2019-03-281-4/+1Star