aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds2-6/+5
2010-04-09Merge branches 'cma', 'misc', 'mlx4' and 'nes' into for-linusRoland Dreier2-6/+5
2010-04-07IB/mlx4: Check correct variable for allocation failureDan Carpenter1-1/+1
2010-04-07RDMA/nes: Correct cap.max_inline_data assignment in nes_query_qp()Chien Tung1-5/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo59-3/+72
2010-03-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds5-2/+40
2010-03-12Merge branches 'cxgb3', 'ipoib', 'misc' and 'nes' into for-nextRoland Dreier4-2/+38
2010-03-12RDMA/nes: Fix CX4 link problem in back-to-back configurationChien Tung1-2/+28
2010-03-11RDMA/nes: Clear stall bit before destroying NIC QPChien Tung2-0/+9
2010-03-11RDMA/nes: Set assume_aligned_header bitFaisal Latif1-0/+1
2010-03-11RDMA/cxgb3: Wait at least one schedule cycle during device removalSteve Wise1-0/+2
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina2-3/+3
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds20-321/+402
2010-03-01Merge branch 'misc' into for-nextRoland Dreier3-4/+3
2010-03-01Merge branch 'nes' into for-nextRoland Dreier7-290/+284
2010-03-01Merge branch 'mlx4' into for-nextRoland Dreier1-1/+1
2010-03-01Merge branch 'ehca' into for-nextRoland Dreier3-7/+4
2010-02-26infiniband: convert to use netdev_for_each_mc_addrJiri Pirko1-36/+49
2010-02-25RDMA/nes: Add support for KR device id 0x0110Chien Tung5-218/+243
2010-02-24IB/core: Fix and clean up ib_ud_header_init()Eli Cohen2-2/+2
2010-02-24RDMA/cxgb3: Mark RDMA device with CXIO_ERROR_FATAL when removingSteve Wise1-0/+1
2010-02-24RDMA/cxgb3: Don't allocate the SW queue for user mode CQsSteve Wise3-9/+9
2010-02-24RDMA/cxgb3: Increase the max CQ depthSteve Wise1-1/+1
2010-02-24RDMA/cxgb3: Doorbell overflow avoidance and recoverySteve Wise4-8/+99
2010-02-19RDMA/nes: Change WQ overflow return codeOr Gerlitz1-3/+3
2010-02-19RDMA/nes: Multiple disconnects cause crash during AE handlingFaisal Latif1-60/+28
2010-02-19RDMA/nes: Fix crash when listener destroyed during loopback setupFaisal Latif1-1/+2
2010-02-19RDMA/nes: Use atomic counters for CM listener create and destroyFaisal Latif3-8/+8
2010-02-19IB/ehca: Require in_wc in process_mad()Alexander Schmidt1-1/+1
2010-02-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+1
2010-02-12IB/ehca: Allow access for ib_query_qp()Alexander Schmidt1-3/+1
2010-02-12IB/ehca: Do not turn off irqs in tasklet contextAlexander Schmidt1-3/+2
2010-02-12IB/mlx4: Simplify retrieval of ib_deviceEli Cohen1-1/+1
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-1/+1
2010-02-11RDMA: Use rlimit helpersJiri Slaby1-2/+1
2010-02-11RDMA/cxgb3: Remove BUG_ON() on CQ rearm failureSteve Wise1-1/+0
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack2-3/+3
2010-01-26Fix failure exit in ipathfsAl Viro1-3/+1
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-1/+7
2010-01-07drivers/infiniband/hw/cxgb3/iwch_cm.c: use %pM to show MAC addressH Hartley Sweeten1-9/+2
2010-01-06IB/mlx4: Fix queue overflow check in post_recvOr Gerlitz1-1/+1
2010-01-06IB/mlx4: Initialize SRQ scatter entries when creating an SRQJack Morgenstein1-0/+6
2009-12-22kfifo: fix warn_unused_resultStefani Seibold1-2/+3
2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold1-8/+8
2009-12-22kfifo: cleanup namespaceStefani Seibold1-5/+5
2009-12-22kfifo: move out spinlockStefani Seibold1-16/+20
2009-12-22kfifo: move struct kfifo in placeStefani Seibold2-35/+34
2009-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds22-574/+730
2009-12-15Merge branches 'amso1100', 'cma', 'cxgb3', 'ehca', 'ipath', 'ipoib', 'iser', 'misc', 'mlx4' and 'nes' into for-nextRoland Dreier21-570/+720
2009-12-15RDMA/cxgb3: Fix error paths in post_send and post_recvFrank Zago1-12/+20