summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* IB: remove in-kernel support for memory windowsChristoph Hellwig2015-12-2327-381/+16
* IB: remove support for phys MRsChristoph Hellwig2015-12-2328-1144/+15
* IB: remove ib_query_mrChristoph Hellwig2015-12-235-77/+0
* IB: start documenting device capabilitiesChristoph Hellwig2015-12-231-0/+18
* IB/IPoIB: Move multicast specific code out of ipoib_main.cChristoph Lameter2015-12-233-14/+23
* IB/IPoIB: factor out common multicast list removal codeChristoph Lameter2015-12-233-17/+17
* IB/mlx5: Support RoCEAchiad Shochat2015-12-231-4/+44
* IB/mlx5: Add RoCE fields to Address VectorAchiad Shochat2015-12-235-25/+96
* IB/mlx5: Support IB device's callbacks for adding/deleting GIDsAchiad Shochat2015-12-232-0/+109
* IB/mlx5: Set network_hdr_type upon RoCE responder completionAchiad Shochat2015-12-232-0/+23
* IB/mlx5: Extend query_device/port to support RoCEAchiad Shochat2015-12-232-13/+69
* net/mlx5_core: Introduce access functions to query vport RoCE fieldsAchiad Shochat2015-12-233-1/+76
* net/mlx5_core: Introduce access functions to enable/disable RoCEAchiad Shochat2015-12-232-0/+55
* net/mlx5_core: Break down the vport mac address query functionAchiad Shochat2015-12-231-10/+17
* IB/mlx5: Support IB device's callback for getting its netdevAchiad Shochat2015-12-232-1/+73
* IB/mlx5: Support IB device's callback for getting the link layerAchiad Shochat2015-12-231-6/+19
* IB/usnic: delete unneeded IS_ERR testJulia Lawall2015-12-231-2/+2
* IB/usnic: Handle 0 counts in resource allocationNelson Escobar2015-12-231-25/+29
* IB/usnic: Fix resource leak in error caseNelson Escobar2015-12-231-1/+1
* IB/usnic: Support more QP state transitionsNelson Escobar2015-12-231-9/+9
* IB/usnic: Fix message typoNelson Escobar2015-12-231-1/+1
* IB/usnic: Fix incorrect cast in usnic_ib_fw_string_to_u64Nelson Escobar2015-12-231-1/+1
* IB/usnic: Improve a failure messageNelson Escobar2015-12-231-2/+3
* IB/usnic: Remove unused prototypeNelson Escobar2015-12-231-2/+0
* IB/cma: Join and leave multicast groups with IGMPMoni Shoua2015-12-233-9/+106
* IB/core: Initialize UD header structure with IP and UDP headersMoni Shoua2015-12-234-21/+188
* IB/cma: Add configfs for rdma_cmMatan Barak2015-12-237-7/+504
* IB/rdma_cm: Add wrapper for cma reference countMatan Barak2015-12-232-2/+13
* IB/core: Validate route when we init ahMatan Barak2015-12-237-80/+270
* IB/core: Move rdma_is_upper_dev_rcu to header fileMatan Barak2015-12-232-16/+17
* IB/core: Add rdma_network_type to wcSomnath Kotur2015-12-235-6/+187
* IB/core: Add ROCE_UDP_ENCAP (RoCE V2) typeMatan Barak2015-12-233-3/+24
* IB/core: Add gid attributes to sysfsMatan Barak2015-12-232-2/+198
* IB/cm: Use the source GID index typeMatan Barak2015-12-232-5/+22
* IB/core: Add gid_type to gid attributeMatan Barak2015-12-2313-62/+185
* IB/core: don't search the GID table twiceMatan Barak2015-12-231-18/+35
* IB/core: Change per-entry lock in RoCE GID table to one lockMatan Barak2015-12-231-54/+89
* IB/core: Refactor GID cache's ib_dispatch_eventMatan Barak2015-12-231-8/+15
* Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Doug Ledford2015-12-2232-942/+888
|\
| * Merge branch 'rdma-cq.2' of git://git.infradead.org/users/hch/rdma into 4.5/r...Doug Ledford2015-12-1532-940/+886
| |\
| | * IB/iser: Convert to CQ abstractionChristoph Hellwig2015-12-114-283/+210
| | * IB/iser: Use helper for container_ofSagi Grimberg2015-12-113-6/+9
| | * IB/iser: Use a dedicated descriptor for loginSagi Grimberg2015-12-113-83/+89
| | * IB/srp: use the new CQ APIChristoph Hellwig2015-12-112-94/+86
| | * IB/srpt: chain RDMA READ/WRITE requestsChristoph Hellwig2015-12-112-345/+130
| | * IB: add a proper completion queue abstractionChristoph Hellwig2015-12-117-9/+264
| | * irq_poll: remove unused data and max fieldsChristoph Hellwig2015-12-111-2/+0
| | * irq_poll: mark __irq_poll_complete staticChristoph Hellwig2015-12-112-3/+1
| | * irq_poll: fold irq_poll_disable_pending into irq_poll_softirqChristoph Hellwig2015-12-112-6/+1
| | * irq_poll: fold irq_poll_sched_prep into irq_poll_schedChristoph Hellwig2015-12-114-22/+10