aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/infiniband
Commit message (Expand)AuthorAgeFilesLines
* [base16] Add buffer size parameter to base16_encode() and base16_decode()Michael Brown2015-04-241-1/+1
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-027-7/+35
* [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/+2
* [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/+63
* [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/+21
* [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/+7
* [build] Rename gPXE to iPXEMichael Brown2010-04-199-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-161-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-084-903/+554
* [infiniband] Update subnet management agent to use a management interfaceMichael Brown2009-08-082-297/+362
* [infiniband] Add the concept of a management interfaceMichael Brown2009-08-081-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-171-0/+329
* [infiniband] Add infrastructure for RC queue pairsMichael Brown2009-07-173-6/+23
* [infiniband] Pass a generic MAD to ib_set_port_info()Michael Brown2009-07-171-1/+1
* [infiniband] Expose supported and enabled link speeds and widthsMichael Brown2009-07-172-16/+38
* [infiniband] Allow MAD handlers to indicate response via return valueMichael Brown2009-07-173-62/+100
* [infiniband] Remove the return status code from MAD handlersMichael Brown2009-07-173-67/+36
* [infiniband] Allow external QPN to differ from real QPNMichael Brown2009-07-171-5/+5
* [infiniband] Always create an SMA and a GMAMichael Brown2009-07-174-334/+269
* [infiniband] Add notion of a queue pair typeMichael Brown2009-07-172-4/+6
* [infiniband] Allow completion queue operations to be optionalMichael Brown2009-07-171-22/+0
* [infiniband] Improve ib_packet debugging messagesMichael Brown2009-07-171-7/+15
* [infiniband] Implement SMA as an instance of a GMAMichael Brown2009-07-172-316/+144
* [infiniband] Pass GMA as a parameter to GMA MAD handlersMichael Brown2009-07-173-64/+63
* [ipoib] Remove the queue set abstractionMichael Brown2009-07-171-97/+0