summaryrefslogtreecommitdiffstats
path: root/src/net/infiniband.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* create_qp() and destroy_qp() now written (but not tested).Michael Brown2007-09-161-1/+4
* Started implementing create_qp() and destroy_qp().Michael Brown2007-09-161-2/+70
* Revert to dev_priv/owner_priv scheme, rather than container_of; itMichael Brown2007-09-161-0/+51
* post_recv() now works, and we can pass data on the IPoIB queue pairMichael Brown2007-09-161-9/+10
* Direct polling of TX completion queue now works.Michael Brown2007-09-151-0/+20
* Now handling TX completions in our poll loop.Michael Brown2007-09-141-14/+3Star
* Can now both send and receive packets. LL header format not yetMichael Brown2007-09-131-0/+11
* Started IB driver rewriteMichael Brown2007-09-121-0/+118