Age | Commit message (Expand) | Author |
2006-12-30 | [PATCH] IB/mthca: Fix FMR breakage caused by kmemdup() conversion | Michael S. Tsirkin |
2006-12-15 | IB/mthca: Use DEFINE_MUTEX() instead of mutex_init() | Roland Dreier |
2006-12-15 | IB/mthca: Add HCA profile module parameters | Leonid Arsh |
2006-12-15 | IB/srp: Fix FMR mapping for 32-bit kernels and addresses above 4G | Roland Dreier |
2006-12-12 | IPoIB: Make sure struct ipoib_neigh.queue is always initialized | Roland Dreier |
2006-12-12 | IB/iser: Use the new verbs DMA mapping functions | Ralph Campbell |
2006-12-12 | IB/srp: Use new verbs IB DMA mapping functions | Ralph Campbell |
2006-12-12 | IPoIB: Use the new verbs DMA mapping functions | Ralph Campbell |
2006-12-12 | IB/core: Use the new verbs DMA mapping functions | Ralph Campbell |
2006-12-12 | IB/ipath: Implement new verbs DMA mapping functions | Ralph Campbell |
2006-12-12 | RDMA/cma: Export rdma cm interface to userspace | Sean Hefty |
2006-12-12 | RDMA/cma: Add support for RDMA_PS_UDP | Sean Hefty |
2006-12-12 | RDMA/cma: Allow early transition to RTS to handle lost CM messages | Sean Hefty |
2006-12-12 | RDMA/cma: Report connect info with connect events | Sean Hefty |
2006-12-12 | RDMA/cma: Remove unneeded qp_type parameter from rdma_cm | Sean Hefty |
2006-12-12 | IB/ipath: Fix IRQ for PCI Express HCAs | Roland Dreier |
2006-12-12 | RDMA/amso1100: Fix memory leak in c2_qp_modify() | Krishna Kumar |
2006-12-12 | IB/iser: Remove unused "write-only" variables | Roland Dreier |
2006-12-12 | IB/ipath: Remove unused "write-only" variables | Roland Dreier |
2006-12-12 | IB/fmr: ib_flush_fmr_pool() may wait too long | Roland Dreier |
2006-12-08 | [PATCH] LOG2: Implement a general integer log2 facility in the kernel | David Howells |
2006-12-08 | [PATCH] struct path: convert infiniband | Josef Sipek |
2006-12-07 | [PATCH] slab: remove SLAB_KERNEL | Christoph Lameter |
2006-12-07 | [PATCH] slab: remove SLAB_ATOMIC | Christoph Lameter |
2006-12-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells |
2006-12-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells |
2006-12-04 | [PATCH] severing skbuff.h -> highmem.h | Al Viro |
2006-11-29 | IB/ucm: Fix deadlock in cleanup | Michael S. Tsirkin |
2006-11-29 | IB/cm: Fix automatic path migration support | Sean Hefty |
2006-11-29 | IPoIB: Fix skb leak when freeing neighbour | Michael S. Tsirkin |
2006-11-29 | IB/srp: Fix memory leak on reconnect | Vu Pham |
2006-11-29 | RDMA/addr: list_move() cleanups | Roland Dreier |
2006-11-29 | RDMA/addr: Fix some cancellation problems in process_req() | Krishna Kumar |
2006-11-29 | RDMA/amso1100: Prevent deadlock in destroy QP | Krishna Kumar |
2006-11-29 | IB/mthca: Fix initial SRQ logsize for mem-free HCAs | Jack Morgenstein |
2006-11-29 | IB/ehca: Use WQE offset instead of WQE addr for pending work reqs | Hoang-Nam Nguyen |
2006-11-29 | RDMA/iwcm: Fix comment for iwcm_deref_id() to match code | Krishna Kumar |
2006-11-29 | RDMA/iwcm: Remove unnecessary function argument | Krishna Kumar |
2006-11-29 | RDMA/iwcm: Remove unnecessary initializations | Krishna Kumar |
2006-11-29 | RDMA/iwcm: Fix memory leak | Krishna Kumar |
2006-11-29 | RDMA/iwcm: Fix memory corruption bug in cm_work_handler() | Krishna Kumar |
2006-11-29 | IB: Convert kmem_cache_t -> struct kmem_cache | Roland Dreier |
2006-11-29 | IB/ipath: Fix typo in pma_counter_select subscript | Roland Dreier |
2006-11-29 | RDMA/amso1100: Fix section mismatches | Roland Dreier |
2006-11-29 | IB/mthca: Fix section mismatches | Roland Dreier |
2006-11-29 | IB/srp: Increase supported CDB size | Arne Redlich |
2006-11-29 | RDMA/cm: Remove setting local write as part of QP access flags | Dotan Barak |
2006-11-29 | IB: kmemdup() cleanup | Eric Sesterhenn |
2006-11-29 | RDMA/cma: Rewrite cma_req_handler() to encapsulate common code | Krishna Kumar |
2006-11-29 | RDMA/addr: Use time_after_eq() instead of time_after() in queue_req() | Krishna Kumar |