summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorFilesLines
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-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-23IB/mthca: Replace dma_sync_single() use with proper functionsRoland Dreier1-3/+10
2009-06-23RDMA/nes: Fix FIN state handling under error conditionsFaisal Latif1-3/+5
2009-06-23RDMA/nes: Fix max_qp_init_rd_atom returned from query deviceFaisal Latif1-1/+1
2009-06-23IB/ehca: Ensure that guid_entry index is not negativeRoel Kluin1-1/+1
2009-06-23IB/ehca: Tolerate dynamic memory operations before driver loadHannes Hering3-17/+522
2009-06-16infiniband: ehca: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-4/+4
2009-06-15Merge branches 'cxgb3', 'ehca', 'misc', 'mlx4', 'mthca' and 'nes' into for-linusRoland Dreier18-126/+131
2009-06-14IB/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-04IB/ehca: Remove superfluous bitmasks from QP control blockJoachim Fenkes2-41/+5
2009-05-28RDMA/cxgb3: Limit fast register size based on T3 limitationsSteve Wise1-1/+1
2009-05-28RDMA/cxgb3: Report correct port state and MTUSteve Wise1-2/+30
2009-05-28IB/mthca: Add module parameter for number of MTTs per segmentEli Cohen5-14/+26
2009-05-15RDMA/nes: Fix off-by-one bugs in reset_adapter_ne020() and init_serdes()Roel Kluin1-7/+7
2009-05-14infiniband: Remove void castsJack Stone2-7/+6
2009-05-14IB/ehca: Increment version numberStefan Roscher1-1/+1
2009-05-14IB/ehca: Remove unnecessary memory operations for userspace queue pairsStefan Roscher5-50/+65
2009-05-14IB/ehca: Fall back to vmalloc() for big allocationsStefan Roscher1-4/+13
2009-05-14IB/ehca: Replace vmalloc() with kmalloc() for queue allocationAnton Blanchard1-3/+3
2009-05-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds4-3/+11
2009-05-14Merge branches 'cxgb3' and 'mlx4' into for-linusRoland Dreier3-3/+10
2009-05-09Fix deadlock in ipathfs ->get_sb()Al Viro1-1/+1
2009-05-08IB/mlx4: Don't overwrite fast registration page list when posting work requestJack Morgenstein3-3/+10
2009-04-30RDMA/cxgb3: Don't complete flushed send work requests twiceSteve Wise1-0/+1
2009-04-29Merge branches 'cxgb3', 'ipoib', 'mthca', 'mlx4' and 'nes' into for-linusRoland Dreier7-87/+116
2009-04-28RDMA/nes: Update iw_nes versionChien Tung1-3/+1
2009-04-28RDMA/nes: Fix error path in nes_accept()Faisal Latif1-1/+4
2009-04-28RDMA/nes: Fix hang issues for large cluster dynamic connectionsFaisal Latif1-31/+25
2009-04-28RDMA/nes: Increase rexmit timeout intervalFaisal Latif2-1/+6
2009-04-28RDMA/nes: Check for sequence number wrap-aroundFaisal Latif1-1/+2
2009-04-28RDMA/nes: Do not set apbvt entry for loopbackFaisal Latif1-4/+6
2009-04-28RDMA/nes: Fix unused variable compile warning when INFINIBAND_NES_DEBUG=nChien Tung1-4/+0
2009-04-28RDMA/nes: Fix fw_ver in /sysChien Tung1-4/+3
2009-04-28RDMA/nes: Set trace length to 1 inch for SFP_DChien Tung1-1/+2
2009-04-28RDMA/nes: Enable repause timer for port 1Chien Tung1-0/+6
2009-04-28RDMA/nes: Correct CDR loop filter setting for port 1Chien Tung1-6/+8
2009-04-28RDMA/nes: Modify thermo mitigation to flip SerDes1 ref clk to internalChien Tung1-5/+2
2009-04-22RDMA/nes: Fix resource issues in nes_create_cq() and nes_destroy_cq()Miroslaw Walukiewicz2-1/+26
2009-04-21RDMA/nes: Remove root_256()'s unused pbl_count_256 parameterMatt Kraai1-3/+2
2009-04-21IB/mthca: Fix timeout for INIT_HCA and a few other commandsJack Morgenstein1-7/+9