summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* IB: remove in-kernel support for memory windowsChristoph Hellwig2015-12-2325-296/+16
* IB: remove support for phys MRsChristoph Hellwig2015-12-2327-1132/+11
* IB: remove ib_query_mrChristoph Hellwig2015-12-234-59/+0
* 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-234-19/+81
* IB/mlx5: Support IB device's callbacks for adding/deleting GIDsAchiad Shochat2015-12-231-0/+89
* IB/mlx5: Set network_hdr_type upon RoCE responder completionAchiad Shochat2015-12-231-0/+17
* IB/mlx5: Extend query_device/port to support RoCEAchiad Shochat2015-12-231-6/+69
* net/mlx5_core: Introduce access functions to query vport RoCE fieldsAchiad Shochat2015-12-231-0/+62
* net/mlx5_core: Introduce access functions to enable/disable RoCEAchiad Shochat2015-12-231-0/+52
* 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-232-9/+104
* IB/core: Initialize UD header structure with IP and UDP headersMoni Shoua2015-12-233-14/+150
* IB/cma: Add configfs for rdma_cmMatan Barak2015-12-236-7/+482
* IB/rdma_cm: Add wrapper for cma reference countMatan Barak2015-12-232-2/+13
* IB/core: Validate route when we init ahMatan Barak2015-12-236-77/+263
* 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-233-6/+142
* IB/core: Add ROCE_UDP_ENCAP (RoCE V2) typeMatan Barak2015-12-232-1/+3
* IB/core: Add gid attributes to sysfsMatan Barak2015-12-231-2/+182
* IB/cm: Use the source GID index typeMatan Barak2015-12-232-5/+22
* IB/core: Add gid_type to gid attributeMatan Barak2015-12-2310-61/+170
* 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-2220-832/+763
|\
| * Merge branch 'rdma-cq.2' of git://git.infradead.org/users/hch/rdma into 4.5/r...Doug Ledford2015-12-1520-830/+761
| |\
| | * 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-116-6/+229
| | * irq_poll: fold irq_poll_sched_prep into irq_poll_schedChristoph Hellwig2015-12-112-6/+3
| | * irq_poll: don't disable new irq_poll instancesChristoph Hellwig2015-12-112-4/+0
| | * irq_poll: make blk-iopoll available outside the block layerChristoph Hellwig2015-12-117-32/+34
* | | IB/core: Remove ib_query_deviceOr Gerlitz2015-12-221-19/+0
* | | staging/o2iblnd: Avoid calling ib_query_deviceOr Gerlitz2015-12-221-20/+1