| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband | Linus Torvalds | 2005-09-11 | 9 | -226/+395 |
|\ |
|
| * | [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 | 1 | -2/+3 |
| * | [PATCH] IB: RMPP fixes | Hal Rosenstock | 2005-09-07 | 1 | -1/+3 |
| * | [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] 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 | 17 | -25/+23 |
* | [PATCH] IB: Add handling for ABORT and STOP RMPP MADs. | Sean Hefty | 2005-08-26 | 1 | -65/+244 |
* | [PATCH] IB: fix userspace CM deadlock | Sean Hefty | 2005-08-26 | 2 | -313/+160 |
* | [PATCH] IB: userspace SRQ support | Roland Dreier | 2005-08-26 | 3 | -3/+204 |
* | [PATCH] IB: Add SRQ support to midlayer | Roland Dreier | 2005-08-26 | 1 | -0/+60 |
* | [PATCH] IB: Remove unnecessary includes of <linux/version.h> | Olaf Hering | 2005-08-26 | 1 | -1/+0 |
* | [PATCH] IB: Fix ib_mad_thread_completion_handler declaration | Hal Rosenstock | 2005-08-26 | 1 | -3/+2 |
* | [PATCH] IB: unmap FMRs when destroying FMR pool | Roland Dreier | 2005-08-26 | 1 | -0/+6 |
* | [PATCH] IB: sparse endianness cleanup | Sean Hefty | 2005-08-26 | 8 | -188/+191 |
* | [PATCH] IB: Add copyright notices | Roland Dreier | 2005-08-26 | 14 | -17/+33 |
* | [PATCH] IB: fix use-after-free in user verbs cleanup | Roland Dreier | 2005-08-26 | 1 | -1/+2 |
* | [IB/ucm]: Clean up userspace CM | Hal Rosenstock | 2005-07-27 | 1 | -47/+41 |
* | Merge /scratch/Ksrc/linux-git/ | Roland Dreier | 2005-07-27 | 15 | -429/+7233 |
|\ |
|
| * | [PATCH] IB: Eliminate sparse warnings in SA client | Hal Rosenstock | 2005-07-27 | 1 | -3/+3 |
| * | [PATCH] IB: Hook up userspace CM to the make system | Hal Rosenstock | 2005-07-27 | 1 | -1/+3 |
| * | [PATCH] Add kernel portion of user CM implementation (fix) | Tom Duffy | 2005-07-27 | 1 | -8/+5 |
| * | [PATCH] IB: Add kernel portion of user CM implementation | Hal Rosenstock | 2005-07-27 | 2 | -0/+1485 |
| * | [PATCH] IB: Implementation for RMPP support in user MAD | Hal Rosenstock | 2005-07-27 | 1 | -106/+194 |
| * | [PATCH] IB: Add the kernel CM implementation | Hal Rosenstock | 2005-07-27 | 3 | -1/+4147 |
| * | [PATCH] IB: Add Service Record support to SA client | Hal Rosenstock | 2005-07-27 | 1 | -2/+164 |
| * | [PATCH] IB: Add RMPP implementation | Hal Rosenstock | 2005-07-27 | 5 | -50/+966 |
| * | [PATCH] IB: Introduce RMPP APIs | Hal Rosenstock | 2005-07-27 | 2 | -21/+3 |
| * | [PATCH] IB: A couple of IB core bug fixes | Hal Rosenstock | 2005-07-27 | 2 | -5/+5 |
| * | [PATCH] IB: Add ib_create_ah_from_wc to IB verbs | Hal Rosenstock | 2005-07-27 | 1 | -0/+35 |
| * | [PATCH] IB: Fix a couple of MAD code paths | Hal Rosenstock | 2005-07-27 | 1 | -14/+14 |
| * | [PATCH] IB: Optimize canceling a MAD | Hal Rosenstock | 2005-07-27 | 1 | -8/+13 |
| * | [PATCH] IB: Add ib_modify_mad API to MAD | Hal Rosenstock | 2005-07-27 | 2 | -57/+28 |
| * | [PATCH] IB: Eliminate MAD cache leak associated with local completions | Hal Rosenstock | 2005-07-27 | 1 | -1/+6 |
| * | [PATCH] IB: Simplify calling of list_del in MAD | Hal Rosenstock | 2005-07-27 | 1 | -2/+1 |
| * | [PATCH] IB: Add automatic retries to MAD layer | Hal Rosenstock | 2005-07-27 | 4 | -2/+30 |
| * | [PATCH] IB: Add ib_coalesce_recv_mad to MAD | Hal Rosenstock | 2005-07-27 | 1 | -8/+1 |
| * | [PATCH] IB: Minor cleanup during MAD startup and shutdown | Hal Rosenstock | 2005-07-27 | 1 | -35/+9 |
| * | [PATCH] IB: Fix timeout/cancelled MAD handling | Hal Rosenstock | 2005-07-27 | 2 | -2/+13 |
| * | [PATCH] IB: Change ib_mad_send_wr_private struct | Hal Rosenstock | 2005-07-27 | 2 | -14/+12 |
| * | [PATCH] IB: Change saving of user's send wr_id in MAD | Hal Rosenstock | 2005-07-27 | 1 | -2/+2 |
| * | [PATCH] IB: Combine some MAD routines | Hal Rosenstock | 2005-07-27 | 1 | -78/+27 |
| * | [PATCH] IB: Add MAD helper functions | Hal Rosenstock | 2005-07-27 | 1 | -0/+76 |
| * | [PATCH] IB: Update MAD client API | Hal Rosenstock | 2005-07-27 | 4 | -40/+23 |
| * | [PATCH] IB: Update FMR functions | Hal Rosenstock | 2005-07-27 | 1 | -4/+3 |
* | | [IB/uverbs]: Add O_ASYNC support | Gleb Natapov | 2005-07-27 | 2 | -1/+14 |
|/ |
|