summaryrefslogtreecommitdiffstats
path: root/src/net/infiniband.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* [infiniband] Add raw packet parser and constructorMichael Brown2008-11-111-8/+127
* [infiniband] Split subnet management agent client out into ib_smc.cMichael Brown2008-11-111-149/+2Star
* [infiniband] Pass address vector in receive completionsMichael Brown2008-11-111-20/+18Star
* [infiniband] Maintain queue fill level as a property of a work queueMichael Brown2008-11-111-0/+91
* [infiniband] Flush uncompleted work queue entries at QP teardownMichael Brown2008-11-111-2/+29
* [Infiniband] Move event-queue process from driver to Infiniband coreMichael Brown2008-04-211-27/+62
* [Infiniband] Add preliminary multiple port support for Hermon cardsMichael Brown2008-04-181-41/+52
* [Infiniband] Add preliminary support for multi-port devices.Michael Brown2008-02-271-4/+7
* [Infiniband] Centralise MAD operationsMichael Brown2008-02-261-0/+222
* [Infiniband] Fix typo in debug statementMichael Brown2008-02-231-1/+1
* [Infiniband] Add missing list_del()s in ib_create_qp() failure path.Michael Brown2008-02-231-0/+2
* Added an almost obscene amount of debugging and assertion code whileMichael Brown2007-09-171-7/+15
* Prepare for adding a metadata queue to IPoIBMichael Brown2007-09-171-89/+2Star
* IPoIB code separated out to ipoib.c.Michael Brown2007-09-171-2/+30