aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan13-0/+13
2009-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds1-1/+1
2009-10-07Merge branches 'cxgb3', 'misc' and 'mlx4' into for-nextRoland Dreier2-1/+3
2009-10-07RDMA/addr: Fix resolution of local IPv6 addressesDavid J. Wilder1-1/+1
2009-10-07RDMA/cxgb3: Handle NULL inetdev pointer in iwch_query_port()Steve Wise1-4/+7
2009-10-07RDMA/iwcm: Don't call provider reject func with irqs disabledSteve Wise1-0/+2
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan3-0/+3
2009-10-02[SCSI] libiscsi: iscsi_session_setup to allow for private spaceJayamohan Kallickal1-1/+1
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan3-3/+3
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds4-8/+28
2009-09-24Merge branches 'ipoib', 'mad', 'mlx4', 'mthca' and 'nes' into for-linusRoland Dreier3-8/+21
2009-09-24IPoIB: Don't turn on carrier for a non-active portMoni Shoua1-0/+7
2009-09-24IB/mthca: Fix access to freed memory in catastrophic event handlingJack Morgenstein1-3/+8
2009-09-24RDMA/nes: Remove duplicate .ndo_set_mac_address field initializationJulia Lawall1-1/+0
2009-09-23IB/mad: Fix lock-lock-timer deadlock in RMPP codeRoland Dreier1-4/+13
2009-09-23walk system ram rangeKAMEZAWA Hiroyuki1-1/+1
2009-09-21trivial: fix typo "for for" in multiple filesAnand Gadiyar1-1/+1
2009-09-15driver model: constify attribute groupsDavid Brownell3-3/+3
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds5-5/+2
2009-09-10Merge branch 'mad' into for-linusRoland Dreier3-8/+34
2009-09-10Merge branches 'cxgb3', 'ehca', 'ipath', 'ipoib', 'misc', 'mlx4', 'mthca' and 'nes' into for-linusRoland Dreier37-413/+1048
2009-09-09RDMA/iwcm: Reject the connection when the cm_id is destroyedSteve Wise1-0/+1
2009-09-09RDMA/cxgb3: Clean up properly on FW mismatch failuresSteve Wise2-1/+5
2009-09-09RDMA/cxgb3: Don't ignore insert_handle() failuresSteve Wise2-22/+49
2009-09-07IB/mad: Allow tuning of QP0 and QP1 sizesHal Rosenstock2-5/+23
2009-09-07IB/mad: Fix possible lock-lock-timer deadlockRoland Dreier1-3/+3
2009-09-05RDMA/nes: Map MTU to IB_MTU_* and correctly report link stateChien Tung1-3/+20
2009-09-05RDMA/nes: Rework the disconn routine for terminate and flushingDon Wood1-50/+52
2009-09-05RDMA/nes: Use the flush code to fill in cqe errorDon Wood1-1/+10
2009-09-05RDMA/nes: Make poll_cq return correct number of wqes during flushDon Wood1-21/+40
2009-09-05RDMA/nes: Use flush mechanism to set status for wqe in errorDon Wood3-0/+68
2009-09-05RDMA/nes: Implement Terminate PacketDon Wood7-225/+607
2009-09-05RDMA/nes: Add CQ error handlingDon Wood1-0/+12
2009-09-05RDMA/nes: Clean out CQ completions when QP is destroyedDon Wood1-39/+80
2009-09-05RDMA/nes: Change memory allocation for cqp request to GFP_ATOMICDon Wood1-1/+1
2009-09-05RDMA/nes: Allocate work item for disconnect event handlingDon Wood2-17/+16
2009-09-05RDMA/nes: Update refcnt during disconnectDon Wood1-0/+2
2009-09-05IB/mthca: Don't allow userspace open while recovering from catastrophic errorJack Morgenstein4-0/+7
2009-09-05IB/mthca: Distinguish multiple devices in /proc/interruptsArputham Benjamin2-5/+13
2009-09-05IB/mthca: Annotate CQ lockingRoland Dreier1-4/+8
2009-09-05IB/mthca: Remove unnecessary include of <linux/init.h>Roland Dreier1-1/+0
2009-09-05IB/mthca: Remove unnecessary include of <asm/page.h>Roland Dreier1-2/+0
2009-09-05IB/mlx4: Don't allow userspace open while recovering from catastrophic errorJack Morgenstein2-0/+7
2009-09-05IB/mlx4: Annotate CQ lockingRoland Dreier1-4/+8
2009-09-05RDMA/amso1100: Check kmalloc() result in c2_register_device()Roel Kluin1-9/+15
2009-09-05IB/uverbs: Return ENOSYS for unimplemented commands (not EINVAL)Jack Morgenstein1-2/+4
2009-09-05IB/core: Fix send multicast group leave retryYossi Etigin1-1/+9
2009-09-05IB: Use printk_once() for driver versionsMarcin Slusarz3-13/+3
2009-09-05RDMA/amso1100: Use %pM conversion specifierTobias Klauser1-5/+1
2009-09-05IB: Use DEFINE_SPINLOCK() for static spinlocksRoland Dreier3-13/+4