aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds35-1200/+1123
2010-03-03[SCSI] libiscsi: Make iscsi_eh_target_reset start with session resetJayamohan Kallickal1-1/+1
2010-03-01Merge branch 'misc' into for-nextRoland Dreier7-71/+14
2010-03-01Merge branch 'srp' into for-nextRoland Dreier2-32/+65
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 'iser' into for-nextRoland Dreier5-604/+391
2010-03-01Merge branch 'ipoib' into for-nextRoland Dreier1-8/+2
2010-03-01Merge branch 'ehca' into for-nextRoland Dreier3-7/+4
2010-03-01Merge branch 'cxgb3' into for-nextRoland Dreier7-19/+110
2010-03-01IB/srp: Clean up error path in srp_create_target_ib()Roland Dreier1-13/+18
2010-03-01IB/srp: Split send and recieve CQs to reduce number of interruptsBart Van Assche2-25/+53
2010-02-28ipoib: returned back addrlen check for mc addressesJiri Pirko1-1/+5
2010-02-26infiniband: convert to use netdev_for_each_mc_addrJiri Pirko2-42/+51
2010-02-25RDMA/nes: Add support for KR device id 0x0110Chien Tung5-218/+243
2010-02-24IB/uverbs: Use anon_inodes instead of private infinibandeventfsRoland Dreier2-56/+5
2010-02-24IB/core: Fix and clean up ib_ud_header_init()Eli Cohen3-12/+6
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-24IB/ucm: Clean whitespace errorsAlexander Chiang1-3/+3
2010-02-24IB/ucm: Increase maximum devices supportedAlexander Chiang1-8/+45
2010-02-24IB/ucm: Use stack variable 'base' in ib_ucm_add_oneAlexander Chiang1-1/+3
2010-02-24IB/ucm: Use stack variable 'devnum' in ib_ucm_add_oneAlexander Chiang1-5/+7
2010-02-24IB/umad: Clean whitespaceAlexander Chiang1-13/+13
2010-02-24IB/umad: Increase maximum devices supportedAlexander Chiang1-6/+44
2010-02-24IB/umad: Use stack variable 'base' in ib_umad_init_portAlexander Chiang1-2/+5
2010-02-24IB/umad: Use stack variable 'devnum' in ib_umad_init_portAlexander Chiang1-6/+9
2010-02-24IB/umad: Remove port_table[]Alexander Chiang1-36/+9
2010-02-24IB/umad: Convert *cdev to cdev in struct ib_umad_portAlexander Chiang1-26/+20
2010-02-24IB/uverbs: Whitespace cleanupAlexander Chiang1-34/+34
2010-02-24IB/uverbs: Pack struct ib_uverbs_event_file tighterAlexander Chiang1-2/+2
2010-02-24IB/uverbs: Increase maximum devices supportedAlexander Chiang1-6/+50
2010-02-24IB/uverbs: use stack variable 'base' in ib_uverbs_add_oneAlexander Chiang1-1/+3
2010-02-24IB/uverbs: Use stack variable 'devnum' in ib_uverbs_add_oneAlexander Chiang1-5/+7
2010-02-24IB/uverbs: Remove dev_tableAlexander Chiang1-19/+5
2010-02-24IB/uverbs: Convert *cdev to cdev in struct ib_uverbs_deviceAlexander Chiang2-16/+14
2010-02-24IB/iser: Remove redundant locking from iser scsi command response flowOr Gerlitz1-25/+0
2010-02-24IB/iser: Use libiscsi passthrough modeOr Gerlitz2-20/+3
2010-02-24IB/iser: Remove unnecessary connection checksOr Gerlitz3-52/+0
2010-02-24IB/iser: Use atomic allocationsOr Gerlitz2-3/+3
2010-02-24IB/iser: Simplify send flow/descriptorsOr Gerlitz5-278/+115
2010-02-24IB/iser: Use different CQ for send completionsOr Gerlitz2-37/+76
2010-02-24IB/iser: Remove atomic counter for posted receive buffersOr Gerlitz3-12/+12
2010-02-24IB/iser: New receive buffer posting logicOr Gerlitz4-176/+235
2010-02-24IB/iser: Revert commit bba7ebb "avoid recv buffer exhaustion"Or Gerlitz3-95/+41
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