aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-16IB/core: Add support for "send with invalidate" work requestsRoland Dreier12-26/+34
2008-04-16IB/ipath: Update copyright dates for files changed in 2008Ralph Campbell18-18/+18
2008-04-16IB/ipath: add calls to new 7220 code and enable in buildDave Olson13-136/+896
2008-04-16IB/ipath: Misc changes to prepare for IB7220 introductionArthur Jones6-34/+83
2008-04-16IB/ipath: User mode send DMAArthur Jones1-0/+879
2008-04-16IB/ipath: User mode send DMA header fileArthur Jones1-0/+54
2008-04-16IB/ipath: Add code for IBA7220 send DMAJohn Gregor1-0/+743
2008-04-16IB/ipath: Add IBA7220-specific SERDES initialization dataRalph Campbell1-0/+1082
2008-04-16IB/ipath: Support for SerDes portion of IBA7220Michael Albaugh1-0/+1462
2008-04-16IB/ipath: HCA-specific code to support IBA7220Ralph Campbell1-0/+2571
2008-04-16IB/ipath: Isolate 7220-specific contentMichael Albaugh1-0/+57
2008-04-16IB/ipath: Header file changes to support IBA7220Ralph Campbell4-54/+282
2008-04-16IB/ipath: Fix up error handlingRalph Campbell3-17/+66
2008-04-16IB/ipath: Fix check for no interrupts to reliably fallback to INTxDave Olson3-22/+42
2008-04-16IB/ipath: Enable reduced PIO update for HCAs that support it.Dave Olson3-1/+45
2008-04-16IB/ipath: Set LID filtering for HCAs that support it.Dave Olson1-2/+7
2008-04-16IB/ipath: Add support for IBTA 1.2 HeartbeatDave Olson2-3/+30
2008-04-16IB/ipath: Make link state transition code ignore (transient) link recoveryDave Olson1-1/+15
2008-04-16IB/ipath: Add support for 7220 receive queue changesRalph Campbell10-225/+305
2008-04-16IB/ipath: Fix some white space and code style issuesRalph Campbell6-35/+38
2008-04-16IB/ipath: Allow old and new diagnostic packet formatsMichael Albaugh1-2/+7
2008-04-16IB/core: Check optional verbs before using themDotan Barak1-1/+6
2008-04-16IB/ipath: Fix time comparison to use time_after_eq()Robert P. J. Day1-1/+2
2008-04-16IB/mlx4: Micro-optimize mlx4_ib_post_send()Roland Dreier1-8/+8
2008-04-16IB/mlx4: Add IPoIB LSO supportEli Cohen7-9/+84
2008-04-16IPoIB: Add LSO supportEli Cohen5-36/+92
2008-04-16IB/core: Add creation flags to struct ib_qp_init_attrEli Cohen7-0/+21
2008-04-16IB/ipath: EEPROM support for 7220 devices, robustness improvements, cleanupMichael Albaugh3-67/+439
2008-04-16IB/ipath: Use PIO buffer for RC ACKsRalph Campbell1-18/+39
2008-04-16IB/ipath: Make send buffers available for kernel if not allocated to userRalph Campbell8-145/+225
2008-04-16IB/ipath: Prevent link-recovery code from negating admin disableMichael Albaugh6-29/+55
2008-04-16IB/ipath: Remove some useless (void) castsRalph Campbell2-9/+9
2008-04-16IB/ipath: Change the module authorRalph Campbell1-1/+1
2008-04-16RDMA/nes: Use more concise list_for_each_entry()Robert P. J. Day1-6/+2
2008-04-16IB: Use shorter list_splice_init() for brevityRobert P. J. Day2-4/+2
2008-04-16RDMA/iwcm: Test rdma_create_id() for IS_ERR rather than 0Julia Lawall1-1/+1
2008-04-16RDMA/nes: Remove session_id from nes_cm stuffRoland Dreier2-9/+0
2008-04-16IB/ipath: Fix PCI config write size used to clear linkctrl error bitsRoland Dreier1-1/+1
2008-04-16IB/ipath: Fix sanity checks on QP number of WRs and SGEsRalph Campbell1-10/+16
2008-04-16IB/ipath: Remove useless commentsRalph Campbell1-2/+0
2008-04-16IB/ipath: HW workaround for case where chip can send but not receiveDave Olson3-0/+24
2008-04-16IB/ipath: Add code to support multiple link speeds and widthsRalph Campbell3-33/+69
2008-04-16IB/ipath: Head of Line blocking vs forward progress of user appsJohn Gregor7-182/+310
2008-04-16IB/ipath: Make debug error message match the constraint that is checked forRalph Campbell1-1/+1
2008-04-16IB/ipath: Don't try to handle freeze mode HW errors if diagnostic modeRalph Campbell1-1/+1
2008-04-16IB/ipath: Fix link up LED displayArthur Jones1-1/+1
2008-04-16IB/ipath: Fix error recovery for send buffer status after chip freeze modeRalph Campbell1-1/+2
2008-04-16IB/ipath: Fix byte order of pioavail in handle_errors()Ralph Campbell1-3/+3
2008-04-16IB/mthca: Avoid integer overflow when allocating huge ICM tableRoland Dreier1-1/+3
2008-04-16IB/mthca: Avoid integer overflow when dealing with profile sizeRoland Dreier3-7/+10