aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/mad_rmpp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-12IB/mad: Add final OPA MAD processingIra Weiny1-4/+16
2015-06-12IB/mad: Add partial Intel OPA MAD supportIra Weiny1-3/+4
2015-06-12IB/mad: Support alternate Base Versions when creating MADsIra Weiny1-2/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+2
2009-09-23IB/mad: Fix lock-lock-timer deadlock in RMPP codeRoland Dreier1-4/+13
2009-01-17IB: Remove __constant_{endian} usesHarvey Harrison1-1/+1
2008-08-07IB/mad: Test ib_create_send_mad() return with IS_ERR(), not == NULLJulien Brunel1-1/+1
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier1-2/+0
2008-01-25IB/mad: Report number of times a mad was retriedSean Hefty1-1/+1
2007-08-03IB/mad: Fix address handle leak in mad_rmppSean Hefty1-4/+4
2006-11-22WorkStruct: make allyesconfigDavid Howells1-8/+10
2006-09-22IB: Whitespace fixesRoland Dreier1-1/+1
2006-09-22IB/mad: Remove unused includesJames Lentini1-2/+0
2006-09-22IB/mad: Add support for dual-sided RMPP transfers.Sean Hefty1-3/+87
2006-06-26[PATCH] drivers: use list_move()Akinobu Mita1-2/+1
2006-05-12IB: refcount race fixesSean Hefty1-10/+10
2006-03-30IB/mad: RMPP support for additional classesHal Rosenstock1-15/+4
2006-03-30IB/mad: include GID/class when matching receivesJack Morgenstein1-22/+13
2006-03-20IB/umad: Add support for large RMPP transfersJack Morgenstein1-100/+48
2005-10-25[IB] simplify mad_rmpp.c:alloc_response_msg()Roland Dreier1-16/+15
2005-10-25[IB] Fix MAD layer DMA mappings to avoid touching data buffer once mappedSean Hefty1-48/+39
2005-09-21[IB] Fix RMPP receive length calculationHal Rosenstock1-2/+2
2005-09-21[IB] Add MAD data field size definitionsSean Hefty1-9/+6
2005-09-07[PATCH] IB: RMPP fixesHal Rosenstock1-1/+3
2005-08-26[PATCH] IB: Add handling for ABORT and STOP RMPP MADs.Sean Hefty1-65/+244
2005-08-26[PATCH] IB: sparse endianness cleanupSean Hefty1-1/+1
2005-07-27[PATCH] IB: Add RMPP implementationHal Rosenstock1-0/+765