aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-15Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds6-76/+54
2007-07-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds88-1052/+2738
2007-07-12IB/mlx4: Implement query SRQJack Morgenstein3-0/+21
2007-07-12IB/mlx4: Implement query QPJack Morgenstein3-0/+141
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-8/+1
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-1/+0
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-8/+1
2007-07-10IB/cm: Send no match if a SIDR REQ does not match a listenSean Hefty1-2/+1
2007-07-10IB/cm: Fix handling of duplicate SIDR REQsSean Hefty1-1/+1
2007-07-10IB/cm: cm_msgs.h should include ib_cm.hSean Hefty1-0/+1
2007-07-10IB/cm: Include HCA ACK delay in local ACK timeoutSean Hefty4-17/+57
2007-07-10IB/cm: Use spin_lock_irq() instead of spin_lock_irqsave() when possibleSean Hefty1-96/+75
2007-07-10IB/sa: Make sure SA queries use default P_KeySean Hefty1-35/+50
2007-07-10IPoIB: Recycle loopback skbs instead of freeing and reallocatingRoland Dreier1-16/+17
2007-07-10IB/mthca: Replace memset(<addr>, 0, PAGE_SIZE) with clear_page(<addr>)Shani Moideen2-2/+2
2007-07-10IPoIB/cm: Fix warning if IPV6 is not enabledRoland Dreier1-2/+1
2007-07-10IB/core: Take sizeof the correct pointer when calling kmalloc()Dotan Barak1-1/+1
2007-07-09IB/ehca: Improve latency by unlocking after triggering the hardwareHoang-Nam Nguyen1-3/+2
2007-07-09IB/ehca: Notify consumers of LID/PKEY/SM changes after nondisruptive eventsJoachim Fenkes4-31/+101
2007-07-09IB/ehca: Return QP pointer in poll_cq()Joachim Fenkes1-3/+8
2007-07-09IB/ehca: Change idr spinlocks into rwlocksJoachim Fenkes6-32/+28
2007-07-09IB/ehca: Refactor sync between completions and destroy_cq using atomic_tJoachim Fenkes5-39/+29
2007-07-09IB/ehca: Lock renaming, static initializersJoachim Fenkes6-36/+27
2007-07-09IB/ehca: Report RDMA atomic attributes in query_qp()Hoang-Nam Nguyen1-0/+3
2007-07-09IB/ehca: Set SEND_GRH flag for all non-LL UD QPs on eHCA2Stefan Roscher1-0/+11
2007-07-09IB/ehca: Support UD low-latency QPsStefan Roscher1-27/+57
2007-07-09IB/ehca: add Shared Receive Queue supportJoachim Fenkes9-107/+480
2007-07-09IB/ehca: QP code restructuring in preparation for SRQJoachim Fenkes4-170/+166
2007-07-09IB/ehca: HW level, HW caps and MTU autodetectionJoachim Fenkes5-11/+104
2007-07-09IB/ehca: Change scaling_code parameter description to match default valueHoang-Nam Nguyen1-1/+1
2007-07-09IB/ipath: return correct PortGUID in NodeInfoSean Hefty1-1/+1
2007-07-09IB/ipath: Remove bogus RD_ATOMIC checks from modify_qpArthur Jones1-8/+0
2007-07-09IB/ipath: Test interrupts at driver startupArthur Jones3-0/+31
2007-07-09IB/ipath: Remove support for preproduction HTX InfiniPath cardsRalph Campbell4-48/+12
2007-07-09IB/ipath: Change version wording to be less confusing with release numberDave Olson1-1/+1
2007-07-09IB/ipath: Lower default number of kernel send buffersRalph Campbell1-1/+1
2007-07-09IB/ipath: Be more cautious about coming out of freeze modeDave Olson4-20/+80
2007-07-09IB/ipath: Add barrier before updating WC head in shared memoryRalph Campbell5-1/+12
2007-07-09IB: Use menuconfig for InfiniBand menuJan Engelhardt10-17/+15
2007-07-09RDMA/cxgb3: Check return of kmalloc() in iwch_register_device()WANG Cong1-3/+4
2007-07-09RDMA/cxgb3: Don't abort after failures sending the mpa replySteve Wise1-1/+0
2007-07-09RDMA/cxgb3: Don't post TID_RELEASE messageSteve Wise1-3/+10
2007-07-09RDMA/cxgb3: ctrl-qp init/clear shouldn't set the gen bitSteve Wise1-2/+2
2007-07-09RDMA/cxgb3: Don't count neg_adv abort_req_rss messages as real abortsSteve Wise1-7/+7
2007-07-09RDMA/cxgb3: TERMINATE WRs can hang the tx ofld queueSteve Wise1-3/+3
2007-07-09RDMA/cxgb3: Streaming -> RDMA mode transition fixesSteve Wise5-52/+37
2007-07-09mlx4_core: Get the maximum message size from reported device capabilitiesDotan Barak1-1/+1
2007-07-09IB/ipath: Update copyright datesJohn Gregor32-32/+32
2007-07-09IB/ipath: Clean send flags properly on QP resetRobert Walsh1-1/+1
2007-07-09IB/ipath: ipath_poll fixups and enhancementsRobert Walsh4-51/+131