summaryrefslogtreecommitdiffstats
path: root/src/net/infiniband.c
Commit message (Expand)AuthorAgeFilesLines
...
* [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