aboutsummaryrefslogtreecommitdiff
path: root/src/net/infiniband
AgeCommit message (Expand)AuthorFilesLines
2012-08-31[infiniband] Include destination address vector in ib_complete_recv()Michael Brown3-10/+18
2012-08-31[infiniband] Use explicit "source" and "dest" address vector parameter namesMichael Brown3-24/+27
2012-08-31[infiniband] Allow queue pairs to have a custom allocator for receive iobufsMichael Brown2-2/+14
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown7-7/+14
2011-06-28[infiniband] Use a one-shot process for CMRC shutdownMichael Brown1-4/+2
2011-06-28[process] Pass containing object pointer to process step() methodsMichael Brown1-5/+7
2011-06-28[infiniband] Send xfer_window_changed() when CMRC connection is establishedMichael Brown1-0/+3
2010-09-22[infiniband] Add support for identifying the underlying hardware deviceMichael Brown1-0/+13
2010-09-16[infiniband] Add node GUID as distinct from the first port GUIDMichael Brown3-33/+76
2010-09-16[infiniband] Always call ib_link_state_changed() in ib_smc_update()Michael Brown1-2/+39
2010-09-15[infiniband] Match GID/GUID terminology as used in the IBAMichael Brown8-89/+63
2010-09-14[block] Replace gPXE block-device API with an iPXE asynchronous interfaceMichael Brown1-85/+260
2010-09-12[infiniband] Respond to CM disconnection requestsMichael Brown1-68/+153
2010-09-12[infiniband] Fix TID magic signatureMichael Brown1-1/+1
2010-09-03[retry] Hold reference while timer is running and during expiry callbackMichael Brown1-1/+1
2010-06-22[interface] Convert all data-xfer interfaces to generic interfacesMichael Brown1-37/+21
2010-06-22[retry] Add timer_init() wrapper functionMichael Brown1-1/+1
2010-06-22[refcnt] Add ref_init() wrapper functionMichael Brown1-0/+1
2010-05-31[libc] Enable automated extraction of error usage reportsMichael Brown1-4/+9
2010-05-28[infiniband] Use generic base16 functions for SRPMichael Brown1-9/+7
2010-04-19[build] Rename gPXE to iPXEMichael Brown9-35/+35
2009-11-16[infiniband] Rename IB_PKEY_NONE to IB_PKEY_DEFAULTMichael Brown1-1/+1
2009-11-16[infiniband] Include hostname in node description, if availableMichael Brown1-1/+7
2009-11-16[infiniband] Make node description invariant across all portsMichael Brown1-4/+5
2009-10-16[infiniband] Send CM requests to target node's GSI rather than SM's GSIMichael Brown1-1/+3
2009-08-10[infiniband] Disambiguate CM connection rejection reasonsMichael Brown2-4/+27
2009-08-10[infiniband] Generate more specific errors in response to failure MADsMichael Brown4-6/+8
2009-08-10[infiniband] Add support for SRP over InfinibandMichael Brown1-0/+406
2009-08-10[infiniband] Add a "communication-managed reliable connection" protocolMichael Brown1-0/+435
2009-08-09[infiniband] Handle duplicate Communication Management REPsMichael Brown1-0/+55
2009-08-08[infiniband] Update all other MAD users to use a management interfaceMichael Brown4-903/+554
2009-08-08[infiniband] Update subnet management agent to use a management interfaceMichael Brown2-297/+362
2009-08-08[infiniband] Add the concept of a management interfaceMichael Brown1-0/+410
2009-08-06[infiniband] Change IB_{QPN,QKEY,QPT} names from {SMA,GMA} to {SMI,GSI}Michael Brown2-4/+4
2009-07-17[infiniband] Add Communication Manager (CM)Michael Brown1-0/+329
2009-07-17[infiniband] Add infrastructure for RC queue pairsMichael Brown3-6/+23
2009-07-17[infiniband] Pass a generic MAD to ib_set_port_info()Michael Brown1-1/+1
2009-07-17[infiniband] Expose supported and enabled link speeds and widthsMichael Brown2-16/+38
2009-07-17[infiniband] Allow MAD handlers to indicate response via return valueMichael Brown3-62/+100
2009-07-17[infiniband] Remove the return status code from MAD handlersMichael Brown3-67/+36
2009-07-17[infiniband] Allow external QPN to differ from real QPNMichael Brown1-5/+5
2009-07-17[infiniband] Always create an SMA and a GMAMichael Brown4-334/+269
2009-07-17[infiniband] Add notion of a queue pair typeMichael Brown2-4/+6
2009-07-17[infiniband] Allow completion queue operations to be optionalMichael Brown1-22/+0
2009-07-17[infiniband] Improve ib_packet debugging messagesMichael Brown1-7/+15
2009-07-17[infiniband] Implement SMA as an instance of a GMAMichael Brown2-316/+144
2009-07-17[infiniband] Pass GMA as a parameter to GMA MAD handlersMichael Brown3-64/+63
2009-07-17[ipoib] Remove the queue set abstractionMichael Brown1-97/+0
2009-07-17[infiniband] Provide a general mechanism for multicast group joinsMichael Brown1-0/+235
2009-07-17[infiniband] Allow for sending MADs via GMA without retransmissionMichael Brown2-29/+53