aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-03-21RDMA/nes: Fix MSS calculation on RDMA pathChien Tung1-1/+2
2008-03-12IPoIB: Allocate priv->tx_ring with vmalloc()Roland Dreier2-7/+10
2008-03-11IPoIB/cm: Set tx_wr.num_sge in connected mode post_send()Roland Dreier1-0/+1
2008-03-11IPoIB: Don't drop multicast sends when they can be queuedOr Gerlitz1-1/+1
2008-03-11IB/ipath: Reset the retry counter for RDMA_READ_RESPONSE_MIDDLE packetsPatrick Marchand Latifi1-0/+4
2008-03-11IB/ipath: Fix error completion put on send CQ instead of recv CQPatrick Marchand Latifi1-1/+1
2008-03-11IB/ipath: Fix RC QP initializationPatrick Marchand Latifi1-4/+5
2008-03-11IB/ipath: Fix potentially wrong RNR retry counter returned in ipath_query_qp()Patrick Marchand Latifi1-1/+1
2008-03-11IB/ipath: Fix IB compliance problems with link state vs physical stateRalph Campbell5-22/+18
2008-03-10RDMA/iwcm: Don't access a cm_id after dropping referenceSteve Wise1-2/+3
2008-03-10IB/iser: Handle iser_device allocation error gracefullyArne Redlich1-4/+9
2008-03-10IB/iser: Fix list iteration bugArne Redlich1-20/+16
2008-03-09RDMA/cxgb3: Fix iwch_create_cq() off-by-one errorJon Mason1-1/+1
2008-02-29RDMA/cxgb3: Return correct max_inline_data when creating a QPJon Mason1-0/+3
2008-02-29IB/fmr_pool: Flush all dirty FMRs from ib_fmr_pool_flush()Pete Wyckoff1-1/+16
2008-02-29Revert "IB/fmr_pool: ib_fmr_pool_flush() should flush all dirty FMRs"Pete Wyckoff1-15/+6
2008-02-29IB/cm: Flush workqueue when removing deviceSean Hefty1-1/+2
2008-02-26RDMA/nes: Fix interrupt moderation low thresholdJohn Lacombe2-9/+6
2008-02-26RDMA/nes: Fix CRC endianness for RDMA connection establishment on big-endianFaisal Latif2-4/+21
2008-02-26RDMA/nes: Fix use-after-free in mini_cm_dec_refcnt_listen()Faisal Latif1-0/+1
2008-02-26RDMA/nes: Fix use-after-free in nes_create_cq()Glenn Streiff1-3/+0
2008-02-26RDMA/nes: Fix a check-after-use in nes_probe()Adrian Bunk1-1/+1
2008-02-26RDMA/nes: Fix a memory leak in schedule_nes_timer()Adrian Bunk1-2/+2
2008-02-25RDMA/nes: Fix off-by-oneAdrian Bunk1-1/+1
2008-02-25RDMA/nes: Resurrect error path dead codeChien Tung1-2/+3
2008-02-25RDMA/cxgb3: Fix shift calc in build_phys_page_list() for 1-entry page listsBryan Rosenburg1-8/+2
2008-02-19IB/mthca: Free correct MPT on error exit from mthca_fmr_alloc()Roland Dreier1-1/+1
2008-02-19IPoIB/cm: Fix ipoib_cm_dev_stop() cleanup when drain times outPradeep Satyanarayana1-4/+6
2008-02-18RDMA/nes: Fix possible array overrunRoland Dreier1-1/+1
2008-02-16RDMA/nes: Fix VLAN supportChien Tung1-2/+8
2008-02-15RDMA/nes: Fix MAC interrupt erroneously masked on ifdownGlenn Streiff1-16/+36
2008-02-15IB: Fix return value in ib_device_register_sysfs()Li Zefan1-1/+3
2008-02-14RDMA/cma: Do not issue MRA if user rejects connection requestSean Hefty1-1/+9
2008-02-14IB/mlx4: mlx4_ib_fmr_alloc() should call mlx4_fmr_enable()Jack Morgenstein1-1/+1
2008-02-14IPoIB: Remove unused struct ipoib_cm_tx.ibwc memberEli Cohen1-1/+0
2008-02-14IPoIB: On P_Key change event, reset state properlyJack Morgenstein1-0/+1
2008-02-13IB/mthca: Convert to use be16_add_cpu()Marcin Slusarz1-1/+1
2008-02-13RDMA/cxgb3: Fail loopback connectionsSteve Wise1-0/+17
2008-02-12IB/cm: Fix infiniband_cm class kobject ref countingRoland Dreier1-14/+8
2008-02-12IB/cm: Remove debug printk()s that snuck upstreamRoland Dreier1-4/+0
2008-02-12IB/mthca: Add missing sg_init_table() in mthca_map_user_db()Roland Dreier1-0/+1
2008-02-08IPoIB: Add send gather supportEli Cohen4-30/+83
2008-02-08IPoIB: Add high DMA feature flagEli Cohen1-1/+3
2008-02-08IB/mlx4: Use multiple WQ blocks to post smaller send WQEsJack Morgenstein3-36/+188
2008-02-06IB/mlx4: Consolidate code to get an entry from a struct mlx4_bufRoland Dreier3-19/+3
2008-02-04RDMA/nes: Add a driver for NetEffect RNICsGlenn Streiff16-1/+16551
2008-02-04IB/mthca: Return proper error codes from mthca_fmr_alloc()Olaf Kirch1-2/+6
2008-02-04IB: Avoid marking __devinitdata as constRoland Dreier1-1/+1
2008-02-04IB/mlx4: Actually print out the driver versionRoland Dreier1-1/+8
2008-02-04IB/ib_mthca: Pre-link receive WQEs in Tavor modeEli Cohen2-14/+22