summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorFilesLines
2007-05-30IB/mthca: Fix handling of send CQE with error for QPs connected to SRQMichael S. Tsirkin1-3/+3
2007-05-25IB/ehca: Fix number of send WRs reported for new QPStefan Roscher1-1/+1
2007-05-25IB/mlx4: Initialize send queue entry ownership bitsEli Cohen1-7/+15
2007-05-24IB/mlx4: Don't allocate RQ doorbell if using SRQRoland Dreier1-15/+22
2007-05-22Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds8-128/+250
2007-05-21Detach sched.h from mm.hAlexey Dobriyan5-0/+5
2007-05-21IB/mlx4: Check if SRQ is full when posting receiveRoland Dreier1-0/+6
2007-05-20IB/mlx4: Pass send queue sizes from userspace to kernelEli Cohen2-17/+51
2007-05-19IB/mlx4: Fix check of opcode in mlx4_ib_post_send()Roland Dreier1-1/+1
2007-05-19IB/mlx4: Fix RESET to RESET and RESET to ERROR transitionsMichael S. Tsirkin1-35/+80
2007-05-19IB/mthca: Fix RESET to ERROR transitionMichael S. Tsirkin1-60/+98
2007-05-19IB/mlx4: Set GRH:HopLimit when sending globally routed MADsRoland Dreier1-0/+1
2007-05-19IB/mthca: Set GRH:HopLimit when building MLX headersRolf Manderscheid1-0/+1
2007-05-19IB/mlx4: Fix check of max_qp_dest_rdma in modify QPEli Cohen1-1/+1
2007-05-19IB/mthca: Fix use-after-free on device restartAli Ayoub1-1/+3
2007-05-19IB/ehca: Return proper error code if register_mr failsHoang-Nam Nguyen1-5/+2
2007-05-19IB/ipath: Fix potential deadlock with multicast spinlocksRoland Dreier1-9/+7
2007-05-15IB/mthca: Set cleaned CQEs back to HW ownership when cleaning CQMichael S. Tsirkin1-1/+3
2007-05-15IB/mthca: Fix posting >255 recv WRs for TavorMichael S. Tsirkin1-0/+1
2007-05-15IB/ehca: Disable scaling code by default, bump version numberJoachim Fenkes1-3/+3
2007-05-15IB/ehca: Beautify sysfs attribute code and fix compiler warningsJoachim Fenkes1-49/+37
2007-05-15IB/ehca: Remove _irqsave, move #ifdefJoachim Fenkes1-4/+3
2007-05-15IB/ehca: Fix AQP0/1 QP numberHoang-Nam Nguyen1-2/+3
2007-05-15IB/ehca: Correctly set GRH mask bit in ehca_modify_qp()Joachim Fenkes1-4/+8
2007-05-15IB/ehca: Serialize hypervisor calls in ehca_register_mr()Stefan Roscher3-2/+14
2007-05-15IB/ipath: Shadow the gpio_mask registerArthur Jones4-14/+14
2007-05-15IB/mlx4: Fix uninitialized spinlock for 32-bit archsJack Morgenstein1-0/+1
2007-05-10Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds23-79/+4180
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-0/+6
2007-05-09IB/mlx4: Add a driver Mellanox ConnectX InfiniBand adaptersRoland Dreier12-0/+4032
2007-05-09IB/uverbs: Export ib_umem_get()/ib_umem_release() to modulesRoland Dreier11-79/+148
2007-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds1-1/+1
2007-05-08inode numbering: change libfs sb creation routines to avoid collisions with t...Jeff Layton1-1/+1
2007-05-08Merge branch 'linux-2.6'Paul Mackerras30-186/+337
2007-05-07Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds25-180/+337
2007-05-07IB: Return "maybe missed event" hint from ib_req_notify_cq()Roland Dreier11-24/+62
2007-05-07IB: Add CQ comp_vector supportMichael S. Tsirkin9-7/+13
2007-05-07IB/ipath: Fix a race condition when generating ACKsRalph Campbell1-13/+15
2007-05-07IB/ipath: Fix two more spin lock problemsRalph Campbell1-1/+1
2007-05-07RDMA/cxgb3: Support for new abort logicSteve Wise2-0/+24
2007-05-03PCI: Cleanup the includes of <linux/pci.h>Jean Delvare5-6/+0
2007-05-02[POWERPC] Rename get_property to of_get_property: driversStephen Rothwell1-1/+1
2007-05-01RDMA/cxgb3: Initialize cpu_idx field in cpl_close_listserv_req messageSteve Wise1-0/+1
2007-05-01RDMA/cxgb3: Fail qp creation if the requested max_inline is too largeSteve Wise2-0/+4
2007-05-01RDMA/cxgb3: Fix TERM codesSteve Wise1-31/+38
2007-05-01IB/ipath: Don't corrupt pending mmap list when unmapped objects are freedRobert Walsh6-90/+153
2007-05-01IB/mthca: Work around kernel QP starvationMichael S. Tsirkin1-0/+13
2007-05-01IB/ipath: Don't put QP in timeout queue if waiting to sendRalph Campbell2-7/+2
2007-05-01IB/ipath: Don't call spin_lock_irq() from interrupt contextRalph Campbell1-7/+11
2007-04-30Merge branch 'linux-2.6' into for-2.6.22Paul Mackerras36-851/+1470