aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-23IB: remove the write-only usecnt field from struct ib_mrChristoph Hellwig4-19/+1
2015-12-23nes: simplify nes_reg_phys_mr calling conventionsChristoph Hellwig3-116/+37
2015-12-23cxgb3: simplify iwch_get_dma_wrChristoph Hellwig3-126/+26
2015-12-23IB: remove in-kernel support for memory windowsChristoph Hellwig20-276/+16
2015-12-23IB: remove support for phys MRsChristoph Hellwig16-677/+10
2015-12-23IB: remove ib_query_mrChristoph Hellwig1-7/+0
2015-12-23IB/IPoIB: Move multicast specific code out of ipoib_main.cChristoph Lameter3-14/+23
2015-12-23IB/IPoIB: factor out common multicast list removal codeChristoph Lameter3-17/+17
2015-12-23IB/mlx5: Support RoCEAchiad Shochat1-4/+44
2015-12-23IB/mlx5: Add RoCE fields to Address VectorAchiad Shochat4-19/+81
2015-12-23IB/mlx5: Support IB device's callbacks for adding/deleting GIDsAchiad Shochat1-0/+89
2015-12-23IB/mlx5: Set network_hdr_type upon RoCE responder completionAchiad Shochat1-0/+17
2015-12-23IB/mlx5: Extend query_device/port to support RoCEAchiad Shochat1-6/+69
2015-12-23IB/mlx5: Support IB device's callback for getting its netdevAchiad Shochat2-1/+73
2015-12-23IB/mlx5: Support IB device's callback for getting the link layerAchiad Shochat1-6/+19
2015-12-23IB/usnic: delete unneeded IS_ERR testJulia Lawall1-2/+2
2015-12-23IB/usnic: Handle 0 counts in resource allocationNelson Escobar1-25/+29
2015-12-23IB/usnic: Fix resource leak in error caseNelson Escobar1-1/+1
2015-12-23IB/usnic: Support more QP state transitionsNelson Escobar1-9/+9
2015-12-23IB/usnic: Fix message typoNelson Escobar1-1/+1
2015-12-23IB/usnic: Fix incorrect cast in usnic_ib_fw_string_to_u64Nelson Escobar1-1/+1
2015-12-23IB/usnic: Improve a failure messageNelson Escobar1-2/+3
2015-12-23IB/usnic: Remove unused prototypeNelson Escobar1-2/+0
2015-12-23IB/cma: Join and leave multicast groups with IGMPMoni Shoua2-9/+104
2015-12-23IB/core: Initialize UD header structure with IP and UDP headersMoni Shoua3-14/+150
2015-12-23IB/cma: Add configfs for rdma_cmMatan Barak6-7/+482
2015-12-23IB/rdma_cm: Add wrapper for cma reference countMatan Barak2-2/+13
2015-12-23IB/core: Validate route when we init ahMatan Barak6-77/+263
2015-12-23IB/core: Move rdma_is_upper_dev_rcu to header fileMatan Barak2-16/+17
2015-12-23IB/core: Add rdma_network_type to wcSomnath Kotur3-6/+142
2015-12-23IB/core: Add ROCE_UDP_ENCAP (RoCE V2) typeMatan Barak2-1/+3
2015-12-23IB/core: Add gid attributes to sysfsMatan Barak1-2/+182
2015-12-23IB/cm: Use the source GID index typeMatan Barak2-5/+22
2015-12-23IB/core: Add gid_type to gid attributeMatan Barak10-61/+170
2015-12-23IB/core: don't search the GID table twiceMatan Barak1-18/+35
2015-12-23IB/core: Change per-entry lock in RoCE GID table to one lockMatan Barak1-54/+89
2015-12-23IB/core: Refactor GID cache's ib_dispatch_eventMatan Barak1-8/+15
2015-12-22Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Doug Ledford13-800/+736
2015-12-22IB/core: Remove ib_query_deviceOr Gerlitz1-19/+0
2015-12-22IB/ulps: Avoid calling ib_query_deviceOr Gerlitz12-142/+63
2015-12-22IB/core: Avoid calling ib_query_deviceOr Gerlitz6-73/+12
2015-12-22IB/core: Save the device attributes on the device structureIra Weiny1-0/+8
2015-12-15Merge branch 'rdma-cq.2' of git://git.infradead.org/users/hch/rdma into 4.5/rdma-cqDoug Ledford13-798/+734
2015-12-11IB/iser: Convert to CQ abstractionChristoph Hellwig4-283/+210
2015-12-11IB/iser: Use helper for container_ofSagi Grimberg3-6/+9
2015-12-11IB/iser: Use a dedicated descriptor for loginSagi Grimberg3-83/+89
2015-12-11IB/srp: use the new CQ APIChristoph Hellwig2-94/+86
2015-12-11IB/srpt: chain RDMA READ/WRITE requestsChristoph Hellwig2-345/+130
2015-12-11IB: add a proper completion queue abstractionChristoph Hellwig6-6/+229
2015-12-08IB/mlx5: Postpone remove_keys under knowledge of coming preemptionLeon Romanovsky1-1/+13