| Commit message (Expand) | Author | Age | Files | Lines |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 2009-10-11 | 1 | -0/+1 |
* | IB/ipath: Improve UD loopback performance by allocating temp array only once | Ralph Campbell | 2008-12-01 | 1 | -8/+24 |
* | IB/ipath: Fix many locking issues when switching to error state | Ralph Campbell | 2008-05-13 | 1 | -92/+91 |
* | IB/ipath: Fix RC and UC error handling | Ralph Campbell | 2008-05-13 | 1 | -46/+8 |
* | IB/ipath: Update copyright dates for files changed in 2008 | Ralph Campbell | 2008-04-16 | 1 | -1/+1 |
* | IB/ipath: add calls to new 7220 code and enable in build | Dave Olson | 2008-04-16 | 1 | -1/+13 |
* | IB/core: Add creation flags to struct ib_qp_init_attr | Eli Cohen | 2008-04-16 | 1 | -0/+5 |
* | IB/ipath: Fix sanity checks on QP number of WRs and SGEs | Ralph Campbell | 2008-04-16 | 1 | -10/+16 |
* | IB/ipath: Remove useless comments | Ralph Campbell | 2008-04-16 | 1 | -2/+0 |
* | IB/ipath: Enable 4KB MTU | Dave Olson | 2008-04-16 | 1 | -6/+6 |
* | IB/ipath: Fix error completion put on send CQ instead of recv CQ | Patrick Marchand Latifi | 2008-03-11 | 1 | -1/+1 |
* | IB/ipath: Fix RC QP initialization | Patrick Marchand Latifi | 2008-03-11 | 1 | -4/+5 |
* | IB/ipath: Fix potentially wrong RNR retry counter returned in ipath_query_qp() | Patrick Marchand Latifi | 2008-03-11 | 1 | -1/+1 |
* | IB/ipath: Fix some sparse warnings about shadowed symbols | Roland Dreier | 2008-01-25 | 1 | -2/+0 |
* | IB/ipath: Add the work completion error code to the QP error debug output | Ralph Campbell | 2008-01-25 | 1 | -2/+2 |
* | IB/ipath: Fix error path in QP creation | Ralph Campbell | 2007-11-20 | 1 | -6/+9 |
* | IB/ipath: Implement IB_EVENT_QP_LAST_WQE_REACHED | Ralph Campbell | 2007-10-09 | 1 | -3/+17 |
* | IB/ipath: Change UD to queue work requests like RC & UC | Ralph Campbell | 2007-10-09 | 1 | -6/+5 |
* | IB/ipath: Remove bogus RD_ATOMIC checks from modify_qp | Arthur Jones | 2007-07-09 | 1 | -8/+0 |
* | IB/ipath: Update copyright dates | John Gregor | 2007-07-09 | 1 | -1/+1 |
* | IB/ipath: Clean send flags properly on QP reset | Robert Walsh | 2007-07-09 | 1 | -1/+1 |
* | IB/ipath: Fix maximum MTU reporting | Robert Walsh | 2007-07-09 | 1 | -1/+6 |
* | IB/ipath: Don't corrupt pending mmap list when unmapped objects are freed | Robert Walsh | 2007-04-30 | 1 | -22/+30 |
* | IB/ipath: Don't allow QPs 0 and 1 to be opened multiple times | Bryan O'Sullivan | 2007-04-18 | 1 | -38/+53 |
* | IB/ipath: Fix CQ flushing when QP is modified to error state | Bryan O'Sullivan | 2007-04-18 | 1 | -1/+1 |
* | IB/ipath: Fix QP error completion queue entries | Ralph Campbell | 2007-04-18 | 1 | -3/+5 |
* | IB/ipath: Fix up some debug messages | Bryan O'Sullivan | 2007-04-18 | 1 | -3/+3 |
* | IB/ipath: Support larger IB_QP_MAX_DEST_RD_ATOMIC and IB_QP_MAX_QP_RD_ATOMIC | Ralph Campbell | 2007-04-18 | 1 | -6/+20 |
* | IB: Return qp pointer as part of ib_wc | Michael S. Tsirkin | 2007-02-04 | 1 | -1/+1 |
* | IB/ipath: Flush RWQEs if access error or invalid error seen | Bryan O'Sullivan | 2006-09-28 | 1 | -3/+10 |
* | IB/ipath: Limit # of packets sent without an ACK received | Bryan O'Sullivan | 2006-09-28 | 1 | -1/+2 |
* | IB/ipath: handle sq_sig_all field correctly | Bryan O'Sullivan | 2006-09-22 | 1 | -5/+8 |
* | IB/ipath: put a limit on the number of QPs that can be created | Bryan O'Sullivan | 2006-09-22 | 1 | -0/+15 |
* | IB/ipath: validate path_mig_state properly | Bryan O'Sullivan | 2006-09-22 | 1 | -1/+2 |
* | IB/ipath: be more strict about testing the modify QP verb | Bryan O'Sullivan | 2006-09-22 | 1 | -2/+31 |
* | IB/ipath: remove stale references to userspace SMA | Bryan O'Sullivan | 2006-09-22 | 1 | -35/+0 |
* | IB/ipath: simplify debugging code after ipath_core and ib_ipath merger | Bryan O'Sullivan | 2006-09-22 | 1 | -5/+5 |
* | IB/ipath: simplify layering code | Bryan O'Sullivan | 2006-09-22 | 1 | -4/+30 |
* | IB/ipath: Performance improvements via mmap of queues | Ralph Campbell | 2006-09-22 | 1 | -44/+112 |
* | IB/uverbs: Pass userspace data to modify_srq and modify_qp methods | Ralph Campbell | 2006-09-22 | 1 | -1/+2 |
* | [PATCH] IB/ipath: namespace cleanup: replace ips with ipath | Bryan O'Sullivan | 2006-07-01 | 1 | -8/+8 |
* | [PATCH] IB/ipath: ignore receive queue size if SRQ is specified | Bryan O'Sullivan | 2006-07-01 | 1 | -11/+16 |
* | [PATCH] IB/ipath: rC receive interrupt performance changes | Bryan O'Sullivan | 2006-07-01 | 1 | -28/+15 |
* | [PATCH] IB/ipath: enforce device resource limits | Bryan O'Sullivan | 2006-07-01 | 1 | -2/+4 |
* | [PATCH] IB/ipath: fix some memory leaks on failure paths | Bryan O'Sullivan | 2006-07-01 | 1 | -0/+2 |
* | [PATCH] IB/ipath: don't allow resources to be created with illegal values | Bryan O'Sullivan | 2006-07-01 | 1 | -0/+8 |
* | [PATCH] IB/ipath: remove some duplicate code | Bryan O'Sullivan | 2006-07-01 | 1 | -3/+0 |
* | [PATCH] IB/ipath: share more common code between RC and UC protocols | Bryan O'Sullivan | 2006-07-01 | 1 | -5/+3 |
* | [PATCH] IB/ipath: update copyrights and other strings to reflect new company ... | Bryan O'Sullivan | 2006-07-01 | 1 | -0/+1 |