aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/mad_rmpp.c
Commit message (Expand)AuthorAgeFilesLines
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+2
* IB/mad: Fix lock-lock-timer deadlock in RMPP codeRoland Dreier2009-09-231-4/+13
* IB: Remove __constant_{endian} usesHarvey Harrison2009-01-171-1/+1
* IB/mad: Test ib_create_send_mad() return with IS_ERR(), not == NULLJulien Brunel2008-08-071-1/+1
* RDMA: Remove subversion $Id tagsRoland Dreier2008-07-141-2/+0
* IB/mad: Report number of times a mad was retriedSean Hefty2008-01-251-1/+1
* IB/mad: Fix address handle leak in mad_rmppSean Hefty2007-08-031-4/+4
* WorkStruct: make allyesconfigDavid Howells2006-11-221-8/+10
* IB: Whitespace fixesRoland Dreier2006-09-221-1/+1
* IB/mad: Remove unused includesJames Lentini2006-09-221-2/+0
* IB/mad: Add support for dual-sided RMPP transfers.Sean Hefty2006-09-221-3/+87
* [PATCH] drivers: use list_move()Akinobu Mita2006-06-261-2/+1
* IB: refcount race fixesSean Hefty2006-05-121-10/+10
* IB/mad: RMPP support for additional classesHal Rosenstock2006-03-301-15/+4
* IB/mad: include GID/class when matching receivesJack Morgenstein2006-03-301-22/+13
* IB/umad: Add support for large RMPP transfersJack Morgenstein2006-03-201-100/+48
* [IB] simplify mad_rmpp.c:alloc_response_msg()Roland Dreier2005-10-251-16/+15
* [IB] Fix MAD layer DMA mappings to avoid touching data buffer once mappedSean Hefty2005-10-251-48/+39
* [IB] Fix RMPP receive length calculationHal Rosenstock2005-09-211-2/+2
* [IB] Add MAD data field size definitionsSean Hefty2005-09-211-9/+6
* [PATCH] IB: RMPP fixesHal Rosenstock2005-09-071-1/+3
* [PATCH] IB: Add handling for ABORT and STOP RMPP MADs.Sean Hefty2005-08-261-65/+244
* [PATCH] IB: sparse endianness cleanupSean Hefty2005-08-261-1/+1
* [PATCH] IB: Add RMPP implementationHal Rosenstock2005-07-271-0/+765