| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge ../bleed-2.6 | Greg KH | 2005-10-28 | 4 | -4/+4 |
|\ |
|
| * | [PATCH] gfp_t: drivers/infiniband | Al Viro | 2005-10-28 | 4 | -4/+4 |
* | | [PATCH] Driver Core: fix up all callers of class_device_create() | Greg Kroah-Hartman | 2005-10-28 | 1 | -1/+1 |
|/ |
|
* | [PATCH] ib: mthca: Always re-arm EQs in mthca_tavor_interrupt() | Roland Dreier | 2005-10-23 | 1 | -10/+11 |
* | [PATCH] gfp flags annotations - part 1 | Al Viro | 2005-10-08 | 2 | -4/+4 |
* | [IB] mthca: Fix memory leak on device close | Michael S. Tsirkin | 2005-09-30 | 1 | -24/+21 |
* | [IPoIB] Rename IPoIB's path_lookup() to avoid name clashes | Roland Dreier | 2005-09-28 | 1 | -2/+2 |
* | [IB] mthca: fix hw_ver value returned from mthca_query_device | Jack Morgenstein | 2005-09-27 | 1 | -1/+1 |
* | [IB] mthca: Round up number of slots in HCA context memory table | Michael S. Tsirkin | 2005-09-26 | 1 | -1/+1 |
* | [IB] uverbs: Close some exploitable races | Roland Dreier | 2005-09-26 | 3 | -62/+86 |
* | [IB] mthca: Fix off by one bug in mthca_map_cmd | Michael S. Tsirkin | 2005-09-26 | 1 | -2/+2 |
* | [IB] mthca: fix off by one in clr_int calculation | Michael S. Tsirkin | 2005-09-26 | 1 | -1/+1 |
* | [IB] mthca: Fix doorbell record resource leak | Roland Dreier | 2005-09-26 | 1 | -4/+13 |
* | [IB] Fix RMPP receive length calculation | Hal Rosenstock | 2005-09-21 | 1 | -2/+2 |
* | [IB] Add MAD data field size definitions | Sean Hefty | 2005-09-21 | 1 | -9/+6 |
* | [PATCH] IB/mthca: Fix device removal memory leak | Michael S. Tsirkin | 2005-09-20 | 1 | -0/+1 |
* | [PATCH] IPoIB: Don't flush workqueue from within workqueue | Roland Dreier | 2005-09-20 | 3 | -6/+7 |
* | [PATCH] IB: Fix data length for RMPP SA sends | Hal Rosenstock | 2005-09-19 | 1 | -2/+3 |
* | [PATCH] IB/mthca: Don't try to set srq->last for userspace SRQs | Roland Dreier | 2005-09-19 | 1 | -1/+2 |
* | [PATCH] IB/mthca: Fix posting work requests to shared receive queues | Roland Dreier | 2005-09-18 | 1 | -6/+4 |
* | [PATCH] IB/mthca: Initialize eq->nent before we use it | Roland Dreier | 2005-09-18 | 1 | -11/+5 |
* | [PATCH] IPoIB: Fix SA client retransmission strategy | Hal Rosenstock | 2005-09-18 | 1 | -3/+3 |
* | [PATCH] IB/mthca: fix posting of first work request | Roland Dreier | 2005-09-18 | 2 | -34/+28 |
* | [PATCH] IB/mthca: assign ACK timeout field correctly | Roland Dreier | 2005-09-18 | 1 | -1/+1 |
* | [PATCH] IPoIB: fix module removal race | Michael S. Tsirkin | 2005-09-18 | 1 | -0/+2 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband | Linus Torvalds | 2005-09-11 | 12 | -245/+448 |
|\ |
|
| * | [PATCH] IB: fix CM use-after-free | Roland Dreier | 2005-09-09 | 1 | -0/+1 |
| * | [PATCH] IB CM: support CM redir | John Kingman | 2005-09-09 | 1 | -1/+3 |
| * | Make sure that userspace does not retrieve stale asynchronous or | Roland Dreier | 2005-09-09 | 3 | -88/+191 |
| * | [PATCH] IB: Move SA attributes to ib_sa.h | Hal Rosenstock | 2005-09-09 | 1 | -26/+0 |
| * | [PATCH] IB: clean up user access config options | James Lentini | 2005-09-07 | 2 | -9/+21 |
| * | [PATCH] IB: RMPP fixes | Hal Rosenstock | 2005-09-07 | 1 | -1/+3 |
| * | [PATCH] IB: Initialize qp->wait | Michael S. Tsirkin | 2005-09-07 | 1 | -0/+1 |
| * | [PATCH] IB: really reset QPs | Roland Dreier | 2005-09-07 | 1 | -12/+32 |
| * | [PATCH] IB: Add user-supplied context to userspace CM ABI | Sean Hefty | 2005-09-07 | 2 | -106/+192 |
| * | [PATCH] IB/sa_query: avoid unnecessary list scan | Michael S. Tsirkin | 2005-09-07 | 1 | -2/+2 |
| * | [PATCH] IPoIB: fix memory leak | Michael S. Tsirkin | 2005-09-07 | 1 | -0/+2 |
* | | [PATCH] PCI: remove CONFIG_PCI_NAMES | Adrian Bunk | 2005-09-08 | 2 | -8/+8 |
* | | [PATCH] drivers: convert kcalloc to kzalloc | Pekka Enberg | 2005-09-07 | 1 | -1/+1 |
|/ |
|
* | [PATCH] IB: move include files to include/rdma | Roland Dreier | 2005-08-26 | 41 | -4453/+42 |
* | [PATCH] IPoIB: Fix device removal race | Michael S. Tsirkin | 2005-08-26 | 1 | -1/+1 |
* | [PATCH] IB: Add handling for ABORT and STOP RMPP MADs. | Sean Hefty | 2005-08-26 | 2 | -65/+246 |
* | [PATCH] IB: fix userspace CM deadlock | Sean Hefty | 2005-08-26 | 2 | -313/+160 |
* | [PATCH] IPoIB: Set full membership bit in P_Keys | Roland Dreier | 2005-08-26 | 1 | -0/+12 |
* | [PATCH] IB/mthca: Add SRQ implementation | Roland Dreier | 2005-08-26 | 13 | -25/+857 |
* | [PATCH] IB/mthca: Handle context tables smaller than our chunk size | Roland Dreier | 2005-08-26 | 1 | -1/+6 |
* | [PATCH] IB/mthca: Move WQE structures into their own header | Roland Dreier | 2005-08-26 | 2 | -74/+115 |
* | [PATCH] IB/mthca: Simplify handling of completions with error | Roland Dreier | 2005-08-26 | 2 | -9/+9 |
* | [PATCH] IB/mthca: Factor out common queue alloc code | Roland Dreier | 2005-08-26 | 5 | -224/+141 |
* | [PATCH] IB: userspace SRQ support | Roland Dreier | 2005-08-26 | 4 | -4/+238 |