aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-11-20IB/ipath: Depend on CONFIG_NETBryan O'Sullivan1-1/+1
2006-11-20Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-8/+7
2006-11-16IPoIB: Clear high octet in QP numberMichael S. Tsirkin1-8/+7
2006-11-16[PATCH] IB/ipath - fix driver build for platforms with PCI, but not HTBryan O'Sullivan3-3/+8
2006-11-13Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds13-61/+111
2006-11-13IB/mad: Fix race between cancel and receive completionRoland Dreier1-1/+1
2006-11-13RDMA/amso1100: Fix && typoJean Delvare1-2/+2
2006-11-13RDMA/amso1100: Fix unitialized pseudo_netdev accessed in c2_register_deviceTom Tucker2-20/+22
2006-11-13IB/ehca: Activate scaling code by defaultHoang-Nam Nguyen1-0/+1
2006-11-13IB/ehca: Use named constant for max mtuHoang-Nam Nguyen2-3/+4
2006-11-09IB/ehca: Assure 4K alignment for firmware control blocksHoang-Nam Nguyen6-35/+81
2006-11-08[PATCH] IB/ipath - program intconfig register using new HT irq hookBryan O'Sullivan5-82/+74
2006-11-02RDMA/addr: Use client registration to fix module unload raceSean Hefty2-3/+33
2006-10-31IB/mthca: Fix MAD extended header format for MAD_IFC firmware commandMichael S. Tsirkin1-7/+7
2006-10-30IB/uverbs: Return sq_draining value in query_qp responseJack Morgenstein1-1/+1
2006-10-30IB/amso1100: Fix incorrect pr_debug()Steve Wise1-2/+2
2006-10-30IB/amso1100: Use dma_alloc_coherent() instead of kmalloc/dma_map_singleSteve Wise3-50/+33
2006-10-30IB/ehca: Fix eHCA driver compilation for uniprocessorPaul Mackerras1-0/+1
2006-10-30RDMA/cma: rdma_bind_addr() leaks a cma_dev reference countKrishna Kumar1-8/+15
2006-10-30IB/iser: Start connection after enabling iSERErez Zilber1-2/+2
2006-10-16IB/mthca: Use mmiowb after doorbell ringArthur Kepner3-0/+34
2006-10-16IB/ipath: Initialize diagpkt file on device init onlyRobert Walsh3-40/+38
2006-10-16RDMA/amso1100: Fix a NULL dereference in error pathAdrian Bunk1-2/+2
2006-10-16RDMA/amso1100: pci_module_init() conversionHenrik Kretzschmar1-1/+1
2006-10-10IB/mthca: Fix off-by-one in mthca SRQ creationMichael S. Tsirkin1-2/+4
2006-10-10IPoIB: Check for DMA mapping error for TX packetsRoland Dreier1-0/+5
2006-10-10RDMA/amso1100: Fix build with debugging offRoland Dreier1-2/+0
2006-10-10IB/cm: Send DREP in response to unmatched DREQSean Hefty1-1/+29
2006-10-10IB/cm: Fix timewait crash after module unloadSean Hefty1-18/+36
2006-10-10IB/mthca: Query port fixJack Morgenstein1-0/+2
2006-10-10IB/srp: Enable multiple connections to the same targetIshai Rabinovitz2-10/+18
2006-10-10IB/srp: Remove redundant memset()Ishai Rabinovitz1-1/+0
2006-10-10RDMA/amso1100: Add spinlocks to serialize ib_post_send/ib_post_recvTom Tucker1-4/+12
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells6-14/+12
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-10-03Still more typo fixesMatt LaPlante1-1/+1
2006-10-02IB/ehca: Tweak trace message formatHoang-Nam Nguyen1-1/+1
2006-10-02IB/ehca: Fix device registrationHoang-Nam Nguyen1-17/+19
2006-10-02IB/ipath: Fix RDMA readsRalph Campbell1-27/+32
2006-10-02RDMA/cma: Optimize error handlingKrishna Kumar1-10/+14
2006-10-02RDMA/cma: Eliminate unnecessary remove_listKrishna Kumar1-5/+1
2006-10-02RDMA/cma: Set status correctly on route resolution errorSean Hefty1-0/+1
2006-10-02RDMA/cma: Fix device removal raceKrishna Kumar1-0/+1
2006-10-02RDMA/cma: Fix leak of cm_ids in case of failuresKrishna Kumar1-4/+11
2006-10-02[PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn1-1/+1
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-2/+2
2006-09-29Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds38-884/+1973
2006-09-28[IPV4]: annotate inetdev.h helpersAl Viro1-2/+2
2006-09-28IB/ipath: Fix lockdep error upon "ifconfig ibN down"Bryan O'Sullivan1-5/+7
2006-09-28IB/ipath: Fix races with ib_resize_cq()Bryan O'Sullivan1-8/+22