aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Gravatar Linus Torvalds 1-2/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 5-6/+6
2009-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 1-0/+1
2009-12-09Merge branch 'bkl-drivers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+0
2009-12-04[SCSI] iser: set tgt and lu reset timeoutGravatar Mike Christie 1-0/+1
2009-12-04tree-wide: fix assorted typos all over the placeGravatar André Goddard Rosa 3-4/+4
2009-12-04tree-wide: fix some typos and punctuation in commentsGravatar Thadeu Lima de Souza Cascardo 1-1/+1
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 15-6/+24
2009-11-09tree-wide: fix typos "aquire" -> "acquire", "cumsumed" -> "consumed"Gravatar Uwe Kleine-König 1-1/+1
2009-10-14inifiband: Remove BKL from ipath_open()Gravatar Thomas Gleixner 1-1/+0
2009-10-11headers: remove sched.h from interrupt.hGravatar Alexey Dobriyan 13-0/+13
2009-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Gravatar Linus Torvalds 1-1/+1
2009-10-07Merge branches 'cxgb3', 'misc' and 'mlx4' into for-nextGravatar Roland Dreier 2-1/+3
2009-10-07RDMA/addr: Fix resolution of local IPv6 addressesGravatar David J. Wilder 1-1/+1
2009-10-07RDMA/cxgb3: Handle NULL inetdev pointer in iwch_query_port()Gravatar Steve Wise 1-4/+7
2009-10-07RDMA/iwcm: Don't call provider reject func with irqs disabledGravatar Steve Wise 1-0/+2
2009-10-05net: Convert ethtool {get_stats, self_test}_count() ops to get_sset_count()Gravatar Ben Hutchings 1-5/+7
2009-10-04headers: remove sched.h from poll.hGravatar Alexey Dobriyan 3-0/+3
2009-10-03this_cpu: Straight transformationsGravatar Christoph Lameter 1-2/+1
2009-10-02[SCSI] libiscsi: iscsi_session_setup to allow for private spaceGravatar Jayamohan Kallickal 1-1/+1
2009-09-27const: mark struct vm_struct_operationsGravatar Alexey Dobriyan 3-3/+3
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Gravatar Linus Torvalds 4-8/+28
2009-09-24Merge branches 'ipoib', 'mad', 'mlx4', 'mthca' and 'nes' into for-linusGravatar Roland Dreier 3-8/+21
2009-09-24IPoIB: Don't turn on carrier for a non-active portGravatar Moni Shoua 1-0/+7
2009-09-24IB/mthca: Fix access to freed memory in catastrophic event handlingGravatar Jack Morgenstein 1-3/+8
2009-09-24RDMA/nes: Remove duplicate .ndo_set_mac_address field initializationGravatar Julia Lawall 1-1/+0
2009-09-23IB/mad: Fix lock-lock-timer deadlock in RMPP codeGravatar Roland Dreier 1-4/+13
2009-09-23walk system ram rangeGravatar KAMEZAWA Hiroyuki 1-1/+1
2009-09-21trivial: fix typo "for for" in multiple filesGravatar Anand Gadiyar 1-1/+1
2009-09-15driver model: constify attribute groupsGravatar David Brownell 3-3/+3
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 5-5/+2
2009-09-10Merge branch 'mad' into for-linusGravatar Roland Dreier 3-8/+34
2009-09-10Merge branches 'cxgb3', 'ehca', 'ipath', 'ipoib', 'misc', 'mlx4', 'mthca' and...Gravatar Roland Dreier 37-413/+1048
2009-09-09RDMA/iwcm: Reject the connection when the cm_id is destroyedGravatar Steve Wise 1-0/+1
2009-09-09RDMA/cxgb3: Clean up properly on FW mismatch failuresGravatar Steve Wise 2-1/+5
2009-09-09RDMA/cxgb3: Don't ignore insert_handle() failuresGravatar Steve Wise 2-22/+49
2009-09-07IB/mad: Allow tuning of QP0 and QP1 sizesGravatar Hal Rosenstock 2-5/+23
2009-09-07IB/mad: Fix possible lock-lock-timer deadlockGravatar Roland Dreier 1-3/+3
2009-09-05RDMA/nes: Map MTU to IB_MTU_* and correctly report link stateGravatar Chien Tung 1-3/+20
2009-09-05RDMA/nes: Rework the disconn routine for terminate and flushingGravatar Don Wood 1-50/+52
2009-09-05RDMA/nes: Use the flush code to fill in cqe errorGravatar Don Wood 1-1/+10
2009-09-05RDMA/nes: Make poll_cq return correct number of wqes during flushGravatar Don Wood 1-21/+40
2009-09-05RDMA/nes: Use flush mechanism to set status for wqe in errorGravatar Don Wood 3-0/+68
2009-09-05RDMA/nes: Implement Terminate PacketGravatar Don Wood 7-225/+607
2009-09-05RDMA/nes: Add CQ error handlingGravatar Don Wood 1-0/+12
2009-09-05RDMA/nes: Clean out CQ completions when QP is destroyedGravatar Don Wood 1-39/+80
2009-09-05RDMA/nes: Change memory allocation for cqp request to GFP_ATOMICGravatar Don Wood 1-1/+1
2009-09-05RDMA/nes: Allocate work item for disconnect event handlingGravatar Don Wood 2-17/+16
2009-09-05RDMA/nes: Update refcnt during disconnectGravatar Don Wood 1-0/+2
2009-09-05IB/mthca: Don't allow userspace open while recovering from catastrophic errorGravatar Jack Morgenstein 4-0/+7