summaryrefslogtreecommitdiffstats
path: root/src/net/infiniband
Commit message (Expand)AuthorAgeFilesLines
* [infiniband] Include destination address vector in ib_complete_recv()Michael Brown2012-08-313-10/+18
* [infiniband] Use explicit "source" and "dest" address vector parameter namesMichael Brown2012-08-313-24/+27
* [infiniband] Allow queue pairs to have a custom allocator for receive iobufsMichael Brown2012-08-312-2/+14
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-207-7/+14
* [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] Add node GUID as distinct from the first port GUIDMichael Brown2010-09-163-33/+76
* [infiniband] Always call ib_link_state_changed() in ib_smc_update()Michael Brown2010-09-161-2/+39
* [infiniband] Match GID/GUID terminology as used in the IBAMichael Brown2010-09-158-89/+63Star
* [block] Replace gPXE block-device API with an iPXE asynchronous interfaceMichael Brown2010-09-141-85/+260
* [infiniband] Respond to CM disconnection requestsMichael Brown2010-09-121-68/+153
* [infiniband] Fix TID magic signatureMichael Brown2010-09-121-1/+1
* [retry] Hold reference while timer is running and during expiry callbackMichael Brown2010-09-031-1/+1
* [interface] Convert all data-xfer interfaces to generic interfacesMichael Brown2010-06-221-37/+21Star
* [retry] Add timer_init() wrapper functionMichael Brown2010-06-221-1/+1
* [refcnt] Add ref_init() wrapper functionMichael Brown2010-06-221-0/+1
* [libc] Enable automated extraction of error usage reportsMichael Brown2010-05-311-4/+9
* [infiniband] Use generic base16 functions for SRPMichael Brown2010-05-281-9/+7Star
* [build] Rename gPXE to iPXEMichael Brown2010-04-209-35/+35
* [infiniband] Rename IB_PKEY_NONE to IB_PKEY_DEFAULTMichael Brown2009-11-161-1/+1
* [infiniband] Include hostname in node description, if availableMichael Brown2009-11-161-1/+7
* [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-171-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-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