aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-4/+4
2010-05-15Merge branches 'amso1100', 'bkl', 'cma', 'cxgb3', 'cxgb4', 'ipoib', 'iser', 'masked-atomics', 'misc', 'mthca' and 'nes' into for-nextRoland Dreier29-119/+9654
2010-05-05MAINTAINERS: Add cxgb4 and iw_cxgb4 entriesRoland Dreier6-164/+224
2010-04-28RDMA/cxgb3: Shrink .text with compile-time init of handlers arraysRoland Dreier2-66/+65
2010-04-23Merge branch 'master' into for-nextJiri Kosina61-11/+117
2010-04-21IB/mlx4: Add support for masked atomic operationsVladimir Sokolovsky3-11/+48
2010-04-21RDMA/nes: Make unnecessarily global functions staticRoland Dreier2-3/+3
2010-04-21RDMA/nes: Make nesadapter->phy_lock usage consistentChien Tung3-20/+14
2010-04-21RDMA/cxgb4: Add driver for Chelsio T4 RNICSteve Wise14-0/+9445
2010-04-21IB/mthca: Use the dma state API instead of pci equivalentsFUJITA Tomonori3-8/+8
2010-04-21RDMA/amso1100: Use the dma state API instead of pci equivalentsFUJITA Tomonori6-13/+13
2010-04-21RDMA/cxgb3: Don't free skbs on NET_XMIT_* indications from LLDSteve Wise1-2/+2
2010-04-21RDMA/cxgb3: Use the dma state API instead of pci equivalentsFUJITA Tomonori3-9/+9
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-16Fix typos in commentsThomas Weber3-4/+4
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