aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-19RDMA/ocrdma: Fix vlan-id assignment in qp parametersDevesh Sharma1-3/+4
2016-01-19IB/cma: Fix RDMA port validation for iWarpMatan Barak1-1/+1
2016-01-19IB/qib: fix mcast detach when qp not attachedMike Marciniszyn1-20/+15
2016-01-19IB/IPoIB: Fix kernel panic on multicast flowErez Shitrit3-7/+6
2015-12-26IB/iser: Support the remote invalidation exceptionJenny Derzhavetz4-3/+76
2015-12-24IB/iser: Change the increment rkey flow logicSagi Grimberg1-10/+10
2015-12-24IB/isert: Support the remote invalidation exceptionJenny Derzhavetz2-7/+41
2015-12-24IB/isert: Declare correct flags when accepting a connectionJenny Derzhavetz1-0/+6
2015-12-24IB/isert: Remove unused file iser_proto.hSagi Grimberg3-32/+32
2015-12-24IB/iser,isert: Create and use new shared headerSagi Grimberg6-74/+28
2015-12-24IB/iser: set intuitive values for mr_validJenny Derzhavetz2-6/+6
2015-12-24IB/iser: Don't register memory for all immediate data writesJenny Derzhavetz3-7/+14
2015-12-24IB/iser: Reuse ib_sg_to_pagesSagi Grimberg2-85/+25
2015-12-24IB/iser: Fix module init not cleaning up on error flowRoi Dayan1-3/+6
2015-12-24IB/core: constify mmu_notifier_ops structuresJulia Lawall1-1/+1
2015-12-24IB/iser: constify iser_reg_ops structureJulia Lawall2-3/+3
2015-12-24RDMA/nes: constify nes_cm_ops structureJulia Lawall2-2/+2
2015-12-24IB/mlx5: report tx/rx checksum cap in query resultsBodong Wang1-0/+4
2015-12-24IB/mlx4: Convert kmalloc to kmalloc_array for checkpatchLeon Romanovsky2-3/+3
2015-12-24IB/mlx4: Suppress non-fatal memory allocationsLeon Romanovsky2-3/+6
2015-12-24IB/mlx5: Advertise atomic capabilities in query deviceEran Ben Elisha1-1/+27
2015-12-24iw_cxgb3: Fix incorrectly returning error on successHariprasad S1-2/+2
2015-12-24iw_cxgb4: Pass qid range to user space driverHariprasad S3-1/+12
2015-12-24IB/mad: Ensure fairness in ib_mad_completion_handlerDean Luick1-0/+18
2015-12-23IB/mlx5: Add driver cross-channel supportLeon Romanovsky4-11/+69
2015-12-23IB/core: Add cross-channel supportLeon Romanovsky1-1/+4
2015-12-23IB/mlx5: Mmap the HCA's core clock register to user-spaceMatan Barak2-1/+31
2015-12-23IB/mlx5: Add hca_core_clock_offset to udata in init_ucontextMatan Barak3-10/+42
2015-12-23IB/mlx5: Add support for hca_core_clock and timestamp_maskMatan Barak1-0/+2
2015-12-23IB/mlx5: Add create_cq extended commandMatan Barak1-0/+7
2015-12-23IB/core: Display extended counter set if availableChristoph Lameter1-3/+107
2015-12-23IB/core: Specify attribute_id in port_table_attributeChristoph Lameter1-2/+5
2015-12-23IB/core: Create get_perf_mad function in sysfs.cChristoph Lameter1-22/+40
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