Age | Commit message (Expand) | Author | Files | Lines |
2008-04-17 | mlx4_core: Increase max number of QPs to 128K | Jack Morgenstein | 1 | -1/+1 |
2008-04-17 | RDMA/amso1100: Add support for "send with invalidate" work requests | Roland Dreier | 2 | -8/+17 |
2008-04-17 | IB/core: Add support for "send with invalidate" work requests | Roland Dreier | 12 | -26/+34 |
2008-04-17 | IB/ipath: Update copyright dates for files changed in 2008 | Ralph Campbell | 18 | -18/+18 |
2008-04-17 | IB/ipath: add calls to new 7220 code and enable in build | Dave Olson | 13 | -136/+896 |
2008-04-17 | IB/ipath: Misc changes to prepare for IB7220 introduction | Arthur Jones | 6 | -34/+83 |
2008-04-17 | IB/ipath: User mode send DMA | Arthur Jones | 1 | -0/+879 |
2008-04-17 | IB/ipath: User mode send DMA header file | Arthur Jones | 1 | -0/+54 |
2008-04-17 | IB/ipath: Add code for IBA7220 send DMA | John Gregor | 1 | -0/+743 |
2008-04-17 | IB/ipath: Add IBA7220-specific SERDES initialization data | Ralph Campbell | 1 | -0/+1082 |
2008-04-17 | IB/ipath: Support for SerDes portion of IBA7220 | Michael Albaugh | 1 | -0/+1462 |
2008-04-17 | IB/ipath: HCA-specific code to support IBA7220 | Ralph Campbell | 1 | -0/+2571 |
2008-04-17 | IB/ipath: Isolate 7220-specific content | Michael Albaugh | 1 | -0/+57 |
2008-04-17 | IB/ipath: Header file changes to support IBA7220 | Ralph Campbell | 4 | -54/+282 |
2008-04-17 | IB/ipath: Fix up error handling | Ralph Campbell | 3 | -17/+66 |
2008-04-17 | IB/ipath: Fix check for no interrupts to reliably fallback to INTx | Dave Olson | 3 | -22/+42 |
2008-04-17 | IB/ipath: Enable reduced PIO update for HCAs that support it. | Dave Olson | 3 | -1/+45 |
2008-04-17 | IB/ipath: Set LID filtering for HCAs that support it. | Dave Olson | 1 | -2/+7 |
2008-04-17 | IB/ipath: Add support for IBTA 1.2 Heartbeat | Dave Olson | 2 | -3/+30 |
2008-04-17 | IB/ipath: Make link state transition code ignore (transient) link recovery | Dave Olson | 1 | -1/+15 |
2008-04-17 | IB/ipath: Add support for 7220 receive queue changes | Ralph Campbell | 10 | -225/+305 |
2008-04-17 | IB/ipath: Fix some white space and code style issues | Ralph Campbell | 6 | -35/+38 |
2008-04-17 | IB/ipath: Allow old and new diagnostic packet formats | Michael Albaugh | 1 | -2/+7 |
2008-04-17 | IB/core: Check optional verbs before using them | Dotan Barak | 1 | -1/+6 |
2008-04-17 | IB/ipath: Fix time comparison to use time_after_eq() | Robert P. J. Day | 1 | -1/+2 |
2008-04-17 | IB/mlx4: Micro-optimize mlx4_ib_post_send() | Roland Dreier | 1 | -8/+8 |
2008-04-17 | IB/mlx4: Add IPoIB LSO support | Eli Cohen | 7 | -9/+84 |
2008-04-17 | IPoIB: Add LSO support | Eli Cohen | 5 | -36/+92 |
2008-04-17 | IB/core: Add creation flags to struct ib_qp_init_attr | Eli Cohen | 7 | -0/+21 |
2008-04-17 | IB/ipath: EEPROM support for 7220 devices, robustness improvements, cleanup | Michael Albaugh | 3 | -67/+439 |
2008-04-17 | IB/ipath: Use PIO buffer for RC ACKs | Ralph Campbell | 1 | -18/+39 |
2008-04-17 | IB/ipath: Make send buffers available for kernel if not allocated to user | Ralph Campbell | 8 | -145/+225 |
2008-04-17 | IB/ipath: Prevent link-recovery code from negating admin disable | Michael Albaugh | 6 | -29/+55 |
2008-04-17 | IB/ipath: Remove some useless (void) casts | Ralph Campbell | 2 | -9/+9 |
2008-04-17 | IB/ipath: Change the module author | Ralph Campbell | 1 | -1/+1 |
2008-04-17 | RDMA/nes: Use more concise list_for_each_entry() | Robert P. J. Day | 1 | -6/+2 |
2008-04-17 | IB: Use shorter list_splice_init() for brevity | Robert P. J. Day | 2 | -4/+2 |
2008-04-17 | RDMA/iwcm: Test rdma_create_id() for IS_ERR rather than 0 | Julia Lawall | 1 | -1/+1 |
2008-04-17 | RDMA/nes: Remove session_id from nes_cm stuff | Roland Dreier | 2 | -9/+0 |
2008-04-17 | IB/ipath: Fix PCI config write size used to clear linkctrl error bits | Roland Dreier | 1 | -1/+1 |
2008-04-17 | IB/ipath: Fix sanity checks on QP number of WRs and SGEs | Ralph Campbell | 1 | -10/+16 |
2008-04-17 | IB/ipath: Remove useless comments | Ralph Campbell | 1 | -2/+0 |
2008-04-17 | IB/ipath: HW workaround for case where chip can send but not receive | Dave Olson | 3 | -0/+24 |
2008-04-17 | IB/ipath: Add code to support multiple link speeds and widths | Ralph Campbell | 3 | -33/+69 |
2008-04-17 | IB/ipath: Head of Line blocking vs forward progress of user apps | John Gregor | 7 | -182/+310 |
2008-04-17 | IB/ipath: Make debug error message match the constraint that is checked for | Ralph Campbell | 1 | -1/+1 |
2008-04-17 | IB/ipath: Don't try to handle freeze mode HW errors if diagnostic mode | Ralph Campbell | 1 | -1/+1 |
2008-04-17 | IB/ipath: Fix link up LED display | Arthur Jones | 1 | -1/+1 |
2008-04-17 | IB/ipath: Fix error recovery for send buffer status after chip freeze mode | Ralph Campbell | 1 | -1/+2 |
2008-04-17 | IB/ipath: Fix byte order of pioavail in handle_errors() | Ralph Campbell | 1 | -3/+3 |