aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)Author
2008-04-16IB: Replace remaining __FUNCTION__ occurrences with __func__Harvey Harrison
2008-04-16IB/ehca: Make symbols used only in a single source file staticRoland Dreier
2008-04-16RDMA/nes: Make symbols used only in a single source file staticRoland Dreier
2008-04-16RDMA/nes: Use proper format and cast to print dma_addr_tRoland Dreier
2008-04-16RDMA/nes: Remove unused nes_netdev_exit() functionRoland Dreier
2008-04-16RDMA/nes: Remove redundant NULL check in nes_unregister_ofa_device()Roland Dreier
2008-04-16IB/uverbs: Use alloc_file() instead of get_empty_filp()Roland Dreier
2008-04-16IB/uverbs: Don't store struct file * for event filesRoland Dreier
2008-04-16mlx4_core: Fix confusion between mlx4_event and mlx4_dev_event enumsRoland Dreier
2008-04-16RDMA/amso1100: Endian annotate mqsq allocatorRoland Dreier
2008-04-16RDMA/amso1100: Start of endianness annotationRoland Dreier
2008-04-16RDMA/nes: Delete unused variablesRoland Dreier
2008-04-16RDMA/nes: Trivial endianness annotationsRoland Dreier
2008-04-16RDMA/ucma: Endian annotationRoland Dreier
2008-04-16IB/cm: Endianness annotationsRoland Dreier
2008-04-16IB/mlx4: Endianness annotationsRoland Dreier
2008-04-16IB/ipath: Fix sparse warning about shadowed symbolRoland Dreier
2008-04-16IB/ipath: Fix sparse warning about pointer signednessArthur Jones
2008-04-16RDMA/cxgb3: IDR IDs are signedRoland Dreier
2008-04-16RDMA/amso1100: Don't use 0UL as a NULL pointerRoland Dreier
2008-04-16IB/mlx4: Convert "if(foo)" to "if (foo)"Roland Dreier
2008-04-16IB/mthca: Formatting cleanupsRoland Dreier
2008-03-30trivial endianness annotations: infiniband coreAl Viro
2008-03-28RDMA/cxgb3: Program hardware IRD with correct valueRoland Dreier
2008-03-21RDMA/nes: Fix MSS calculation on RDMA pathChien Tung
2008-03-12IPoIB: Allocate priv->tx_ring with vmalloc()Roland Dreier
2008-03-11IPoIB/cm: Set tx_wr.num_sge in connected mode post_send()Roland Dreier
2008-03-11IPoIB: Don't drop multicast sends when they can be queuedOr Gerlitz
2008-03-11IB/ipath: Reset the retry counter for RDMA_READ_RESPONSE_MIDDLE packetsPatrick Marchand Latifi
2008-03-11IB/ipath: Fix error completion put on send CQ instead of recv CQPatrick Marchand Latifi
2008-03-11IB/ipath: Fix RC QP initializationPatrick Marchand Latifi
2008-03-11IB/ipath: Fix potentially wrong RNR retry counter returned in ipath_query_qp()Patrick Marchand Latifi
2008-03-11IB/ipath: Fix IB compliance problems with link state vs physical stateRalph Campbell
2008-03-10RDMA/iwcm: Don't access a cm_id after dropping referenceSteve Wise
2008-03-10IB/iser: Handle iser_device allocation error gracefullyArne Redlich
2008-03-10IB/iser: Fix list iteration bugArne Redlich
2008-03-09RDMA/cxgb3: Fix iwch_create_cq() off-by-one errorJon Mason
2008-02-29RDMA/cxgb3: Return correct max_inline_data when creating a QPJon Mason
2008-02-29IB/fmr_pool: Flush all dirty FMRs from ib_fmr_pool_flush()Pete Wyckoff
2008-02-29Revert "IB/fmr_pool: ib_fmr_pool_flush() should flush all dirty FMRs"Pete Wyckoff
2008-02-29IB/cm: Flush workqueue when removing deviceSean Hefty
2008-02-26RDMA/nes: Fix interrupt moderation low thresholdJohn Lacombe
2008-02-26RDMA/nes: Fix CRC endianness for RDMA connection establishment on big-endianFaisal Latif
2008-02-26RDMA/nes: Fix use-after-free in mini_cm_dec_refcnt_listen()Faisal Latif
2008-02-26RDMA/nes: Fix use-after-free in nes_create_cq()Glenn Streiff
2008-02-26RDMA/nes: Fix a check-after-use in nes_probe()Adrian Bunk
2008-02-26RDMA/nes: Fix a memory leak in schedule_nes_timer()Adrian Bunk
2008-02-25RDMA/nes: Fix off-by-oneAdrian Bunk
2008-02-25RDMA/nes: Resurrect error path dead codeChien Tung
2008-02-25RDMA/cxgb3: Fix shift calc in build_phys_page_list() for 1-entry page listsBryan Rosenburg