index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
udp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct option number for DHCP_DNS_SERVERS, and add it to the request
Michael Brown
2006-08-27
1
-1
/
+1
*
Derive xid dynamically from the netdev, so that we can call
Michael Brown
2006-08-09
1
-18
/
+32
*
Added TFTP test code (currently just dumps file to console).
Michael Brown
2006-08-09
1
-3
/
+6
*
Initial (untested) implementation of TFTP over the new UDP API.
Michael Brown
2006-08-08
1
-0
/
+471
*
Make the UDP senddata() methods return a status code.
Michael Brown
2006-08-03
1
-7
/
+10
*
Added features that will be required for PXE UDP support.
Michael Brown
2006-08-02
1
-8
/
+15
*
Request bootfile name; it doesn't seem to be automatically supplied by
Michael Brown
2006-08-01
1
-1
/
+1
*
Request Etherboot encapsulated options.
Michael Brown
2006-07-20
1
-3
/
+5
*
Free up any allocated options if we fail
Michael Brown
2006-07-20
1
-0
/
+8
*
Document memory ownership.
Michael Brown
2006-07-20
1
-0
/
+5
*
Now successfully negotiates the whole DHCPDISCOVER/OFFER/REQUEST/ACK
Michael Brown
2006-07-20
1
-38
/
+159
*
Rename unwieldy function
Michael Brown
2006-07-20
1
-4
/
+4
*
Set DHCP_MESSAGE_TYPE option within the main options block. This
Michael Brown
2006-07-20
1
-6
/
+8
*
Packets without a DHCP_MESSAGE_TYPE option are probably just BOOTP
Michael Brown
2006-07-20
1
-0
/
+1
*
udp_open() takes ports in network-endian order.
Michael Brown
2006-07-19
1
-1
/
+1
*
Now capable of sending what, to me, looks like a valid DHCPDISCOVER
Michael Brown
2006-07-19
1
-1
/
+27
*
Eliminate confusion between functions that return pointers and
Michael Brown
2006-07-19
1
-15
/
+17
*
Added some debug messages and DHCP test code
Michael Brown
2006-07-19
1
-1
/
+27
*
Proof of concept: transmit a single DHCPDISCOVER and dump out any
Michael Brown
2006-07-19
1
-4
/
+46
*
Beginnings of DHCP protocol implementation
Michael Brown
2006-07-19
1
-3
/
+83
*
Split DHCP packet creation into two parts: creating the basic packet
Michael Brown
2006-07-19
1
-126
/
+140
*
Fix creation of the htype field; the ll_proto field from which it is
Michael Brown
2006-07-17
1
-6
/
+1
*
Add sketch code to reassemble a DHCP packet from our internal "everything
Michael Brown
2006-07-17
1
-0
/
+196
*
Add (untested) code for parsing a received DHCP packet and constructing a
Michael Brown
2006-07-15
1
-0
/
+172