| Commit message (Expand) | Author | Age | Files | Lines |
* | IB/mad: Fix kernel crash when .process_mad() returns SUCCESS|CONSUMED | Dave Olson | 2008-05-23 | 1 | -1/+3 |
* | IB/mad: Fix incorrect access to items on local_list | Sean Hefty | 2008-01-25 | 1 | -2/+0 |
* | IB/mad: Report number of times a mad was retried | Sean Hefty | 2008-01-25 | 1 | -2/+7 |
* | IB/mad: Enable loopback of DR SMP responses from userspace | Steve Welch | 2008-01-25 | 1 | -3/+3 |
* | IB/mad: Remove redundant NULL pointer check in ib_mad_recv_done_handler() | Ralph Campbell | 2008-01-25 | 1 | -9/+0 |
* | IB/mad: Fix memory leak in switch handling in ib_mad_recv_done_handler() | Hal Rosenstock | 2007-08-03 | 1 | -6/+5 |
* | IB/mad: Fix error path if response alloc fails in ib_mad_recv_done_handler() | Hal Rosenstock | 2007-08-03 | 1 | -6/+8 |
* | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 2007-07-20 | 1 | -1/+0 |
* | IB/mad: Enhance SMI for switch support | Hal Rosenstock | 2007-07-09 | 1 | -9/+41 |
* | IB: Add CQ comp_vector support | Michael S. Tsirkin | 2007-05-06 | 1 | -1/+1 |
* | IB/mad: Change SMI to use enums rather than magic return codes | Hal Rosenstock | 2007-04-24 | 1 | -15/+19 |
* | IB: Return qp pointer as part of ib_wc | Michael S. Tsirkin | 2007-02-04 | 1 | -4/+7 |
* | IB/core: Use the new verbs DMA mapping functions | Ralph Campbell | 2006-12-12 | 1 | -46/+44 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 2006-12-05 | 1 | -1/+1 |
|\ |
|
| * | IB: Convert kmem_cache_t -> struct kmem_cache | Roland Dreier | 2006-11-29 | 1 | -1/+1 |
* | | WorkStruct: make allyesconfig | David Howells | 2006-11-22 | 1 | -12/+13 |
|/ |
|
* | IB/mad: Fix race between cancel and receive completion | Roland Dreier | 2006-11-13 | 1 | -1/+1 |
* | [PATCH] Really ignore kmem_cache_destroy return value | Alexey Dobriyan | 2006-09-27 | 1 | -4/+1 |
* | RDMA: iWARP Core Changes. | Tom Tucker | 2006-09-22 | 1 | -2/+5 |
* | IB: Whitespace fixes | Roland Dreier | 2006-09-22 | 1 | -6/+6 |
* | IB/mad: Validate MADs for spec compliance | Sean Hefty | 2006-07-24 | 1 | -10/+12 |
* | [PATCH] drivers: use list_move() | Akinobu Mita | 2006-06-26 | 1 | -6/+3 |
* | IB/mad: Check GID/LID when matching requests | Jack Morgenstein | 2006-06-17 | 1 | -31/+63 |
* | IB: Make needlessly global ib_mad_cache static | Roland Dreier | 2006-06-17 | 1 | -2/+1 |
* | IB: refcount race fixes | Sean Hefty | 2006-05-12 | 1 | -22/+25 |
* | IB/mad: Fix RMPP version check during agent registration | Hal Rosenstock | 2006-04-19 | 1 | -4/+1 |
* | IB/mad: fix oops in cancel_mads | Michael S. Tsirkin | 2006-04-02 | 1 | -1/+1 |
* | IB/mad: RMPP support for additional classes | Hal Rosenstock | 2006-03-30 | 1 | -5/+49 |
* | IB/mad: include GID/class when matching receives | Jack Morgenstein | 2006-03-30 | 1 | -6/+52 |
* | IB/mad: Fix oopsable race on device removal | Michael S. Tsirkin | 2006-03-20 | 1 | -7/+14 |
* | IB/umad: Add support for large RMPP transfers | Jack Morgenstein | 2006-03-20 | 1 | -31/+135 |
* | IB/mad: Simplify SMI by eliminating smi_check_local_dr_smp() | Ralph Campbell | 2006-03-20 | 1 | -5/+3 |
* | IB/mad: Handle DR SMPs with a LID routed part | Ralph Campbell | 2006-02-03 | 1 | -1/+9 |
* | [PATCH] drivers/infiniband/core/mad.c: fix use-after-release case | Adrian Bunk | 2005-11-27 | 1 | -2/+2 |
* | [PATCH] kfree cleanup: misc remaining drivers | Jesper Juhl | 2005-11-07 | 1 | -4/+2 |
* | [IB] kzalloc() conversions | Roland Dreier | 2005-11-02 | 1 | -19/+12 |
* | [IB] Fix MAD layer DMA mappings to avoid touching data buffer once mapped | Sean Hefty | 2005-10-25 | 1 | -163/+125 |
* | [IB] Fix leak on MAD initialization failure | Roland Dreier | 2005-10-17 | 1 | -19/+26 |
* | [PATCH] gfp flags annotations - part 1 | Al Viro | 2005-10-08 | 1 | -1/+1 |
* | [PATCH] IB: Fix ib_mad_thread_completion_handler declaration | Hal Rosenstock | 2005-08-26 | 1 | -3/+2 |
* | [PATCH] IB: sparse endianness cleanup | Sean Hefty | 2005-08-26 | 1 | -4/+6 |
* | [PATCH] IB: Add RMPP implementation | Hal Rosenstock | 2005-07-27 | 1 | -46/+117 |
* | [PATCH] IB: Introduce RMPP APIs | Hal Rosenstock | 2005-07-27 | 1 | -1/+3 |
* | [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 | 1 | -55/+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 | 1 | -1/+25 |
* | [PATCH] IB: Add ib_coalesce_recv_mad to MAD | Hal Rosenstock | 2005-07-27 | 1 | -8/+1 |