summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
Commit message (Expand)AuthorAgeFilesLines
* IB/ipath: Fix PCI config write size used to clear linkctrl error bitsRoland Dreier2008-04-171-1/+1
* IB/ipath: Fix sanity checks on QP number of WRs and SGEsRalph Campbell2008-04-171-10/+16
* IB/ipath: Remove useless commentsRalph Campbell2008-04-171-2/+0
* IB/ipath: HW workaround for case where chip can send but not receiveDave Olson2008-04-173-0/+24
* IB/ipath: Add code to support multiple link speeds and widthsRalph Campbell2008-04-173-33/+69
* IB/ipath: Head of Line blocking vs forward progress of user appsJohn Gregor2008-04-177-182/+310
* IB/ipath: Make debug error message match the constraint that is checked forRalph Campbell2008-04-171-1/+1
* IB/ipath: Don't try to handle freeze mode HW errors if diagnostic modeRalph Campbell2008-04-171-1/+1
* IB/ipath: Fix link up LED displayArthur Jones2008-04-171-1/+1
* IB/ipath: Fix error recovery for send buffer status after chip freeze modeRalph Campbell2008-04-171-1/+2
* IB/ipath: Fix byte order of pioavail in handle_errors()Ralph Campbell2008-04-171-3/+3
* IB/mthca: Avoid integer overflow when allocating huge ICM tableRoland Dreier2008-04-171-1/+3
* IB/mthca: Avoid integer overflow when dealing with profile sizeRoland Dreier2008-04-173-7/+10
* IB/ehca: Remove tgid checkingHoang-Nam Nguyen2008-04-177-162/+0
* IB/ipath: Enable 4KB MTUDave Olson2008-04-178-65/+45
* IB/ipath: Shared context code needs to be sure device is usableDave Olson2008-04-171-1/+1
* IB/ipath: Provide I/O bus speeds for diagnostic purposesArthur Jones2008-04-174-23/+85
* IB/ipath: Make some constants chip-specific, related cleanupDave Olson2008-04-173-30/+35
* IB/ipath: Misc sparse warning cleanupArthur Jones2008-04-172-4/+7
* IB/mthca: Add IPoIB checksum offload supportEli Cohen2008-04-176-13/+30
* IB/mlx4: Add IPoIB checksum offload supportEli Cohen2008-04-173-0/+21
* IB: Replace remaining __FUNCTION__ occurrences with __func__Harvey Harrison2008-04-1726-302/+302
* IB/ehca: Make symbols used only in a single source file staticRoland Dreier2008-04-173-16/+15
* RDMA/nes: Make symbols used only in a single source file staticRoland Dreier2008-04-177-97/+88
* RDMA/nes: Use proper format and cast to print dma_addr_tRoland Dreier2008-04-171-8/+8
* RDMA/nes: Remove unused nes_netdev_exit() functionRoland Dreier2008-04-172-23/+0
* RDMA/nes: Remove redundant NULL check in nes_unregister_ofa_device()Roland Dreier2008-04-171-3/+0
* mlx4_core: Fix confusion between mlx4_event and mlx4_dev_event enumsRoland Dreier2008-04-171-6/+8
* RDMA/amso1100: Endian annotate mqsq allocatorRoland Dreier2008-04-172-8/+8
* RDMA/amso1100: Start of endianness annotationRoland Dreier2008-04-178-160/+166
* RDMA/nes: Delete unused variablesRoland Dreier2008-04-172-16/+0
* RDMA/nes: Trivial endianness annotationsRoland Dreier2008-04-171-2/+2
* IB/mlx4: Endianness annotationsRoland Dreier2008-04-171-2/+2
* IB/ipath: Fix sparse warning about shadowed symbolRoland Dreier2008-04-171-4/+4
* IB/ipath: Fix sparse warning about pointer signednessArthur Jones2008-04-172-3/+3
* RDMA/cxgb3: IDR IDs are signedRoland Dreier2008-04-171-1/+1
* RDMA/amso1100: Don't use 0UL as a NULL pointerRoland Dreier2008-04-171-5/+5
* IB/mlx4: Convert "if(foo)" to "if (foo)"Roland Dreier2008-04-171-1/+1
* IB/mthca: Formatting cleanupsRoland Dreier2008-04-176-11/+11
* RDMA/cxgb3: Program hardware IRD with correct valueRoland Dreier2008-03-281-1/+1
* RDMA/nes: Fix MSS calculation on RDMA pathChien Tung2008-03-211-1/+2
* IB/ipath: Reset the retry counter for RDMA_READ_RESPONSE_MIDDLE packetsPatrick Marchand Latifi2008-03-111-0/+4
* IB/ipath: Fix error completion put on send CQ instead of recv CQPatrick Marchand Latifi2008-03-111-1/+1
* IB/ipath: Fix RC QP initializationPatrick Marchand Latifi2008-03-111-4/+5
* IB/ipath: Fix potentially wrong RNR retry counter returned in ipath_query_qp()Patrick Marchand Latifi2008-03-111-1/+1
* IB/ipath: Fix IB compliance problems with link state vs physical stateRalph Campbell2008-03-115-22/+18
* RDMA/cxgb3: Fix iwch_create_cq() off-by-one errorJon Mason2008-03-091-1/+1
* RDMA/cxgb3: Return correct max_inline_data when creating a QPJon Mason2008-02-291-0/+3
* RDMA/nes: Fix interrupt moderation low thresholdJohn Lacombe2008-02-272-9/+6
* RDMA/nes: Fix CRC endianness for RDMA connection establishment on big-endianFaisal Latif2008-02-272-4/+21