summaryrefslogtreecommitdiffstats
path: root/src/net/infiniband
Commit message (Expand)AuthorAgeFilesLines
* [block] Describe all SAN devices via ACPI tablesMichael Brown2017-03-281-41/+100
* [infiniband] Return status code from ib_create_mi()Michael Brown2017-03-221-6/+10
* [infiniband] Return status code from ib_create_cq() and ib_create_qp()Michael Brown2017-03-222-21/+19Star
* [netdevice] Limit MTU by hardware maximum frame lengthMichael Brown2017-01-251-0/+1
* [xsigo] Add support for Xsigo virtual Ethernet (XVE) EoIB devicesMichael Brown2016-03-091-0/+1858
* [infiniband] Retrieve GID flag from cached path entriesMichael Brown2016-03-081-0/+1
* [infiniband] Assign names to queue pairsMichael Brown2016-03-082-3/+5
* [infiniband] Assign names to CMRC connectionsMichael Brown2016-03-082-36/+50
* [infiniband] Allow for the creation of multicast groupsMichael Brown2016-03-081-9/+16
* [infiniband] Parse MLID, rate, and SL from multicast membership recordMichael Brown2016-03-081-27/+30
* [infiniband] Record multicast GID attachment as part of group membershipMichael Brown2016-03-081-1/+9
* [infiniband] Do not use GRH for local pathsMichael Brown2016-03-081-7/+6Star
* [infiniband] Use correct transaction identifier in CM responsesMichael Brown2016-03-082-16/+24
* [infiniband] Use connection's local ID as debug message identifierMichael Brown2016-03-082-25/+33
* [infiniband] Use "%d" as format specifier for LIDsMichael Brown2016-03-082-4/+4
* [infiniband] Use "%#lx" as format specifier for queue pair numbersMichael Brown2016-03-084-12/+12
* [infiniband] Assign names to Infiniband devices for debug messagesMichael Brown2016-03-086-63/+64
* [infiniband] Add support for performing service record lookupsMichael Brown2016-03-081-0/+67
* [infiniband] Avoid multiple calls to ib_cmrc_shutdown()Michael Brown2016-03-081-0/+3
* [ipoib] Fix a race when chain-loading undionly.kpxe in IPoIBWissam Shoukair2015-08-171-0/+6
* [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/+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