summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/mad_rmpp.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-201-5/+6
* IB/mad: Change slid in RMPP recv from 16 to 32 bitsDasaratharaman Chandramouli2017-08-081-1/+1
* IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-011-1/+1
* IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli2017-05-011-5/+5
* IB/core: Rename ib_query_ah to rdma_query_ahDasaratharaman Chandramouli2017-05-011-1/+1
* IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-011-1/+1
* IB/mad: Add final OPA MAD processingIra Weiny2015-06-121-4/+16
* IB/mad: Add partial Intel OPA MAD supportIra Weiny2015-06-121-3/+4
* IB/mad: Support alternate Base Versions when creating MADsIra Weiny2015-06-121-2/+4
* 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-181-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-151-2/+0Star
* 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-231-1/+1
* IB/mad: Remove unused includesJames Lentini2006-09-231-2/+0Star
* IB/mad: Add support for dual-sided RMPP transfers.Sean Hefty2006-09-231-3/+87
* [PATCH] drivers: use list_move()Akinobu Mita2006-06-261-2/+1Star
* IB: refcount race fixesSean Hefty2006-05-121-10/+10
* IB/mad: RMPP support for additional classesHal Rosenstock2006-03-301-15/+4Star
* IB/mad: include GID/class when matching receivesJack Morgenstein2006-03-301-22/+13Star
* IB/umad: Add support for large RMPP transfersJack Morgenstein2006-03-201-100/+48Star
* [IB] simplify mad_rmpp.c:alloc_response_msg()Roland Dreier2005-10-261-16/+15Star
* [IB] Fix MAD layer DMA mappings to avoid touching data buffer once mappedSean Hefty2005-10-251-48/+39Star
* [IB] Fix RMPP receive length calculationHal Rosenstock2005-09-211-2/+2
* [IB] Add MAD data field size definitionsSean Hefty2005-09-211-9/+6Star
* [PATCH] IB: RMPP fixesHal Rosenstock2005-09-071-1/+3
* [PATCH] IB: Add handling for ABORT and STOP RMPP MADs.Sean Hefty2005-08-271-65/+244
* [PATCH] IB: sparse endianness cleanupSean Hefty2005-08-271-1/+1
* [PATCH] IB: Add RMPP implementationHal Rosenstock2005-07-281-0/+765