summaryrefslogtreecommitdiffstats
path: root/src/net/infiniband.c
Commit message (Expand)AuthorAgeFilesLines
* [infiniband] Return status code from ib_create_mi()Michael Brown2017-03-221-8/+6Star
* [infiniband] Return status code from ib_create_cq() and ib_create_qp()Michael Brown2017-03-221-19/+26
* [infiniband] Make IPoIB support configurable at build timeMichael Brown2016-03-091-3/+0Star
* [infiniband] Assign names to queue pairsMichael Brown2016-03-081-6/+9
* [infiniband] Assign names to Infiniband devices for debug messagesMichael Brown2016-03-081-55/+69
* [infiniband] Profile post work queue entry operationsMichael Brown2016-01-101-0/+25
* [ipoib] Fix a race when chain-loading undionly.kpxe in IPoIBWissam Shoukair2015-08-171-0/+6
* [build] Fix the REQUIRE_SYMBOL mechanismMichael Brown2015-03-051-0/+3
* [build] Use REQUIRE_OBJECT() to drag in per-object configurationMichael Brown2015-03-051-0/+3
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [infiniband] Include destination address vector in ib_complete_recv()Michael Brown2012-08-311-2/+5
* [infiniband] Use explicit "source" and "dest" address vector parameter namesMichael Brown2012-08-311-16/+15Star
* [infiniband] Allow queue pairs to have a custom allocator for receive iobufsMichael Brown2012-08-311-2/+5
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [infiniband] Reset port state after closing deviceMichael Brown2011-11-151-0/+1
* [infiniband] Open device prior to creating SMI and GSI queue pairsMichael Brown2011-11-151-9/+9
* [infiniband] Poll event queues only for devices that are openMichael Brown2011-11-151-1/+1
* [process] Pass containing object pointer to process step() methodsMichael Brown2011-06-281-4/+1Star
* [list] Fix typographical error from previous commitShao Miller2010-11-111-1/+2
* [list] Add list_first_entry()Michael Brown2010-11-081-5/+5
* [infiniband] Add the notion of an Ethernet queue pair typeMichael Brown2010-09-211-1/+1
* [infiniband] Avoid leaving uninitialised lists in struct ib_deviceMichael Brown2010-09-211-0/+2
* [infiniband] Add node GUID as distinct from the first port GUIDMichael Brown2010-09-161-11/+5Star
* [infiniband] Match GID/GUID terminology as used in the IBAMichael Brown2010-09-151-7/+6Star
* [infiniband] Add the concept of an Infiniband upper-layer driverMichael Brown2010-09-051-38/+82
* [libc] Enable automated extraction of error usage reportsMichael Brown2010-05-311-4/+8
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-10/+10
* [infiniband] Rename IB_PKEY_NONE to IB_PKEY_DEFAULTMichael Brown2009-11-161-1/+1
* [infiniband] Report IB link status as IPoIB netdevice statusMichael Brown2009-11-161-0/+28
* [infiniband] Add last_opened_ibdev(), analogous to last_opened_netdev()Michael Brown2009-08-101-0/+23
* [infiniband] Add find_ibdev()Michael Brown2009-08-101-0/+16
* [process] Make it safe to call process_add() multiple timesMichael Brown2009-08-101-0/+1
* [infiniband] Update all other MAD users to use a management interfaceMichael Brown2009-08-091-9/+8Star
* [infiniband] Update subnet management agent to use a management interfaceMichael Brown2009-08-091-6/+18
* [infiniband] Change IB_{QPN,QKEY,QPT} names from {SMA,GMA} to {SMI,GSI}Michael Brown2009-08-061-6/+6
* [infiniband] Add infrastructure for RC queue pairsMichael Brown2009-07-181-12/+43
* [infiniband] Pass a generic MAD to ib_set_port_info()Michael Brown2009-07-181-5/+5
* [infiniband] Allow external QPN to differ from real QPNMichael Brown2009-07-181-2/+19
* [infiniband] Always create an SMA and a GMAMichael Brown2009-07-181-10/+23
* [infiniband] Add notion of a queue pair typeMichael Brown2009-07-181-1/+4
* [infiniband] Allow completion queue operations to be optionalMichael Brown2009-07-181-2/+12
* [infiniband] Implement SMA as an instance of a GMAMichael Brown2009-07-181-0/+25
* [infiniband] Provide a general mechanism for multicast group joinsMichael Brown2009-07-181-0/+4
* [infiniband] Make qkey and rate optional parameters to ib_post_send()Michael Brown2009-07-181-0/+6
* [infiniband] Create a general management agentMichael Brown2009-07-181-7/+29
* [infiniband] Poll completion queues automaticallyMichael Brown2009-07-181-3/+109
* [infiniband] Centralise assumption of 2048-byte payloadsMichael Brown2009-07-181-0/+7
* [infiniband] Provide ib_get_hca_info() as a commonly-available functionMichael Brown2009-07-181-0/+26
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [infiniband] Call ib_open() only when opening the IPoIB net deviceMichael Brown2009-01-021-7/+36