index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
include
/
gpxe
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit 'laptop/master'
Michael Brown
2008-01-22
1
-0
/
+2
|
\
|
*
Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe
Michael Brown
2008-01-22
3
-24
/
+25
|
|
\
|
*
|
Add preliminary support for MTFTP.
Michael Brown
2007-12-26
1
-0
/
+2
*
|
|
Add XFER_INIT() macro.
Michael Brown
2008-01-22
1
-0
/
+13
|
|
/
|
/
|
*
|
Make seek information part of the xfer metadata, rather than an entirely
Michael Brown
2008-01-08
2
-24
/
+16
*
|
Added the embedded pxelinux payload patch from hpa.
Michael Brown
2008-01-08
1
-0
/
+9
|
/
*
Add RFC2090 TFTP multicast support.
Michael Brown
2007-11-28
2
-0
/
+84
*
Allow DHCP server to instruct gPXE to ignore ProxyDHCP (which will
Michael Brown
2007-11-21
1
-1
/
+8
*
Add ProxyDHCP support.
Michael Brown
2007-11-21
1
-1
/
+5
*
Merge commit 'origin/mdc-working'
Michael Brown
2007-11-21
1
-1
/
+2
|
\
|
*
Add errfile definition for new e1000.c
Marty Connor
2007-11-18
1
-2
/
+1
|
*
Add ERRFILE information for e1000_main and e1000_hw, part of the new e1000 dr...
Marty Connor
2007-11-18
1
-0
/
+2
*
|
Remove some assumptions about DHCP obtaining only a single options block.
Michael Brown
2007-11-21
1
-0
/
+2
*
|
Add PXE-required DHCP options to DHCPDISCOVER and DHCPREQUEST packets.
Michael Brown
2007-11-21
1
-0
/
+6
*
|
Add UUID to DHCP request as option 97 (if available).
Michael Brown
2007-11-21
2
-0
/
+6
*
|
Added definition of a UUID and uuid_ntoa() (for debugging), and
Michael Brown
2007-11-21
1
-0
/
+31
|
/
*
Merge branch 'master' into 3leaf-delivery
Michael Brown
2007-09-21
1
-0
/
+11
|
\
|
*
Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe
Michael Brown
2007-09-21
1
-0
/
+11
|
|
\
|
|
*
Added netdev_priv() to ease Linux driver compatibility.
Michael Brown
2007-09-13
1
-0
/
+11
|
*
|
Infinband requires longer link-layer addresses and headers than Ethernet.
Michael Brown
2007-09-21
1
-2
/
+2
|
*
|
Added defines for Infiniband files (which can't be committed to the
Michael Brown
2007-09-21
1
-0
/
+3
|
*
|
Use RFC4390 whenever hardware address exceeds 16 bytes; this allows us
Michael Brown
2007-09-21
1
-0
/
+7
|
*
|
Moved iobuf.h assertions outside the static inline functions, so that
Michael Brown
2007-09-21
2
-4
/
+42
|
|
/
*
|
IB can't afford many RX buffers, because the MTU is so large. Reduce
Michael Brown
2007-09-18
1
-1
/
+2
*
|
Added arbel.c
Michael Brown
2007-09-18
1
-1
/
+1
*
|
Moved iobuf.h assertions outside the static inline functions, so that
Michael Brown
2007-09-17
2
-4
/
+42
*
|
Some interesting packet corruption happening now.
Michael Brown
2007-09-17
1
-3
/
+7
*
|
Broadcast GID is now calculated by IPoIB layer.
Michael Brown
2007-09-17
1
-2
/
+23
*
|
Unicasts seem to be working. :)
Michael Brown
2007-09-17
1
-5
/
+11
*
|
Obtains a response to the get path record!
Michael Brown
2007-09-17
1
-1
/
+62
*
|
Use pkey table access to determine broadcast GID directly.
Michael Brown
2007-09-17
1
-0
/
+8
*
|
Dead code removal
Michael Brown
2007-09-17
1
-63
/
+0
*
|
IPoIB code separated out to ipoib.c.
Michael Brown
2007-09-17
3
-35
/
+194
*
|
Read port GID directly using MAD IFC.
Michael Brown
2007-09-17
1
-0
/
+115
*
|
Multicast join now works.
Michael Brown
2007-09-17
1
-0
/
+47
*
|
create_qp() and destroy_qp() now written (but not tested).
Michael Brown
2007-09-16
1
-1
/
+3
*
|
Started implementing create_qp() and destroy_qp().
Michael Brown
2007-09-16
1
-5
/
+27
*
|
Revert to dev_priv/owner_priv scheme, rather than container_of; it
Michael Brown
2007-09-16
1
-7
/
+13
*
|
destroy_cq() now implemented (not tested).
Michael Brown
2007-09-16
1
-0
/
+19
*
|
Rearrange data structures to maximise embedding (and hence minimise
Michael Brown
2007-09-16
1
-8
/
+2
*
|
post_recv() now works, and we can pass data on the IPoIB queue pair
Michael Brown
2007-09-15
1
-6
/
+30
*
|
Direct polling of TX completion queue now works.
Michael Brown
2007-09-15
1
-14
/
+30
*
|
Updated MLX_* accessor macros to use implicit type information.
Michael Brown
2007-09-15
1
-0
/
+2
*
|
Started added poll_cq() verb.
Michael Brown
2007-09-15
1
-5
/
+51
*
|
arbel_post_send() has been observed to transmit a packet!
Michael Brown
2007-09-15
1
-3
/
+4
*
|
Gets a response out of the hardware. (An error completion, to be precise.)
Michael Brown
2007-09-15
1
-2
/
+2
*
|
Now at least compiles
Michael Brown
2007-09-15
1
-6
/
+27
*
|
Starting to introduce an Infiniband device abstraction
Michael Brown
2007-09-14
1
-0
/
+63
*
|
Now handling TX completions in our poll loop.
Michael Brown
2007-09-14
1
-12
/
+7
*
|
Can now both send and receive packets. LL header format not yet
Michael Brown
2007-09-13
1
-0
/
+37
[next]