aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2-4/+2
2007-07-18IB/mthca: Simplify use of size0 in work request postingRoland Dreier1-17/+24
2007-07-18IB/mthca: Factor out setting WQE UD segment entriesRoland Dreier1-18/+22
2007-07-18IB/mthca: Factor out setting WQE remote address and atomic segment entriesRoland Dreier1-59/+40
2007-07-18IB/mlx4: Factor out setting other WQE segmentsRoland Dreier1-31/+36
2007-07-18IB/mlx4: Factor out setting WQE data segment entriesRoland Dreier1-6/+9
2007-07-18IB/mthca: Factor out setting WQE data segment entriesRoland Dreier3-54/+30
2007-07-17IB/mlx4: Return receive queue sizes for userspace QPs from query QPRoland Dreier1-8/+16
2007-07-17RDMA/cma: Remove local write permission from QP access flagsDotan Barak1-1/+1
2007-07-17IB/mthca: Use uninitialized_var() for f0Roland Dreier1-2/+14
2007-07-17IB/cm: Make internal function cm_get_ack_delay() staticRoland Dreier1-1/+1
2007-07-17IB/ipath: Remove ipath_get_user_pages_nocopy()Roland Dreier2-27/+0
2007-07-17IB/ipath: Make a few functions staticRoland Dreier7-11/+6
2007-07-17IB/iser: Make a couple of functions staticRoland Dreier3-31/+25
2007-07-17IB/mthca: Fix printk format used for firmware version in warningRoland Dreier1-1/+1
2007-07-17IB/mthca: Schedule MSI support for removalRoland Dreier1-4/+16
2007-07-17IB/ehca: Fix warnings issued by checkpatch.plHoang-Nam Nguyen22-242/+261
2007-07-17IB/ehca: Restructure ehca_set_pagebuf()Hoang-Nam Nguyen1-331/+200
2007-07-17IB/ehca: MR/MW structure refactoringHoang-Nam Nguyen2-277/+284
2007-07-17IB/ehca: Use macro to calculate number of chunks in a mem blockHoang-Nam Nguyen1-23/+24
2007-07-17IB/ehca: Use #define for "pages per register_rpage" instead of hardcoded valueHoang-Nam Nguyen1-8/+11
2007-07-17IB/ehca: Use common error code mapping instead of specific onesHoang-Nam Nguyen3-197/+15
2007-07-17IB/ehca: Fix memory leak in error path of ehca_get_dma_mr()Hoang-Nam Nguyen1-0/+1
2007-07-17IB/ehca: Fix HW level autodetectionJoachim Fenkes1-12/+17
2007-07-17IB/mlx4: Take sizeof the correct pointer in call to memset()Dotan Barak1-1/+1
2007-07-17IB/mlx4: Fix port returned from query QP for QPs in INIT stateJack Morgenstein1-1/+4
2007-07-17IB/mlx4: Fix flow label returned from query QPJack Morgenstein1-1/+1
2007-07-17RDMA/cxgb3: Remove cm_id reference on listen failuresSteve Wise1-0/+1
2007-07-17drivers/infiniband/hw/mthca/mthca_qp: kill uninit'd var warningJeff Garzik1-2/+2
2007-07-15Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds6-76/+54
2007-07-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds88-1052/+2738
2007-07-12IB/mlx4: Implement query SRQJack Morgenstein3-0/+21
2007-07-12IB/mlx4: Implement query QPJack Morgenstein3-0/+141
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-8/+1
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-1/+0
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-8/+1
2007-07-10IB/cm: Send no match if a SIDR REQ does not match a listenSean Hefty1-2/+1
2007-07-10IB/cm: Fix handling of duplicate SIDR REQsSean Hefty1-1/+1
2007-07-10IB/cm: cm_msgs.h should include ib_cm.hSean Hefty1-0/+1
2007-07-10IB/cm: Include HCA ACK delay in local ACK timeoutSean Hefty4-17/+57
2007-07-10IB/cm: Use spin_lock_irq() instead of spin_lock_irqsave() when possibleSean Hefty1-96/+75
2007-07-10IB/sa: Make sure SA queries use default P_KeySean Hefty1-35/+50
2007-07-10IPoIB: Recycle loopback skbs instead of freeing and reallocatingRoland Dreier1-16/+17
2007-07-10IB/mthca: Replace memset(<addr>, 0, PAGE_SIZE) with clear_page(<addr>)Shani Moideen2-2/+2
2007-07-10IPoIB/cm: Fix warning if IPV6 is not enabledRoland Dreier1-2/+1
2007-07-10IB/core: Take sizeof the correct pointer when calling kmalloc()Dotan Barak1-1/+1
2007-07-09IB/ehca: Improve latency by unlocking after triggering the hardwareHoang-Nam Nguyen1-3/+2
2007-07-09IB/ehca: Notify consumers of LID/PKEY/SM changes after nondisruptive eventsJoachim Fenkes4-31/+101
2007-07-09IB/ehca: Return QP pointer in poll_cq()Joachim Fenkes1-3/+8
2007-07-09IB/ehca: Change idr spinlocks into rwlocksJoachim Fenkes6-32/+28