aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-24Merge branches 'ipoib', 'mad', 'mlx4', 'mthca' and 'nes' into for-linusRoland Dreier2-4/+8
2009-09-24IB/mthca: Fix access to freed memory in catastrophic event handlingJack Morgenstein1-3/+8
2009-09-24RDMA/nes: Remove duplicate .ndo_set_mac_address field initializationJulia Lawall1-1/+0
2009-09-10Merge branches 'cxgb3', 'ehca', 'ipath', 'ipoib', 'misc', 'mlx4', 'mthca' and 'nes' into for-linusRoland Dreier28-394/+1003
2009-09-09RDMA/cxgb3: Clean up properly on FW mismatch failuresSteve Wise2-1/+5
2009-09-09RDMA/cxgb3: Don't ignore insert_handle() failuresSteve Wise2-22/+49
2009-09-05RDMA/nes: Map MTU to IB_MTU_* and correctly report link stateChien Tung1-3/+20
2009-09-05RDMA/nes: Rework the disconn routine for terminate and flushingDon Wood1-50/+52
2009-09-05RDMA/nes: Use the flush code to fill in cqe errorDon Wood1-1/+10
2009-09-05RDMA/nes: Make poll_cq return correct number of wqes during flushDon Wood1-21/+40
2009-09-05RDMA/nes: Use flush mechanism to set status for wqe in errorDon Wood3-0/+68
2009-09-05RDMA/nes: Implement Terminate PacketDon Wood7-225/+607
2009-09-05RDMA/nes: Add CQ error handlingDon Wood1-0/+12
2009-09-05RDMA/nes: Clean out CQ completions when QP is destroyedDon Wood1-39/+80
2009-09-05RDMA/nes: Change memory allocation for cqp request to GFP_ATOMICDon Wood1-1/+1
2009-09-05RDMA/nes: Allocate work item for disconnect event handlingDon Wood2-17/+16
2009-09-05RDMA/nes: Update refcnt during disconnectDon Wood1-0/+2
2009-09-05IB/mthca: Don't allow userspace open while recovering from catastrophic errorJack Morgenstein4-0/+7
2009-09-05IB/mthca: Distinguish multiple devices in /proc/interruptsArputham Benjamin2-5/+13
2009-09-05IB/mthca: Annotate CQ lockingRoland Dreier1-4/+8
2009-09-05IB/mthca: Remove unnecessary include of <linux/init.h>Roland Dreier1-1/+0
2009-09-05IB/mthca: Remove unnecessary include of <asm/page.h>Roland Dreier1-2/+0
2009-09-05IB/mlx4: Don't allow userspace open while recovering from catastrophic errorJack Morgenstein2-0/+7
2009-09-05IB/mlx4: Annotate CQ lockingRoland Dreier1-4/+8
2009-09-05RDMA/amso1100: Check kmalloc() result in c2_register_device()Roel Kluin1-9/+15
2009-09-05IB: Use printk_once() for driver versionsMarcin Slusarz3-13/+3
2009-09-05RDMA/amso1100: Use %pM conversion specifierTobias Klauser1-5/+1
2009-09-05IB/ipath: strncpy() doesn't always NUL-terminateRoel Kluin2-2/+2
2009-09-05IB/ehca: Fix CQE flags reportingJoachim Fenkes1-1/+5
2009-09-05IB/ehca: Construct MAD redirect replies from request MADJoachim Fenkes1-6/+41
2009-09-05IB/ehca: Make port autodetect mode the defaultAlexander Schmidt1-4/+4
2009-09-05RDMA/cxgb3: Wake up any waiters on peer close/abortSteve Wise1-4/+12
2009-09-05RDMA/cxgb3: Don't free endpoints earlySteve Wise2-28/+33
2009-09-05RDMA/cxgb3: Handle port events properlySteve Wise1-8/+20
2009-09-05RDMA/cxgb3: Set the appropriate IO channel in rdma_init work requestsSteve Wise3-1/+10
2009-09-05RDMA/cxgb3: iwch_unregister_device leaks memorySteve Wise1-0/+2
2009-06-23Merge branches 'ehca', 'misc', 'mlx4', 'mthca' and 'nes' into for-linusRoland Dreier3-7/+16
2009-06-23IB/ehca: Bump version numberAlexander Schmidt1-1/+1
2009-06-22IB/mthca: Replace dma_sync_single() use with proper functionsRoland Dreier1-3/+10
2009-06-22RDMA/nes: Fix FIN state handling under error conditionsFaisal Latif1-3/+5
2009-06-22RDMA/nes: Fix max_qp_init_rd_atom returned from query deviceFaisal Latif1-1/+1
2009-06-22IB/ehca: Ensure that guid_entry index is not negativeRoel Kluin1-1/+1
2009-06-22IB/ehca: Tolerate dynamic memory operations before driver loadHannes Hering3-17/+522
2009-06-15infiniband: ehca: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-4/+4
2009-06-14Merge branches 'cxgb3', 'ehca', 'misc', 'mlx4', 'mthca' and 'nes' into for-linusRoland Dreier18-126/+131
2009-06-13IB/mthca: Don't double-free IRQs when falling back from MSI-X to INTxRoland Dreier1-1/+3
2009-06-05IB/mlx4: Add strong ordering to local inval and fast reg work requestsJack Morgenstein1-0/+4
2009-06-03IB/ehca: Remove superfluous bitmasks from QP control blockJoachim Fenkes2-41/+5
2009-05-27RDMA/cxgb3: Limit fast register size based on T3 limitationsSteve Wise1-1/+1
2009-05-27RDMA/cxgb3: Report correct port state and MTUSteve Wise1-2/+30