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
*
Create include/gpxe/elf.h for the ELF bits that aren't part of the ELF
Michael Brown
2007-01-11
1
-0
/
+26
*
Update TFTP to use a struct buffer rather than a callback.
Michael Brown
2007-01-11
1
-28
/
+22
*
Removed the Etherboot-specific ELF-image code and replaced it with a
Michael Brown
2007-01-11
2
-86
/
+4
*
Remove osloader.c and replace with a prep_segment() that uses userptr_t
Michael Brown
2007-01-11
2
-6
/
+15
*
Move memmap.h out of arch/i386; it no longer contains anything
Michael Brown
2007-01-11
1
-0
/
+34
*
buffer.c should be using copy_{to,from}_user, rather than
Michael Brown
2007-01-11
1
-5
/
+5
*
Extract packet-padding login from rtl8139.c to a separate pkbpad.c file.
Michael Brown
2007-01-11
1
-0
/
+1
*
Change FTP to use a data buffer rather than a callback function.
Michael Brown
2007-01-11
1
-9
/
+6
*
Update buffer-handling code to enable expandable buffers.
Michael Brown
2007-01-11
2
-84
/
+52
*
Move include/buffer.h to include/gpxe/buffer.h
Michael Brown
2007-01-11
5
-7
/
+7
*
Add route() function to display routing table.
Michael Brown
2007-01-10
2
-0
/
+33
*
Add find_pci_netdev()
Michael Brown
2007-01-10
1
-0
/
+2
*
Add device description fields to struct device.
Michael Brown
2007-01-10
2
-3
/
+52
*
Add "name" field to struct device to allow human-readable hardware device
Michael Brown
2007-01-10
17
-44
/
+51
*
Add udp_sendto_via() to allow e.g. DHCP to transmit without first having
Michael Brown
2007-01-10
1
-0
/
+5
*
Allow an explicit network device to be specified for IP-layer
Michael Brown
2007-01-10
1
-2
/
+8
*
Move header file for usr/autoboot.c to include/usr
Michael Brown
2007-01-10
2
-12
/
+12
*
Added network interface management commands
Michael Brown
2007-01-10
2
-1
/
+30
*
Add "name" field to network device, to facilitate netdev commands.
Michael Brown
2007-01-10
1
-6
/
+6
*
Add RX quotas to the net device poll() method. This avoids the problem
Michael Brown
2007-01-09
1
-3
/
+4
*
Rename pkb_available() to pkb_tailroom() for consistency with Linux's
Michael Brown
2007-01-09
1
-3
/
+13
*
Added net device TX queue; this will be needed to support the PXE UNDI API
Michael Brown
2007-01-09
1
-8
/
+14
*
Clean up connection closing and permanent failure logic.
Michael Brown
2007-01-09
1
-0
/
+7
*
Added PCI_BASE_CLASS() macro
Michael Brown
2007-01-08
1
-0
/
+2
*
Added support for wildcard device/vendor ID matches
Michael Brown
2007-01-08
1
-0
/
+3
*
Remove types and prototypes now provided in the undi*.h headers.
Michael Brown
2007-01-08
1
-90
/
+2
*
Partial implementation of UNDI loader caller.
Michael Brown
2007-01-05
2
-51
/
+17
*
Add PXE driver-scanning code, capable of locating all PXE ROMs in a system
Michael Brown
2007-01-05
1
-2
/
+113
*
Added PXE bus driver (with support only for using PXE structures found
Michael Brown
2007-01-04
1
-27
/
+45
*
Don't include __FUNCTION__ in assert() messages; it was causing the
Michael Brown
2007-01-04
1
-7
/
+6
*
Make open() and close() an official part of the netdevice API.
Michael Brown
2007-01-04
1
-0
/
+33
*
A DHCP session holds a persistent reference to a network device
Michael Brown
2007-01-04
1
-0
/
+3
*
Added missing #include
Michael Brown
2007-01-04
1
-0
/
+1
*
IPv6 minirouting table entries hold persistent references to net devices.
Michael Brown
2007-01-04
1
-0
/
+5
*
An AoE session holds a persistent reference to a net device.
Michael Brown
2007-01-04
1
-0
/
+3
*
Use hotplug support to notify persistent reference holders when a
Michael Brown
2007-01-04
1
-0
/
+5
*
Minimal hotplug support: provide a facility for notifying persistent
Michael Brown
2007-01-04
1
-0
/
+58
*
Verify checksums on the RX datapath.
Michael Brown
2007-01-03
2
-21
/
+21
*
Use whole bytes for the ACKED and RCVD portions of tcp_state; it
Michael Brown
2006-12-30
1
-3
/
+3
*
Added auto-colourising DBGC() macro
Michael Brown
2006-12-29
1
-40
/
+42
*
Redefine TCP state to include "flags that have been sent" rather than
Michael Brown
2006-12-29
1
-28
/
+31
*
Merge changes from mcb-tcp-fixes branch.
Michael Brown
2006-12-28
5
-182
/
+282
*
Cannot immediately overwrite the peer address when we parse
Michael Brown
2006-12-22
1
-2
/
+8
*
Fix prototype of random() and move to stdlib.h
Michael Brown
2006-12-22
2
-1
/
+1
*
Make start_timer() and stop_timer() robust against incorrect usage.
Michael Brown
2006-12-22
1
-1
/
+4
*
ibft_fill_data() prototype change.
Michael Brown
2006-12-21
1
-3
/
+1
*
Add ability to shut down iSCSI connection
Michael Brown
2006-12-21
1
-0
/
+5
*
KEY_XXX constants are now defined in gpxe/keys.h. Kept separate from
Michael Brown
2006-12-20
1
-94
/
+2
*
Fix definition of KEY_END
Michael Brown
2006-12-20
1
-1
/
+1
*
Add insert/delete and document keys, and documentation.
Michael Brown
2006-12-20
1
-15
/
+19
[next]