summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe
Commit message (Expand)AuthorAgeFilesLines
* Moved iobuf.h assertions outside the static inline functions, so thatMichael Brown2007-09-172-4/+42
* Some interesting packet corruption happening now.Michael Brown2007-09-171-3/+7
* Broadcast GID is now calculated by IPoIB layer.Michael Brown2007-09-171-2/+23
* Unicasts seem to be working. :)Michael Brown2007-09-171-5/+11
* Obtains a response to the get path record!Michael Brown2007-09-171-1/+62
* Use pkey table access to determine broadcast GID directly.Michael Brown2007-09-171-0/+8
* Dead code removalMichael Brown2007-09-171-63/+0Star
* IPoIB code separated out to ipoib.c.Michael Brown2007-09-173-35/+194
* Read port GID directly using MAD IFC.Michael Brown2007-09-171-0/+115
* Multicast join now works.Michael Brown2007-09-171-0/+47
* create_qp() and destroy_qp() now written (but not tested).Michael Brown2007-09-161-1/+3
* Started implementing create_qp() and destroy_qp().Michael Brown2007-09-161-5/+27
* Revert to dev_priv/owner_priv scheme, rather than container_of; itMichael Brown2007-09-161-7/+13
* destroy_cq() now implemented (not tested).Michael Brown2007-09-161-0/+19
* Rearrange data structures to maximise embedding (and hence minimiseMichael Brown2007-09-161-8/+2Star
* post_recv() now works, and we can pass data on the IPoIB queue pairMichael Brown2007-09-161-6/+30
* Direct polling of TX completion queue now works.Michael Brown2007-09-151-14/+30
* Updated MLX_* accessor macros to use implicit type information.Michael Brown2007-09-151-0/+2
* Started added poll_cq() verb.Michael Brown2007-09-151-5/+51
* arbel_post_send() has been observed to transmit a packet!Michael Brown2007-09-151-3/+4
* Gets a response out of the hardware. (An error completion, to be precise.)Michael Brown2007-09-151-2/+2
* Now at least compilesMichael Brown2007-09-151-6/+27
* Starting to introduce an Infiniband device abstractionMichael Brown2007-09-141-0/+63
* Now handling TX completions in our poll loop.Michael Brown2007-09-141-12/+7Star
* Can now both send and receive packets. LL header format not yetMichael Brown2007-09-131-0/+37
* Use RFC4390 whenever hardware address exceeds 16 bytes; this allows usMichael Brown2007-09-131-0/+7
* Started IB driver rewriteMichael Brown2007-09-123-2/+55
* Merge branch 'master' into cursesHolger Lubitz2007-08-233-4/+4
|\
| * Merge commit 'holger/strings'Michael Brown2007-08-233-4/+4
| |\
| | * use malloc attributeHolger Lubitz2007-08-201-2/+2
| | * use malloc attributeHolger Lubitz2007-08-201-1/+1
| | * use malloc attributeHolger Lubitz2007-08-201-1/+1
* | | __nonnull changesHolger Lubitz2007-08-201-1/+1
* | | __nonnull changesHolger Lubitz2007-08-201-1/+1
* | | __nonnull changesHolger Lubitz2007-08-201-2/+4
|/ /
* | Added error IDs for all files in drivers/net; they're likely to need them.Michael Brown2007-08-191-0/+26
* | Add start_timer_nodelay()Michael Brown2007-08-131-0/+1
* | Add iBFT code derived from IBM document.Michael Brown2007-08-101-6/+295
* | Make read_user() non-blocking, and add select() call.Michael Brown2007-08-041-0/+54
* | Display name and status of each file as it is downloaded.Michael Brown2007-08-031-1/+1
* | uri_get(NULL) and uri_put(NULL) are explicitly allowed.Michael Brown2007-08-021-2/+2
* | Allow images to hold references to the originating URI.Michael Brown2007-08-022-8/+25
* | Allowed zero-cost enforced ordering of features in startup bannerMichael Brown2007-08-021-32/+51
* | Use otherwise-useless byte in DHCP feature option as a version numberMichael Brown2007-08-021-8/+14
* | Add FEATURE() macro, plus code to display features at startup time,Michael Brown2007-08-022-0/+68
* | Add code for constructing single-file cpio archives on the flyMichael Brown2007-08-021-0/+51
|/
* Added support for draft version of the AoE Boot Firmware Table.Michael Brown2007-07-311-0/+35
* Add identifier for the network device into the DHCP request.Michael Brown2007-07-311-0/+13
* Centralise construction of the DHCP request and response packets.Michael Brown2007-07-311-6/+10
* Allowed HTTPS to be a separately configurable feature.Michael Brown2007-07-301-0/+5