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
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-8
/
+220
*
Add (untested) code for parsing a received DHCP packet and constructing a
Michael Brown
2006-07-15
1
-0
/
+172
*
Add code to modify DHCP option values within a block.
Michael Brown
2006-07-13
1
-75
/
+182
*
Added fragment reassembly code
Nikhil Chandru Rao
2006-06-30
2
-15
/
+132
*
Removing net/interface.c and include/gpxe/interface.h
Nikhil Chandru Rao
2006-06-29
1
-132
/
+0
*
Provide a mechanism for returning the encapsulator as well as the
Michael Brown
2006-06-28
1
-15
/
+23
*
Renamed net/interface.c and include/gpxe/interface.h to net/tcpip_if.c and in...
Nikhil Chandru Rao
2006-06-28
3
-14
/
+174
*
Add priority mechanism
Michael Brown
2006-06-28
1
-16
/
+67
*
Change dhcp_num_option() to return the numerical value directly.
Michael Brown
2006-06-28
1
-19
/
+15
*
Added ipv4_pseudo_header structure
Nikhil Chandru Rao
2006-06-28
1
-11
/
+8
*
Fixed endianness of 16- and 32- bit values
Nikhil Chandru Rao
2006-06-28
1
-30
/
+40
*
Fixed whitespaces; updated UDP code
Nikhil Chandru Rao
2006-06-28
1
-116
/
+168
*
First stab at DHCP option handling in a way that will allow us to have
Michael Brown
2006-06-27
1
-0
/
+217
*
Simplify ipv4_tx() by not having a separate "source" variable now that
Michael Brown
2006-06-26
1
-7
/
+5
*
Factorise out common code
Michael Brown
2006-06-26
1
-25
/
+23
*
Split ipv6 functions out from ipv4.c
Michael Brown
2006-06-26
2
-18
/
+24
*
Whitespace fixes
Michael Brown
2006-06-26
1
-125
/
+125
*
added support for processing and transmitting without uIP
Nikhil Chandru Rao
2006-06-25
1
-0
/
+231
*
updated UDP interface
Nikhil Chandru Rao
2006-06-25
1
-0
/
+225
*
created interface for transport-network interface
Nikhil Chandru Rao
2006-06-25
1
-0
/
+132
*
Update ftp.c and hello.c to use the generic async_operations API.
Michael Brown
2006-06-19
2
-15
/
+18
*
Made the temporary buffer part of the TCP senddata() API, to ease the
Michael Brown
2006-06-18
5
-35
/
+50
*
Simplify RX data path.
Michael Brown
2006-06-18
6
-206
/
+260
*
For consistency
Michael Brown
2006-06-16
1
-1
/
+1
*
32kB window is actually larger than our typical receive ring size.
Michael Brown
2006-06-16
1
-1
/
+1
*
Simplify TX datapath.
Michael Brown
2006-06-16
6
-370
/
+221
*
Improve tcpdump legibility.
Michael Brown
2006-06-01
1
-0
/
+1
*
Updated retry timer mechanism to incorporate smoothed RTT estimation.
Michael Brown
2006-06-01
2
-48
/
+91
*
Put in a method to get the MAC address for the AoE target. (It's not
Michael Brown
2006-05-31
1
-6
/
+17
*
ATA devices are now asynchronous. The ATA layer itself now performs the
Michael Brown
2006-05-31
1
-1
/
+4
*
Added generic asynchronous operations code.
Michael Brown
2006-05-31
1
-93
/
+73
*
One bit of an ASCII character can make a big difference.
Michael Brown
2006-05-29
1
-1
/
+1
*
Added first sketch of a generic retry timer mechanism. The idea is to use
Michael Brown
2006-05-29
1
-0
/
+130
*
Handle multi-sector reads by splitting them into subcommands.
Michael Brown
2006-05-29
1
-2
/
+48
*
Initial AoE implementation. Limitations are:
Michael Brown
2006-05-29
1
-0
/
+261
*
Added tcp_kick(). This speed up LILO and GRUB booting by almost two
Michael Brown
2006-05-27
2
-0
/
+14
*
Avoid causing TX overflow on small TX queues.
Michael Brown
2006-05-27
1
-3
/
+9
*
I have no idea how this ever worked before.
Michael Brown
2006-05-27
1
-5
/
+10
*
Make PKB_ZLEN the minimum possible size of packet buffer (to allow for
Michael Brown
2006-05-27
1
-0
/
+4
*
Tidied up debugging messages
Michael Brown
2006-05-27
1
-1
/
+1
*
Expert advice tells me that we *do* have to explicitly state the
Michael Brown
2006-05-19
1
-11
/
+16
*
Add the concept of a "user pointer" (similar to the void __user * in
Michael Brown
2006-05-19
1
-2
/
+7
*
Documented login parameters that we negotiate.
Michael Brown
2006-05-19
1
-1
/
+24
*
iSCSI writes seem to be working (at least, the ethereal trace shows no
Michael Brown
2006-05-19
1
-22
/
+188
*
Set ErrorRecoveryLevel=0 (we don't want to have to handle it).
Michael Brown
2006-05-17
1
-2
/
+3
*
Split "iSCSI as a SCSI device" out from "iSCSI as a TCP protocol".
Michael Brown
2006-05-15
1
-28
/
+20
*
Rewrote printf and friends to better support standard C semantics.
Michael Brown
2006-05-14
1
-0
/
+1
*
Provide a SCSI device interface to the iSCSI protocol
Michael Brown
2006-05-13
1
-0
/
+591
*
Typo
Michael Brown
2006-04-30
1
-1
/
+7
[next]