summaryrefslogtreecommitdiffstats
path: root/src/net/infiniband
Commit message (Expand)AuthorAgeFilesLines
...
* [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-094-903/+554Star
* [infiniband] Update subnet management agent to use a management interfaceMichael Brown2009-08-092-297/+362
* [infiniband] Add the concept of a management interfaceMichael Brown2009-08-091-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-181-0/+329
* [infiniband] Add infrastructure for RC queue pairsMichael Brown2009-07-183-6/+23
* [infiniband] Pass a generic MAD to ib_set_port_info()Michael Brown2009-07-181-1/+1
* [infiniband] Expose supported and enabled link speeds and widthsMichael Brown2009-07-182-16/+38
* [infiniband] Allow MAD handlers to indicate response via return valueMichael Brown2009-07-183-62/+100
* [infiniband] Remove the return status code from MAD handlersMichael Brown2009-07-183-67/+36Star
* [infiniband] Allow external QPN to differ from real QPNMichael Brown2009-07-181-5/+5
* [infiniband] Always create an SMA and a GMAMichael Brown2009-07-184-334/+269Star
* [infiniband] Add notion of a queue pair typeMichael Brown2009-07-182-4/+6
* [infiniband] Allow completion queue operations to be optionalMichael Brown2009-07-181-22/+0Star
* [infiniband] Improve ib_packet debugging messagesMichael Brown2009-07-181-7/+15
* [infiniband] Implement SMA as an instance of a GMAMichael Brown2009-07-182-316/+144Star
* [infiniband] Pass GMA as a parameter to GMA MAD handlersMichael Brown2009-07-183-64/+63Star
* [ipoib] Remove the queue set abstractionMichael Brown2009-07-181-97/+0Star
* [infiniband] Provide a general mechanism for multicast group joinsMichael Brown2009-07-181-0/+235
* [infiniband] Allow for sending MADs via GMA without retransmissionMichael Brown2009-07-182-29/+53
* [infiniband] Make qkey and rate optional parameters to ib_post_send()Michael Brown2009-07-181-4/+0Star
* [infiniband] Provide a general mechanism for path record lookupsMichael Brown2009-07-181-0/+221
* [infiniband] Create a general management agentMichael Brown2009-07-181-0/+414
* [infiniband] Centralise SMA and GMA queue constantsMichael Brown2009-07-182-2/+2
* [infiniband] Poll completion queues automaticallyMichael Brown2009-07-182-86/+1Star
* [infiniband] Centralise assumption of 2048-byte payloadsMichael Brown2009-07-182-5/+3Star
* [infiniband] Provide ib_get_hca_info() as a commonly-available functionMichael Brown2009-07-181-16/+4Star
* [infiniband] Split queue set functionality out of ipoib.c to ib_qset.cMichael Brown2009-07-181-0/+133
* [infiniband] Move non-driver-specific code to net/infinibandMichael Brown2009-07-183-0/+959