aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/mad.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-25IB/mad: Fix incorrect access to items on local_listSean Hefty1-2/+0
2008-01-25IB/mad: Report number of times a mad was retriedSean Hefty1-2/+7
2008-01-25IB/mad: Enable loopback of DR SMP responses from userspaceSteve Welch1-3/+3
2008-01-25IB/mad: Remove redundant NULL pointer check in ib_mad_recv_done_handler()Ralph Campbell1-9/+0
2007-08-03IB/mad: Fix memory leak in switch handling in ib_mad_recv_done_handler()Hal Rosenstock1-6/+5
2007-08-03IB/mad: Fix error path if response alloc fails in ib_mad_recv_done_handler()Hal Rosenstock1-6/+8
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+0
2007-07-09IB/mad: Enhance SMI for switch supportHal Rosenstock1-9/+41
2007-05-06IB: Add CQ comp_vector supportMichael S. Tsirkin1-1/+1
2007-04-24IB/mad: Change SMI to use enums rather than magic return codesHal Rosenstock1-15/+19
2007-02-04IB: Return qp pointer as part of ib_wcMichael S. Tsirkin1-4/+7
2006-12-12IB/core: Use the new verbs DMA mapping functionsRalph Campbell1-46/+44
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-1/+1
2006-11-29IB: Convert kmem_cache_t -> struct kmem_cacheRoland Dreier1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-12/+13
2006-11-13IB/mad: Fix race between cancel and receive completionRoland Dreier1-1/+1
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-4/+1
2006-09-22RDMA: iWARP Core Changes.Tom Tucker1-2/+5
2006-09-22IB: Whitespace fixesRoland Dreier1-6/+6
2006-07-24IB/mad: Validate MADs for spec complianceSean Hefty1-10/+12
2006-06-26[PATCH] drivers: use list_move()Akinobu Mita1-6/+3
2006-06-17IB/mad: Check GID/LID when matching requestsJack Morgenstein1-31/+63
2006-06-17IB: Make needlessly global ib_mad_cache staticRoland Dreier1-2/+1
2006-05-12IB: refcount race fixesSean Hefty1-22/+25
2006-04-19IB/mad: Fix RMPP version check during agent registrationHal Rosenstock1-4/+1
2006-04-02IB/mad: fix oops in cancel_madsMichael S. Tsirkin1-1/+1
2006-03-30IB/mad: RMPP support for additional classesHal Rosenstock1-5/+49
2006-03-30IB/mad: include GID/class when matching receivesJack Morgenstein1-6/+52
2006-03-20IB/mad: Fix oopsable race on device removalMichael S. Tsirkin1-7/+14
2006-03-20IB/umad: Add support for large RMPP transfersJack Morgenstein1-31/+135
2006-03-20IB/mad: Simplify SMI by eliminating smi_check_local_dr_smp()Ralph Campbell1-5/+3
2006-02-03IB/mad: Handle DR SMPs with a LID routed partRalph Campbell1-1/+9
2005-11-27[PATCH] drivers/infiniband/core/mad.c: fix use-after-release caseAdrian Bunk1-2/+2
2005-11-07[PATCH] kfree cleanup: misc remaining driversJesper Juhl1-4/+2
2005-11-02[IB] kzalloc() conversionsRoland Dreier1-19/+12
2005-10-25[IB] Fix MAD layer DMA mappings to avoid touching data buffer once mappedSean Hefty1-163/+125
2005-10-17[IB] Fix leak on MAD initialization failureRoland Dreier1-19/+26
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-1/+1
2005-08-26[PATCH] IB: Fix ib_mad_thread_completion_handler declarationHal Rosenstock1-3/+2
2005-08-26[PATCH] IB: sparse endianness cleanupSean Hefty1-4/+6
2005-07-27[PATCH] IB: Add RMPP implementationHal Rosenstock1-46/+117
2005-07-27[PATCH] IB: Introduce RMPP APIsHal Rosenstock1-1/+3
2005-07-27[PATCH] IB: Fix a couple of MAD code pathsHal Rosenstock1-14/+14
2005-07-27[PATCH] IB: Optimize canceling a MADHal Rosenstock1-8/+13
2005-07-27[PATCH] IB: Add ib_modify_mad API to MADHal Rosenstock1-55/+28
2005-07-27[PATCH] IB: Eliminate MAD cache leak associated with local completionsHal Rosenstock1-1/+6
2005-07-27[PATCH] IB: Simplify calling of list_del in MADHal Rosenstock1-2/+1
2005-07-27[PATCH] IB: Add automatic retries to MAD layerHal Rosenstock1-1/+25
2005-07-27[PATCH] IB: Add ib_coalesce_recv_mad to MADHal Rosenstock1-8/+1
2005-07-27[PATCH] IB: Minor cleanup during MAD startup and shutdownHal Rosenstock1-35/+9