summaryrefslogtreecommitdiffstats
path: root/src/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| * Now transmits packets on our own allocated IPoIB queue pair. :)Michael Brown2007-09-161-1/+1
| * Almost working with own-queue allocation.Michael Brown2007-09-166-11/+166
| * create_qp() and destroy_qp() now written (but not tested).Michael Brown2007-09-164-16/+128
| * Started implementing create_qp() and destroy_qp().Michael Brown2007-09-162-41/+205
| * Revert to dev_priv/owner_priv scheme, rather than container_of; itMichael Brown2007-09-162-101/+158
| * destroy_cq() now implemented (not tested).Michael Brown2007-09-162-2/+67
| * create_cq() implemented (but not tested).Michael Brown2007-09-162-30/+78
| * Match doorbell layout to expected usage.Michael Brown2007-09-162-17/+17
| * Started to add code for CQ creationMichael Brown2007-09-163-21/+212
| * Rearrange data structures to maximise embedding (and hence minimiseMichael Brown2007-09-162-75/+131
| * Command interface now reasonably friendly.Michael Brown2007-09-162-50/+94
| * First (working) draft of command interface.Michael Brown2007-09-162-4/+159
| * Kill off more dead code.Michael Brown2007-09-161-123/+0Star
| * post_recv() now works, and we can pass data on the IPoIB queue pairMichael Brown2007-09-163-59/+194
| * Kill off some dead codeMichael Brown2007-09-151-83/+0Star
| * Hack up IB structures at start-of-day, instead of on each use.Michael Brown2007-09-151-0/+54
| * Direct polling of TX completion queue now works.Michael Brown2007-09-152-61/+269
| * Updated MLX_* accessor macros to use implicit type information.Michael Brown2007-09-153-100/+130
| * Started added poll_cq() verb.Michael Brown2007-09-152-79/+189
| * Map the whole of physical memoryMichael Brown2007-09-152-7/+9
| * arbel_post_send() has been observed to transmit a packet!Michael Brown2007-09-152-20/+52
| * Gets a response out of the hardware. (An error completion, to be precise.)Michael Brown2007-09-152-12/+96
| * Prefix arbel-specific functions etc. with arbel_Michael Brown2007-09-151-41/+44
| * Now at least compilesMichael Brown2007-09-153-58/+158
| * Starting to introduce an Infiniband device abstractionMichael Brown2007-09-141-0/+138
| * Remove some dead codeMichael Brown2007-09-141-245/+10Star
| * Now handling TX completions in our poll loop.Michael Brown2007-09-141-49/+64
| * Proof-of-concept to manually parse completion eventMichael Brown2007-09-141-2/+21
| * Add EX_FLD_BE()Michael Brown2007-09-141-0/+10
| * Start constructing a generic poll() routine.Michael Brown2007-09-132-35/+98
| * Can now both send and receive packets. LL header format not yetMichael Brown2007-09-132-7/+12
| * Dump received packet, including GRH.Michael Brown2007-09-131-0/+6
| * Now sends IP packets correctly.Michael Brown2007-09-131-11/+4Star
| * Started IB driver rewriteMichael Brown2007-09-122-5/+208
| * Merge branch 'master' into 3leaf-rewriteMichael Brown2007-09-111-0/+1
| |\
| * | Force MAC address for testing purposesMichael Brown2007-08-291-0/+4
| * | Very quick and very dirty hack to get the Mellanox code buildingMichael Brown2007-08-186-45/+71
| * | Started fixing up compilation warnings.Michael Brown2007-08-179-38/+33Star
| * | Imported latest versions from Etherboot 5.4Michael Brown2007-08-1711-103/+122
* | | Add a missing PCI ID that is tested as working.Michael Brown2007-10-101-0/+1
* | | Quick and very dirty hack to get r8169 driver working again, prior toMichael Brown2007-09-261-5/+15
* | | Standardise DBG_PRINTF()->DBG(), and remove custom definitions forMichael Brown2007-09-261-28/+9Star
| |/ |/|
* | Add sis900 variant (patch from Vampyre)Marty Connor2007-08-301-0/+1
|/
* fix gcc 4.2.1 warning: discards qualifiers from pointer target typeHolger Lubitz2007-08-021-4/+4
* make struct velocity_info vptx staticHolger Lubitz2007-07-271-1/+1
* make struct velocity_info_tbl *info staticHolger Lubitz2007-07-271-1/+1
* make struct nsx staticHolger Lubitz2007-07-271-1/+1
* make struct bnx2 bnx2 staticHolger Lubitz2007-07-271-1/+1
* make cards_found static and add missing initializationHolger Lubitz2007-07-271-1/+1
* Merge branch 'master' into symcheck2Holger Lubitz2007-07-271-1/+2
|\