summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2009-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Linus Torvalds1-0/+1
2009-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds3-6/+31
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-07drm/radeon/kms: add LTE/GTE discard + rv515 two sided stencil register.Dave Airlie5-69/+70
2009-09-06gianfar: Fix build.David S. Miller1-1/+1
2009-09-06RDMA/nes: Map MTU to IB_MTU_* and correctly report link stateChien Tung1-3/+20
2009-09-06RDMA/nes: Rework the disconn routine for terminate and flushingDon Wood1-50/+52
2009-09-06RDMA/nes: Use the flush code to fill in cqe errorDon Wood1-1/+10
2009-09-06RDMA/nes: Make poll_cq return correct number of wqes during flushDon Wood1-21/+40
2009-09-06RDMA/nes: Use flush mechanism to set status for wqe in errorDon Wood3-0/+68
2009-09-06RDMA/nes: Implement Terminate PacketDon Wood7-225/+607
2009-09-06RDMA/nes: Add CQ error handlingDon Wood1-0/+12
2009-09-06RDMA/nes: Clean out CQ completions when QP is destroyedDon Wood1-39/+80
2009-09-06RDMA/nes: Change memory allocation for cqp request to GFP_ATOMICDon Wood1-1/+1
2009-09-06RDMA/nes: Allocate work item for disconnect event handlingDon Wood2-17/+16
2009-09-06RDMA/nes: Update refcnt during disconnectDon Wood1-0/+2
2009-09-06IB/mthca: Don't allow userspace open while recovering from catastrophic errorJack Morgenstein4-0/+7
2009-09-06IB/mthca: Distinguish multiple devices in /proc/interruptsArputham Benjamin2-5/+13
2009-09-06IB/mthca: Annotate CQ lockingRoland Dreier1-4/+8
2009-09-06IB/mthca: Remove unnecessary include of <linux/init.h>Roland Dreier1-1/+0
2009-09-06IB/mthca: Remove unnecessary include of <asm/page.h>Roland Dreier1-2/+0
2009-09-06IB/mlx4: Don't allow userspace open while recovering from catastrophic errorJack Morgenstein2-0/+7
2009-09-06mlx4_core: Distinguish multiple devices in /proc/interruptsArputham Benjamin1-8/+26
2009-09-06mlx4_core: Avoid double free_icmsYevgeny Petrilin1-1/+1
2009-09-06mlx4_core: Allocate and map sufficient ICM memory for EQ contextRoland Dreier3-51/+7
2009-09-06IB/mlx4: Annotate CQ lockingRoland Dreier1-4/+8
2009-09-06mlx4_core: Remove unnecessary includes of <linux/init.h>Roland Dreier10-13/+0
2009-09-06mlx4_core: Use pci_request_regions()Roland Dreier1-18/+8
2009-09-06RDMA/amso1100: Check kmalloc() result in c2_register_device()Roel Kluin1-9/+15
2009-09-06IB/uverbs: Return ENOSYS for unimplemented commands (not EINVAL)Jack Morgenstein1-2/+4
2009-09-06IB/core: Fix send multicast group leave retryYossi Etigin1-1/+9
2009-09-06IB: Use printk_once() for driver versionsMarcin Slusarz3-13/+3
2009-09-06RDMA/amso1100: Use %pM conversion specifierTobias Klauser1-5/+1
2009-09-06IB: Use DEFINE_SPINLOCK() for static spinlocksRoland Dreier3-13/+4
2009-09-06IB/mad: Check hop count field in directed route MAD to avoid array overflowRoland Dreier1-0/+8
2009-09-06IPoIB: Check multicast address formatJason Gunthorpe1-0/+19
2009-09-06IPoIB: Drop priv->lock before calling ipoib_send()Roland Dreier2-1/+8
2009-09-06IPoIB: Remove unused <rdma/ib_cache.h> includesRoland Dreier2-2/+0
2009-09-06IB/ipath: strncpy() doesn't always NUL-terminateRoel Kluin2-2/+2
2009-09-06IB/ehca: Fix CQE flags reportingJoachim Fenkes1-1/+5
2009-09-06IB/ehca: Construct MAD redirect replies from request MADJoachim Fenkes1-6/+41
2009-09-06IB/ehca: Make port autodetect mode the defaultAlexander Schmidt1-4/+4
2009-09-06RDMA/cxgb3: Wake up any waiters on peer close/abortSteve Wise1-4/+12
2009-09-06RDMA/cxgb3: Don't free endpoints earlySteve Wise2-28/+33
2009-09-06RDMA/cxgb3: Handle port events properlySteve Wise5-22/+38
2009-09-06RDMA/cxgb3: Set the appropriate IO channel in rdma_init work requestsSteve Wise3-1/+10
2009-09-06RDMA/cxgb3: iwch_unregister_device leaks memorySteve Wise1-0/+2
2009-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds3-6/+20