aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/infiniband
Commit message (Expand)AuthorAgeFilesLines
...
* [infiniband] Make node description invariant across all portsMichael Brown2009-11-161-4/+5
* [infiniband] Send CM requests to target node's GSI rather than SM's GSIMichael Brown2009-10-161-1/+3
* [infiniband] Disambiguate CM connection rejection reasonsMichael Brown2009-08-102-4/+27
* [infiniband] Generate more specific errors in response to failure MADsMichael Brown2009-08-104-6/+8
* [infiniband] Add support for SRP over InfinibandMichael Brown2009-08-101-0/+406
* [infiniband] Add a "communication-managed reliable connection" protocolMichael Brown2009-08-101-0/+435
* [infiniband] Handle duplicate Communication Management REPsMichael Brown2009-08-091-0/+55
* [infiniband] Update all other MAD users to use a management interfaceMichael Brown2009-08-084-903/+554
* [infiniband] Update subnet management agent to use a management interfaceMichael Brown2009-08-082-297/+362
* [infiniband] Add the concept of a management interfaceMichael Brown2009-08-081-0/+410
* [infiniband] Change IB_{QPN,QKEY,QPT} names from {SMA,GMA} to {SMI,GSI}Michael Brown2009-08-062-4/+4
* [infiniband] Add Communication Manager (CM)Michael Brown2009-07-171-0/+329
* [infiniband] Add infrastructure for RC queue pairsMichael Brown2009-07-173-6/+23
* [infiniband] Pass a generic MAD to ib_set_port_info()Michael Brown2009-07-171-1/+1
* [infiniband] Expose supported and enabled link speeds and widthsMichael Brown2009-07-172-16/+38
* [infiniband] Allow MAD handlers to indicate response via return valueMichael Brown2009-07-173-62/+100
* [infiniband] Remove the return status code from MAD handlersMichael Brown2009-07-173-67/+36
* [infiniband] Allow external QPN to differ from real QPNMichael Brown2009-07-171-5/+5
* [infiniband] Always create an SMA and a GMAMichael Brown2009-07-174-334/+269
* [infiniband] Add notion of a queue pair typeMichael Brown2009-07-172-4/+6
* [infiniband] Allow completion queue operations to be optionalMichael Brown2009-07-171-22/+0
* [infiniband] Improve ib_packet debugging messagesMichael Brown2009-07-171-7/+15
* [infiniband] Implement SMA as an instance of a GMAMichael Brown2009-07-172-316/+144
* [infiniband] Pass GMA as a parameter to GMA MAD handlersMichael Brown2009-07-173-64/+63
* [ipoib] Remove the queue set abstractionMichael Brown2009-07-171-97/+0
* [infiniband] Provide a general mechanism for multicast group joinsMichael Brown2009-07-171-0/+235
* [infiniband] Allow for sending MADs via GMA without retransmissionMichael Brown2009-07-172-29/+53
* [infiniband] Make qkey and rate optional parameters to ib_post_send()Michael Brown2009-07-171-4/+0
* [infiniband] Provide a general mechanism for path record lookupsMichael Brown2009-07-171-0/+221
* [infiniband] Create a general management agentMichael Brown2009-07-171-0/+414
* [infiniband] Centralise SMA and GMA queue constantsMichael Brown2009-07-172-2/+2
* [infiniband] Poll completion queues automaticallyMichael Brown2009-07-172-86/+1
* [infiniband] Centralise assumption of 2048-byte payloadsMichael Brown2009-07-172-5/+3
* [infiniband] Provide ib_get_hca_info() as a commonly-available functionMichael Brown2009-07-171-16/+4
* [infiniband] Split queue set functionality out of ipoib.c to ib_qset.cMichael Brown2009-07-171-0/+133
* [infiniband] Move non-driver-specific code to net/infinibandMichael Brown2009-07-173-0/+959