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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added pxe_netdev; a slight hack for now, but will need to be done
Michael Brown
2006-08-09
1
-0
/
+2
*
Derive xid dynamically from the netdev, so that we can call
Michael Brown
2006-08-09
1
-2
/
+6
*
Merge of Fredrik Hultin command_line
Marty Connor
2006-08-09
4
-0
/
+138
*
Clarified packet ownership transfer between a few functions.
Michael Brown
2006-08-09
1
-4
/
+6
*
Added TFTP test code (currently just dumps file to console).
Michael Brown
2006-08-09
1
-0
/
+10
*
Initial (untested) implementation of TFTP over the new UDP API.
Michael Brown
2006-08-09
1
-2
/
+20
*
The prototype for strcasecmp() is apparently in strings.h.
Michael Brown
2006-08-09
1
-0
/
+2
*
Added some TFTP definitions for use with the new UDP API.
Michael Brown
2006-08-09
1
-0
/
+125
*
Update to match the daft capitalisation in the actual PXE spec
Michael Brown
2006-08-08
1
-2
/
+2
*
gcc3 compatibility: removed ARP_NET_PROTOCOL().
Michael Brown
2006-08-08
1
-7
/
+2
*
Removed some bugs in TCP
Nikhil Chandru Rao
2006-08-08
2
-4
/
+4
*
Added retransmissions to TCP
Nikhil Chandru Rao
2006-08-07
1
-0
/
+6
*
Remove unused attribute from __table macros; the tables are no longer
Michael Brown
2006-08-07
1
-3
/
+3
*
Convert some trivial functions to static inlines.
Michael Brown
2006-08-04
1
-3
/
+56
*
Make the UDP senddata() methods return a status code.
Michael Brown
2006-08-04
1
-3
/
+3
*
Updated PXE UDP implementation to use the new Etherboot UDP API.
Michael Brown
2006-08-03
2
-21
/
+14
*
Moved the basic struct sockaddr out of in.h.
Michael Brown
2006-08-02
1
-0
/
+31
*
Added features that will be required for PXE UDP support.
Michael Brown
2006-08-02
7
-94
/
+100
*
TCP support
Nikhil Chandru Rao
2006-08-01
1
-0
/
+106
*
Minor changes to the network layer rx() functions
Nikhil Chandru Rao
2006-08-01
2
-4
/
+15
*
Remove unused functions.
Michael Brown
2006-08-01
1
-6
/
+3
*
Renamed trans_{rx,tx}() to tcpip_{rx,tx}(), since they are specific to
Michael Brown
2006-08-01
1
-2
/
+2
*
Renamed tcpip_if.[ch] to tcpip.[ch]
Michael Brown
2006-08-01
1
-0
/
+0
*
Add dhcp_snprintf() for extracting DHCP string options.
Michael Brown
2006-07-20
1
-0
/
+10
*
Print out the lease time, just to show how easy it is.
Michael Brown
2006-07-20
1
-0
/
+3
*
Added dhcp_ipv4_option() and friends.
Michael Brown
2006-07-20
1
-0
/
+7
*
Now successfully negotiates the whole DHCPDISCOVER/OFFER/REQUEST/ACK
Michael Brown
2006-07-20
1
-5
/
+11
*
Correct TCP/IP checksum generation.
Michael Brown
2006-07-20
1
-1
/
+3
*
Minor edits
Nikhil Chandru Rao
2006-07-19
1
-1
/
+1
*
Now capable of sending what, to me, looks like a valid DHCPDISCOVER
Michael Brown
2006-07-19
1
-2
/
+10
*
Add pkb_available()
Michael Brown
2006-07-19
1
-0
/
+10
*
Added some debug messages and DHCP test code
Michael Brown
2006-07-19
1
-0
/
+2
*
Proof of concept: transmit a single DHCPDISCOVER and dump out any
Michael Brown
2006-07-19
1
-0
/
+3
*
Added missing prototype
Michael Brown
2006-07-19
1
-0
/
+1
*
Add some DHCP options that we are likely to use
Michael Brown
2006-07-19
1
-1
/
+33
*
Correct typo
Michael Brown
2006-07-19
1
-1
/
+1
*
The following edits were made: \
Nikhil Chandru Rao
2006-07-19
2
-6
/
+18
*
Added macros for generating static DHCP options
Michael Brown
2006-07-19
1
-0
/
+60
*
Split DHCP packet creation into two parts: creating the basic packet
Michael Brown
2006-07-19
1
-82
/
+117
*
Allow for calling find_dhcp_option() with "options" set to NULL, in order
Michael Brown
2006-07-19
1
-49
/
+6
*
Fix creation of the htype field; the ll_proto field from which it is
Michael Brown
2006-07-17
1
-1
/
+11
*
Add sketch code to reassemble a DHCP packet from our internal "everything
Michael Brown
2006-07-17
2
-0
/
+23
*
Add (untested) code for parsing a received DHCP packet and constructing a
Michael Brown
2006-07-15
1
-3
/
+150
*
Add code to modify DHCP option values within a block.
Michael Brown
2006-07-13
1
-5
/
+65
*
Added fragment reassembly code
Nikhil Chandru Rao
2006-06-30
1
-0
/
+23
*
Removing net/interface.c and include/gpxe/interface.h
Nikhil Chandru Rao
2006-06-29
1
-90
/
+0
*
Provide a mechanism for returning the encapsulator as well as the
Michael Brown
2006-06-28
1
-0
/
+14
*
Renamed net/interface.c and include/gpxe/interface.h to net/tcpip_if.c and in...
Nikhil Chandru Rao
2006-06-28
3
-1
/
+99
*
Add priority mechanism
Michael Brown
2006-06-28
1
-0
/
+9
*
typo in macro fixed
Dan Lynch
2006-06-28
1
-1
/
+1
[next]