| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
* | [PATCH] IB: Add SRQ support to midlayer | Roland Dreier | 2005-08-26 | 2 | -5/+158 |
* | [PATCH] IB/mthca: Report correct max_msg_sz | Roland Dreier | 2005-08-26 | 1 | -0/+3 |
* | [PATCH] IB/mthca: Use correct port width capability value | Roland Dreier | 2005-08-26 | 5 | -13/+10 |
* | [PATCH] IB: Remove unnecessary includes of <linux/version.h> | Olaf Hering | 2005-08-26 | 4 | -4/+0 |
* | [PATCH] IB: Fix ib_mad_thread_completion_handler declaration | Hal Rosenstock | 2005-08-26 | 1 | -3/+2 |
* | [PATCH] IB/mthca: use generic function instead of arbel_ version in mthca_fre... | Guy German | 2005-08-26 | 1 | -1/+1 |
* | [PATCH] IB: unmap FMRs when destroying FMR pool | Roland Dreier | 2005-08-26 | 1 | -0/+6 |
* | [PATCH] IB/mthca: add HCA board ID to sysfs info | Michael S. Tsirkin | 2005-08-26 | 5 | -69/+109 |
* | [PATCH] IB: sparse endianness cleanup | Sean Hefty | 2005-08-26 | 34 | -562/+565 |
* | [PATCH] IB: Eliminate redundant NULL checks | Hal Rosenstock | 2005-08-26 | 1 | -8/+4 |
* | [PATCH] IB: Add copyright notices | Roland Dreier | 2005-08-26 | 39 | -17/+69 |
* | [PATCH] IB: Update current firmware versions in mthca driver | Tziporet Koren | 2005-08-26 | 1 | -3/+3 |
* | [PATCH] IB: fix use-after-free in user verbs cleanup | Roland Dreier | 2005-08-26 | 1 | -1/+2 |
* | [PATCH] Kconfig fix (infiniband and PCI) | Al Viro | 2005-08-23 | 1 | -0/+1 |
* | [PATCH] [IPoIB] Handle sending of unicast RARP responses | Hal Rosenstock | 2005-07-28 | 1 | -2/+3 |
* | [PATCH] [IB/cm]: Correct CM port redirect reject codes | Roland Dreier | 2005-07-28 | 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 | 22 | -468/+8448 |
|\ |
|
| * | [PATCH] IB: Eliminate sparse warnings in SA client | Hal Rosenstock | 2005-07-27 | 2 | -8/+8 |
| * | [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: Add the header file for user space CM | Hal Rosenstock | 2005-07-27 | 1 | -0/+328 |
| * | [PATCH] IB: Implementation for RMPP support in user MAD | Hal Rosenstock | 2005-07-27 | 1 | -106/+194 |
| * | [PATCH] IB: User MAD ABI changes to support RMPP | Hal Rosenstock | 2005-07-27 | 1 | -6/+22 |
| * | [PATCH] IB: Add the kernel CM implementation | Hal Rosenstock | 2005-07-27 | 3 | -1/+4147 |
| * | [PATCH] IB: Add the header file for kernel CM (Communications Manager) | Hal Rosenstock | 2005-07-27 | 1 | -0/+568 |
| * | [PATCH] IB: Add Service Record support to SA client | Hal Rosenstock | 2005-07-27 | 2 | -5/+236 |
| * | [PATCH] IB: Add RMPP implementation | Hal Rosenstock | 2005-07-27 | 5 | -50/+966 |
| * | [PATCH] IB: Introduce RMPP APIs | Hal Rosenstock | 2005-07-27 | 4 | -35/+125 |
| * | [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 | 3 | -9/+59 |
| * | [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 | 3 | -59/+40 |
| * | [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 | 5 | -2/+31 |
| * | [PATCH] IB: Add ib_coalesce_recv_mad to MAD | Hal Rosenstock | 2005-07-27 | 2 | -10/+2 |