summaryrefslogtreecommitdiffstats
path: root/src/net/infiniband/ib_gma.c
Commit message (Expand)AuthorAgeFilesLines
* [infiniband] Update all other MAD users to use a management interfaceMichael Brown2009-08-091-403/+0Star
* [infiniband] Update subnet management agent to use a management interfaceMichael Brown2009-08-091-297/+0Star
* [infiniband] Change IB_{QPN,QKEY,QPT} names from {SMA,GMA} to {SMI,GSI}Michael Brown2009-08-061-3/+3
* [infiniband] Add infrastructure for RC queue pairsMichael Brown2009-07-181-4/+20
* [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-181-7/+18
* [infiniband] Allow MAD handlers to indicate response via return valueMichael Brown2009-07-181-51/+80
* [infiniband] Remove the return status code from MAD handlersMichael Brown2009-07-181-47/+25Star
* [infiniband] Always create an SMA and a GMAMichael Brown2009-07-181-12/+266
* [infiniband] Add notion of a queue pair typeMichael Brown2009-07-181-3/+5
* [infiniband] Allow completion queue operations to be optionalMichael Brown2009-07-181-22/+0Star
* [infiniband] Implement SMA as an instance of a GMAMichael Brown2009-07-181-1/+2
* [infiniband] Pass GMA as a parameter to GMA MAD handlersMichael Brown2009-07-181-12/+9Star
* [infiniband] Allow for sending MADs via GMA without retransmissionMichael Brown2009-07-181-28/+52
* [infiniband] Make qkey and rate optional parameters to ib_post_send()Michael Brown2009-07-181-4/+0Star
* [infiniband] Create a general management agentMichael Brown2009-07-181-0/+414