| Commit message (Expand) | Author | Age | Files | Lines |
* | RDMA/ucma: Don't report events with invalid user context | Sean Hefty | 2007-01-07 | 1 | -0/+10 |
* | RDMA/ucma: Fix struct ucma_event leak when backlog is full | Sean Hefty | 2007-01-07 | 1 | -0/+1 |
* | RDMA/iwcm: iWARP connection timeouts shouldn't be reported as rejects | Steve Wise | 2007-01-07 | 1 | -3/+14 |
* | IB/core: Use the new verbs DMA mapping functions | Ralph Campbell | 2006-12-12 | 3 | -55/+53 |
* | RDMA/cma: Export rdma cm interface to userspace | Sean Hefty | 2006-12-12 | 3 | -3/+882 |
* | RDMA/cma: Add support for RDMA_PS_UDP | Sean Hefty | 2006-12-12 | 1 | -16/+204 |
* | RDMA/cma: Allow early transition to RTS to handle lost CM messages | Sean Hefty | 2006-12-12 | 2 | -24/+48 |
* | RDMA/cma: Report connect info with connect events | Sean Hefty | 2006-12-12 | 1 | -57/+85 |
* | RDMA/cma: Remove unneeded qp_type parameter from rdma_cm | Sean Hefty | 2006-12-12 | 1 | -5/+1 |
* | IB/fmr: ib_flush_fmr_pool() may wait too long | Roland Dreier | 2006-12-12 | 1 | -10/+2 |
* | [PATCH] struct path: convert infiniband | Josef Sipek | 2006-12-08 | 1 | -3/+3 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 2006-12-05 | 6 | -103/+152 |
|\ |
|
| * | IB/ucm: Fix deadlock in cleanup | Michael S. Tsirkin | 2006-11-29 | 1 | -0/+2 |
| * | IB/cm: Fix automatic path migration support | Sean Hefty | 2006-11-29 | 2 | -33/+94 |
| * | RDMA/addr: list_move() cleanups | Roland Dreier | 2006-11-29 | 1 | -4/+2 |
| * | RDMA/addr: Fix some cancellation problems in process_req() | Krishna Kumar | 2006-11-29 | 1 | -6/+5 |
| * | RDMA/iwcm: Fix comment for iwcm_deref_id() to match code | Krishna Kumar | 2006-11-29 | 1 | -2/+3 |
| * | RDMA/iwcm: Remove unnecessary function argument | Krishna Kumar | 2006-11-29 | 1 | -7/+6 |
| * | RDMA/iwcm: Remove unnecessary initializations | Krishna Kumar | 2006-11-29 | 1 | -4/+4 |
| * | RDMA/iwcm: Fix memory leak | Krishna Kumar | 2006-11-29 | 1 | -3/+4 |
| * | RDMA/iwcm: Fix memory corruption bug in cm_work_handler() | Krishna Kumar | 2006-11-29 | 1 | -3/+4 |
| * | IB: Convert kmem_cache_t -> struct kmem_cache | Roland Dreier | 2006-11-29 | 1 | -1/+1 |
| * | RDMA/cm: Remove setting local write as part of QP access flags | Dotan Barak | 2006-11-29 | 2 | -3/+2 |
| * | IB: kmemdup() cleanup | Eric Sesterhenn | 2006-11-29 | 3 | -8/+4 |
| * | RDMA/cma: Rewrite cma_req_handler() to encapsulate common code | Krishna Kumar | 2006-11-29 | 1 | -14/+13 |
| * | RDMA/addr: Use time_after_eq() instead of time_after() in queue_req() | Krishna Kumar | 2006-11-29 | 1 | -1/+1 |
| * | RDMA/cma: Remove redundant check in cma_add_one | Krishna Kumar | 2006-11-29 | 1 | -5/+0 |
| * | RDMA/cma: Optimize cma_bind_loopback() to check for empty list | Krishna Kumar | 2006-11-29 | 1 | -8/+7 |
* | | WorkStruct: make allyesconfig | David Howells | 2006-11-22 | 10 | -53/+58 |
|/ |
|
* | IB/mad: Fix race between cancel and receive completion | Roland Dreier | 2006-11-13 | 1 | -1/+1 |
* | RDMA/addr: Use client registration to fix module unload race | Sean Hefty | 2006-11-02 | 2 | -3/+33 |
* | IB/uverbs: Return sq_draining value in query_qp response | Jack Morgenstein | 2006-10-30 | 1 | -1/+1 |
* | RDMA/cma: rdma_bind_addr() leaks a cma_dev reference count | Krishna Kumar | 2006-10-30 | 1 | -8/+15 |
* | IB/cm: Send DREP in response to unmatched DREQ | Sean Hefty | 2006-10-10 | 1 | -1/+29 |
* | IB/cm: Fix timewait crash after module unload | Sean Hefty | 2006-10-10 | 1 | -18/+36 |
* | RDMA/cma: Optimize error handling | Krishna Kumar | 2006-10-02 | 1 | -10/+14 |
* | RDMA/cma: Eliminate unnecessary remove_list | Krishna Kumar | 2006-10-02 | 1 | -5/+1 |
* | RDMA/cma: Set status correctly on route resolution error | Sean Hefty | 2006-10-02 | 1 | -0/+1 |
* | RDMA/cma: Fix device removal race | Krishna Kumar | 2006-10-02 | 1 | -0/+1 |
* | RDMA/cma: Fix leak of cm_ids in case of failures | Krishna Kumar | 2006-10-02 | 1 | -4/+11 |
* | [IPV4]: annotate inetdev.h helpers | Al Viro | 2006-09-28 | 1 | -2/+2 |
* | [PATCH] Really ignore kmem_cache_destroy return value | Alexey Dobriyan | 2006-09-27 | 1 | -4/+1 |
* | [PATCH] missing includes from infiniband merge | Al Viro | 2006-09-23 | 1 | -0/+1 |
* | IB: Fix typo in kerneldoc for ib_set_client_data() | Krishna Kumar | 2006-09-22 | 1 | -1/+1 |
* | IB/cm: Do not track remote QPN in timewait state | Michael S. Tsirkin | 2006-09-22 | 1 | -0/+2 |
* | IB/sa: Require SA registration | Michael S. Tsirkin | 2006-09-22 | 2 | -10/+57 |
* | RDMA/cma: Protect against adding device during destruction | Sean Hefty | 2006-09-22 | 1 | -8/+26 |
* | RDMA: iWARP Core Changes. | Tom Tucker | 2006-09-22 | 13 | -71/+383 |
* | RDMA: iWARP Connection Manager. | Tom Tucker | 2006-09-22 | 2 | -0/+1081 |
* | IB: Whitespace fixes | Roland Dreier | 2006-09-22 | 10 | -22/+20 |