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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do no evil. :)
Michael Brown
2006-08-09
1
-1
/
+0
*
Attempt a PXE NBP boot as the TFTP test.
Michael Brown
2006-08-09
2
-19
/
+21
*
Implement enough of PXENV_GET_CACHED_INFO to support pxelinux.
Michael Brown
2006-08-09
1
-59
/
+58
*
Added pxe_netdev; a slight hack for now, but will need to be done
Michael Brown
2006-08-09
2
-0
/
+4
*
Derive xid dynamically from the netdev, so that we can call
Michael Brown
2006-08-09
2
-20
/
+38
*
Aborted
Michael Brown
2006-08-09
2
-303
/
+0
*
Merge of Fredrik Hultin command_line
Marty Connor
2006-08-09
13
-0
/
+1184
*
Add a couple of small but vital parts to PXENV_UDP_WRITE.
Michael Brown
2006-08-09
1
-1
/
+12
*
Clarified packet ownership transfer between a few functions.
Michael Brown
2006-08-09
6
-31
/
+63
*
Note to self: learn to count.
Michael Brown
2006-08-09
1
-3
/
+3
*
Added missing __from_text16()s when passing pointers to PXE NBP.
Michael Brown
2006-08-09
1
-1
/
+3
*
Allow linking by converting functions to stubs
Michael Brown
2006-08-09
2
-28
/
+25
*
Allow linking by converting all functions to stubs
Michael Brown
2006-08-09
1
-41
/
+30
*
pxe_int_1a is needed by pxe_call.c
Michael Brown
2006-08-09
1
-0
/
+1
*
Added TFTP test code (currently just dumps file to console).
Michael Brown
2006-08-09
4
-5
/
+67
*
Initial (untested) implementation of TFTP over the new UDP API.
Michael Brown
2006-08-09
3
-167
/
+491
*
The prototype for strcasecmp() is apparently in strings.h.
Michael Brown
2006-08-09
1
-0
/
+2
*
Changed ipv4_dump() to consume only one line.
Nikhil Chandru Rao
2006-08-09
1
-15
/
+1
*
Corrected bugs in the TCP logic. There might be a few more which need to be t...
Nikhil Chandru Rao
2006-08-09
1
-25
/
+27
*
Added some TFTP definitions for use with the new UDP API.
Michael Brown
2006-08-09
1
-0
/
+125
*
Added (not yet tested) PXE API entry point and support functions.
Michael Brown
2006-08-08
2
-0
/
+300
*
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
2
-10
/
+3
*
Removed some bugs in TCP
Nikhil Chandru Rao
2006-08-08
4
-57
/
+106
*
Added retransmissions to TCP
Nikhil Chandru Rao
2006-08-07
2
-0
/
+69
*
Add very, very quick and dirty hello world test
Michael Brown
2006-08-07
2
-6
/
+31
*
Fix routing when a gateway exists. This should probably be split into
Michael Brown
2006-08-07
1
-4
/
+7
*
Set a NUL terminator before calling inet_aton.
Michael Brown
2006-08-07
1
-2
/
+3
*
Remove unused attribute from __table macros; the tables are no longer
Michael Brown
2006-08-07
1
-3
/
+3
*
Add iSCSI to the DHCP tests.
Michael Brown
2006-08-07
3
-14
/
+51
*
Minor corrections
Nikhil Chandru Rao
2006-08-07
2
-1
/
+2
*
Convert some trivial functions to static inlines.
Michael Brown
2006-08-04
2
-31
/
+56
*
Make the UDP senddata() methods return a status code.
Michael Brown
2006-08-04
4
-36
/
+19
*
Updated PXE UDP implementation to use the new Etherboot UDP API.
Michael Brown
2006-08-03
10
-323
/
+558
*
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
13
-481
/
+394
*
TCP support
Nikhil Chandru Rao
2006-08-01
2
-0
/
+716
*
Minor changes to the network layer rx() functions
Nikhil Chandru Rao
2006-08-01
5
-10
/
+79
*
Remove unused functions.
Michael Brown
2006-08-01
2
-42
/
+3
*
Renamed trans_{rx,tx}() to tcpip_{rx,tx}(), since they are specific to
Michael Brown
2006-08-01
4
-6
/
+6
*
Renamed tcpip_if.[ch] to tcpip.[ch]
Michael Brown
2006-08-01
4
-3
/
+3
*
We shouldn't need to allocate a TX packet buffer when calling newdata();
Michael Brown
2006-08-01
1
-4
/
+0
*
Request bootfile name; it doesn't seem to be automatically supplied by
Michael Brown
2006-08-01
1
-1
/
+1
*
Accept '%i' as a synonym for '%d'.
Michael Brown
2006-07-25
1
-1
/
+1
*
Print out "DHCP..." message just in case people think the demo is sitting
Michael Brown
2006-07-20
1
-1
/
+5
*
Allow an AoE boot to be directed via DHCP, so that we have a proof of
Michael Brown
2006-07-20
2
-4
/
+52
*
Request Etherboot encapsulated options.
Michael Brown
2006-07-20
1
-3
/
+5
*
Add dhcp_snprintf() for extracting DHCP string options.
Michael Brown
2006-07-20
2
-0
/
+44
*
Print out the lease time, just to show how easy it is.
Michael Brown
2006-07-20
2
-8
/
+18
*
Switch default stack to Nikhil's TCP/IP stack
Michael Brown
2006-07-20
1
-13
/
+1
[next]