summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2012-09-12IB/srp: Fix a race conditionBart Van Assche1-24/+63
2012-05-31RDMA/cxgb4: Drop peer_abort when no endpoint foundSteve Wise1-0/+6
2012-05-31RDMA/cxgb4: Always wake up waiters in c4iw_peer_abort_intr()Steve Wise1-4/+1
2012-05-31IB/core: Fix mismatch between locked and pinned pagesYishai Hadas1-1/+1
2012-04-02IB/iser: Post initial receive buffers before sending the final login requestOr Gerlitz3-27/+22
2012-03-01IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addressesRoland Dreier3-46/+24
2012-02-13RDMA/core: Fix kernel panic by always initializing qp->usecntBernd Schubert2-1/+2
2012-02-13IB/mlx4: pass SMP vendor-specific attribute MADs to firmwareJack Morgenstein1-5/+2
2012-01-12IB/uverbs: Protect QP multicast listEli Cohen1-4/+17
2012-01-12IB/qib: Fix a possible data corruption when receiving packetsRam Vepa3-4/+10
2011-12-19Merge branches 'cma', 'mlx4' and 'qib' into for-nextRoland Dreier2-4/+6
2011-12-19IB/qib: Correct sense on freectxts increment and decrementMike Marciniszyn1-2/+2
2011-12-19RDMA/cma: Verify private data lengthSean Hefty1-0/+6
2011-12-06IB/mlx4: Fix shutdown crash accessing a non-existent bitmapRoland Dreier1-2/+4
2011-11-30Merge branches 'cxgb4', 'ipoib', 'misc' and 'qib' into for-nextRoland Dreier9-43/+58
2011-11-30IB: Fix RCU lockdep splatsEric Dumazet6-14/+35
2011-11-30IB/ipoib: Prevent hung task or softlockup processing multicast responseMike Marciniszyn3-8/+14
2011-11-29IB/qib: Fix over-scheduling of QSFP workMike Marciniszyn2-20/+8
2011-11-28RDMA/cxgb4: Fix retry with MPAv1 logic for MPAv2Kumar Sanghvi1-1/+3
2011-11-28RDMA/cxgb4: Fix iw_cxgb4 count_rcqes() logicJonathan Lallinger1-1/+1
2011-11-08IB/qib: Don't use schedule_work()Mike Marciniszyn1-1/+1
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds41-0/+44
2011-11-04Merge branches 'iser', 'mthca' and 'qib' into for-nextRoland Dreier2-8/+4
2011-11-04IB/qib: Fix panic in RC error flushing logicMike Marciniszyn1-7/+3
2011-11-04IB/iser: DMA unmap TX bufs used for iSCSI/iSER headersOr Gerlitz2-4/+8
2011-11-04IB/iser: Use separate buffers for the login request/responseOr Gerlitz3-15/+52
2011-11-04IB/mthca: Fix buddy->num_free allocation sizeRoland Dreier1-1/+1
2011-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds67-945/+4419
2011-11-01Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ...Roland Dreier66-941/+4418
2011-11-01mm: distinguish between mlocked and pinned pagesChristoph Lameter3-8/+8
2011-11-01infiniband: add moduleparam.h to drivers/infiniband as requiredPaul Gortmaker6-0/+6
2011-11-01infiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker14-0/+14
2011-11-01infiniband: Fix up module files that need to include module.hPaul Gortmaker19-0/+21
2011-11-01infiniband: Fix up users implicitly relying on getting stat.hPaul Gortmaker4-0/+4
2011-10-31IB/mlx4: Don't set VLAN in IBoE WQEs' control segmentOr Gerlitz1-9/+2
2011-10-31IB/mlx4: Enable 4K mtu for IBoEOr Gerlitz1-1/+1
2011-10-31RDMA/cxgb4: Mark QP in error before disabling the queue in firmwareTom Tucker1-0/+4
2011-10-31RDMA/cxgb4: Serialize calls to CQ's comp_handlerKumar Sanghvi4-4/+23
2011-10-31RDMA/cxgb3: Serialize calls to CQ's comp_handlerKumar Sanghvi4-2/+20
2011-10-31IB/qib: Fix issue with link states and QSFP cablesMitko Haralanov2-10/+21
2011-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-26/+54
2011-10-28IB/mlx4: Configure extended active speedsMarcel Apfelbaum1-1/+38
2011-10-22IB/qib: Hold links until tuning data is availableMitko Haralanov4-57/+94
2011-10-22IB/qib: Clean up checkpatch issueMike Marciniszyn1-2/+1
2011-10-21IB/qib: Remove s_lock around header validationMike Marciniszyn4-15/+8
2011-10-21IB/qib: Precompute timeout jiffies to optimize latencyMike Marciniszyn3-6/+11
2011-10-21IB/qib: Use RCU for qpn lookupMike Marciniszyn5-41/+87
2011-10-21IB/qib: Eliminate divide/mod in converting idx to egr buf pointerMike Marciniszyn6-5/+18
2011-10-21IB/qib: Decode path MTU optimizationMike Marciniszyn4-6/+9
2011-10-21IB/qib: Optimize RC/UC code by IB operationMike Marciniszyn2-9/+24