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
/
gpxe
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
-1
/
+11
*
Add sketch code to reassemble a DHCP packet from our internal "everything
Michael Brown
2006-07-17
1
-0
/
+22
*
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
*
Added ipv4_pseudo_header structure
Nikhil Chandru Rao
2006-06-28
1
-10
/
+8
*
IP6 specifications
Nikhil Chandru Rao
2006-06-28
1
-0
/
+37
*
Fixed whitespaces; updated UDP code
Nikhil Chandru Rao
2006-06-28
1
-14
/
+13
*
First stab at DHCP option handling in a way that will allow us to have
Michael Brown
2006-06-27
1
-0
/
+87
*
added generalized sockaddr structure and ip6 sockaddr
Nikhil Chandru Rao
2006-06-25
1
-0
/
+60
*
added support for processing and transmitting without uIP
Nikhil Chandru Rao
2006-06-25
1
-0
/
+26
*
updated UDP interface
Nikhil Chandru Rao
2006-06-25
1
-7
/
+57
*
created interface for transport-network interface
Nikhil Chandru Rao
2006-06-25
1
-0
/
+90
*
Update ftp.c and hello.c to use the generic async_operations API.
Michael Brown
2006-06-19
2
-11
/
+12
*
Placeholder
Michael Brown
2006-06-18
1
-0
/
+49
*
Made the temporary buffer part of the TCP senddata() API, to ease the
Michael Brown
2006-06-18
1
-3
/
+11
*
Simplify RX data path.
Michael Brown
2006-06-18
5
-181
/
+78
*
Simplify TX datapath.
Michael Brown
2006-06-16
3
-75
/
+47
*
Added iSCSI boot test code
Michael Brown
2006-06-14
1
-0
/
+3
*
Generalise three-wire interface to generic SPI interface.
Michael Brown
2006-06-14
3
-102
/
+197
*
Move per-transition delays from generic bit-bashing layer to i2c layer
Michael Brown
2006-06-14
1
-2
/
+0
*
Change read_bit() to return 0 or -1UL, rather than 0 or 1.
Michael Brown
2006-06-12
1
-0
/
+2
*
Added bit-bashing i2c interface code
Michael Brown
2006-06-11
1
-0
/
+109
*
Added sketch of bit-bashing interface common code
Michael Brown
2006-06-08
1
-0
/
+44
*
Improve tcpdump legibility.
Michael Brown
2006-06-01
1
-0
/
+2
*
Updated retry timer mechanism to incorporate smoothed RTT estimation.
Michael Brown
2006-06-01
1
-11
/
+10
*
Backing out last change; no immediate plans to make the whole block-device
Michael Brown
2006-06-01
1
-5
/
+3
*
ATA devices are now asynchronous. The ATA layer itself now performs the
Michael Brown
2006-05-31
2
-4
/
+7
*
Added generic asynchronous operations code.
Michael Brown
2006-05-31
3
-18
/
+82
*
Added first sketch of a generic retry timer mechanism. The idea is to use
Michael Brown
2006-05-29
1
-0
/
+36
*
Handle multi-sector reads by splitting them into subcommands.
Michael Brown
2006-05-29
2
-0
/
+5
*
Initial AoE implementation. Limitations are:
Michael Brown
2006-05-29
1
-0
/
+124
*
Use separate data-in and data-out buffers.
Michael Brown
2006-05-29
1
-29
/
+37
*
Add ETH_P_AOE
Michael Brown
2006-05-28
1
-0
/
+1
*
Added tcp_kick(). This speed up LILO and GRUB booting by almost two
Michael Brown
2006-05-27
1
-0
/
+1
*
Make PKB_ZLEN the minimum possible size of packet buffer (to allow for
Michael Brown
2006-05-27
1
-0
/
+9
*
Added abstraction layer for a three-wire serial device (e.g. the EEPROM
Michael Brown
2006-05-26
1
-0
/
+102
*
Removed some obsolete INIT_XXX constants.
Michael Brown
2006-05-25
1
-5
/
+0
*
Made the LBA48 example clearer.
Michael Brown
2006-05-21
1
-4
/
+4
*
Added (untested) support for ATA devices. This code should be generic
Michael Brown
2006-05-21
1
-0
/
+193
*
Added missing @file block
Michael Brown
2006-05-20
1
-0
/
+6
*
READ CAPACITY (16) turns out to be an optional command (even though
Michael Brown
2006-05-19
1
-0
/
+27
*
Add the concept of a "user pointer" (similar to the void __user * in
Michael Brown
2006-05-19
3
-4
/
+33
*
iSCSI writes seem to be working (at least, the ethereal trace shows no
Michael Brown
2006-05-19
2
-32
/
+116
*
All uses iscsi_state were removed some time ago; removing the
Michael Brown
2006-05-18
1
-8
/
+0
*
Strip down i386 PCI configuration space I/O to the bare minimum. A
Michael Brown
2006-05-17
1
-13
/
+1
[next]