summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Add XFER_INIT() macro.Michael Brown2008-01-221-0/+13
| |/ |/|
* | Make seek information part of the xfer metadata, rather than an entirelyMichael Brown2008-01-082-24/+16Star
| | | | | | | | | | | | | | separate xfer method. Add missing .alloc_iob entries to several xfer_interface_operations structures.
* | Added the embedded pxelinux payload patch from hpa.Michael Brown2008-01-081-0/+9
|/
* Add RFC2090 TFTP multicast support.Michael Brown2007-11-282-0/+84
|
* Allow DHCP server to instruct gPXE to ignore ProxyDHCP (which willMichael Brown2007-11-211-1/+8
| | | | | | also avoid waiting for ProxyDHCP offers). Also reduce the ProxyDHCP timeout, because it's already irritating me.
* Add ProxyDHCP support.Michael Brown2007-11-211-1/+5
|
* Merge commit 'origin/mdc-working'Michael Brown2007-11-211-1/+2
|\
| * Add errfile definition for new e1000.cMarty Connor2007-11-181-2/+1Star
| |
| * Add ERRFILE information for e1000_main and e1000_hw, part of the new e1000 ↵Marty Connor2007-11-181-0/+2
| | | | | | | | | | | | driver It is likely we will rename e1000_main to e1000 when the new e1000 driver is debugged.
* | Remove some assumptions about DHCP obtaining only a single options block.Michael Brown2007-11-211-0/+2
| |
* | Add PXE-required DHCP options to DHCPDISCOVER and DHCPREQUEST packets.Michael Brown2007-11-211-0/+6
| |
* | Add UUID to DHCP request as option 97 (if available).Michael Brown2007-11-212-0/+6
| |
* | Added definition of a UUID and uuid_ntoa() (for debugging), andMichael Brown2007-11-211-0/+31
|/ | | | implemented smbios_get_uuid().
* Merge branch 'master' into 3leaf-deliveryMichael Brown2007-09-211-0/+11
|\
| * Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown2007-09-211-0/+11
| |\
| | * Added netdev_priv() to ease Linux driver compatibility.Michael Brown2007-09-131-0/+11
| | |
| * | Infinband requires longer link-layer addresses and headers than Ethernet.Michael Brown2007-09-211-2/+2
| | |
| * | Added defines for Infiniband files (which can't be committed to theMichael Brown2007-09-211-0/+3
| | | | | | | | | | | | main tree yet, but reserving the error numbers now avoids problems later).
| * | Use RFC4390 whenever hardware address exceeds 16 bytes; this allows usMichael Brown2007-09-211-0/+7
| | | | | | | | | | | | to construct DHCP packets suitable for Infiniband.
| * | Moved iobuf.h assertions outside the static inline functions, so thatMichael Brown2007-09-212-4/+42
| |/ | | | | | | | | | | | | the assert message's file and line number gives some clue as to the real location of the problem. Added similar assertions to list.h.
* | IB can't afford many RX buffers, because the MTU is so large. ReduceMichael Brown2007-09-181-1/+2
| | | | | | | | the TCP window to compensate.
* | Added arbel.cMichael Brown2007-09-181-1/+1
| |
* | Moved iobuf.h assertions outside the static inline functions, so thatMichael Brown2007-09-172-4/+42
| | | | | | | | | | | | | | the assert message's file and line number gives some clue as to the real location of the problem. Added similar assertions to list.h.
* | 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
| | | | | | | | makes it easier to put the generic allocation code into infiniband.c
* | 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
| | | | | | | | the number of separate allocations that need to be done).
* | post_recv() now works, and we can pass data on the IPoIB queue pairMichael Brown2007-09-161-6/+30
| | | | | | | | using entirely our own code.
* | 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
| | | | | | | | | | Started reworking MLX_EXTRACT(), MLX_POPULATE() etc. to automatically determine type information.
* | 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
| | | | | | | | | | fixed; still using a quick hack-up just to be able to pass through data.
* | Use RFC4390 whenever hardware address exceeds 16 bytes; this allows usMichael Brown2007-09-131-0/+7
| | | | | | | | to construct DHCP packets suitable for Infiniband.
* | Started IB driver rewriteMichael Brown2007-09-123-2/+55
|/
* Merge branch 'master' into cursesHolger Lubitz2007-08-233-4/+4
|\ | | | | | | | | | | | | | | | | Conflicts: src/include/compiler.h src/include/readline/readline.h created by strings branch merge. resolved.