summaryrefslogtreecommitdiffstats
path: root/src/net/infiniband/ib_cmrc.c
Commit message (Expand)AuthorAgeFilesLines
* [infiniband] Return status code from ib_create_cq() and ib_create_qp()Michael Brown2017-03-221-13/+10Star
* [infiniband] Assign names to queue pairsMichael Brown2016-03-081-1/+1
* [infiniband] Assign names to CMRC connectionsMichael Brown2016-03-081-35/+49
* [infiniband] Use connection's local ID as debug message identifierMichael Brown2016-03-081-0/+2
* [infiniband] Use "%#lx" as format specifier for queue pair numbersMichael Brown2016-03-081-1/+1
* [infiniband] Avoid multiple calls to ib_cmrc_shutdown()Michael Brown2016-03-081-0/+3
* [infiniband] Include destination address vector in ib_complete_recv()Michael Brown2012-08-311-0/+2
* [infiniband] Use explicit "source" and "dest" address vector parameter namesMichael Brown2012-08-311-2/+2
* [infiniband] Allow queue pairs to have a custom allocator for receive iobufsMichael Brown2012-08-311-1/+7
* [infiniband] Use a one-shot process for CMRC shutdownMichael Brown2011-06-281-4/+2Star
* [process] Pass containing object pointer to process step() methodsMichael Brown2011-06-281-5/+7
* [infiniband] Send xfer_window_changed() when CMRC connection is establishedMichael Brown2011-06-281-0/+3
* [infiniband] Add support for identifying the underlying hardware deviceMichael Brown2010-09-221-0/+13
* [infiniband] Match GID/GUID terminology as used in the IBAMichael Brown2010-09-151-3/+3
* [interface] Convert all data-xfer interfaces to generic interfacesMichael Brown2010-06-221-37/+21Star
* [refcnt] Add ref_init() wrapper functionMichael Brown2010-06-221-0/+1
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-6/+6
* [infiniband] Disambiguate CM connection rejection reasonsMichael Brown2009-08-101-1/+2
* [infiniband] Add a "communication-managed reliable connection" protocolMichael Brown2009-08-101-0/+435