index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
interface
/
pxe
/
pxe_udp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[pxe] Move all PXE files to arch/i386
Michael Brown
2008-11-18
1
-403
/
+0
*
[pxe] Add extra debug messages to the PXE UDP API calls
Michael Brown
2008-08-21
1
-4
/
+16
*
[pxe] Fix broadcast transmissions via PXENV_UDP_WRITE
Michael Brown
2008-08-21
1
-0
/
+1
*
Use XFER_INIT() macro.
Michael Brown
2008-01-22
1
-7
/
+1
*
Make seek information part of the xfer metadata, rather than an entirely
Michael Brown
2008-01-08
1
-1
/
+0
*
Separate the "is data ready" function of xfer_seek() into an
Michael Brown
2007-07-08
1
-0
/
+1
*
Kill off unused request() method in data-xfer interface.
Michael Brown
2007-07-08
1
-1
/
+0
*
Partial migration of UDP to data-xfer interface. (Will not link at
Michael Brown
2007-06-20
1
-30
/
+7
*
Updated TFTP and PXE UDP API code to use not-yet-implemented data-xfer
Michael Brown
2007-06-11
1
-87
/
+84
*
Split DBG() statement containing two inet_ntoa() statements; they
Michael Brown
2007-01-14
1
-3
/
+3
*
Dump buffer and packet information in PXENV_UDP_READ as well
Michael Brown
2007-01-14
1
-0
/
+7
*
We don't actually have a stdio.h header file. Our printf() functions are
Michael Brown
2006-09-27
1
-1
/
+0
*
added stdio.h to includes for DBG compilation
Marty Connor
2006-09-27
1
-0
/
+1
*
Add a couple of small but vital parts to PXENV_UDP_WRITE.
Michael Brown
2006-08-09
1
-1
/
+12
*
Make the UDP senddata() methods return a status code.
Michael Brown
2006-08-04
1
-3
/
+4
*
Updated PXE UDP implementation to use the new Etherboot UDP API.
Michael Brown
2006-08-03
1
-154
/
+226
*
Refer to implementation note on IP routing.
Michael Brown
2005-05-27
1
-13
/
+12
*
Separate out the documentation of the PXE API from the documentation of
Michael Brown
2005-05-24
1
-58
/
+70
*
Some versions of doxygen seem to object to "@ret None" or similar.
Michael Brown
2005-05-24
1
-1
/
+1
*
Split PXE code into preboot, udp, tftp, undi and loader units.
Michael Brown
2005-05-24
1
-22
/
+44
*
Documented the UDP API calls.
Michael Brown
2005-05-20
1
-0
/
+299