index
:
mirror/ipxe.git
acpimac
aenq
aqc1xx
armlinux
assert
autoexec_pxe
autovlan
cached_proxydhcp
cc
centos7
cleardhcp
coverity_scan
dell3440b
des
dns_primary
edk2
efi_watchdog
efibridge
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
gcc12
gcmassert
hackesp
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
itautec
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
naptest
netidx
netstate
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
pkgcache
processorbind
pxemenuscroll
rbgstart
realtek_hack
riscv64
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
snploop
snppad
supplicant
sysmac
tcpwindow
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmpintf
udpdrop
uri
utf8
vbox
vetodhcp6
vgafix
wimboot
wimboot2
x25519
xen
xen-sg
xhci_fail
mirror/ipxe.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
IP6 support
Nikhil Chandru Rao
2006-08-19
7
-22
/
+743
*
Added RX tracing as well.
Michael Brown
2006-08-16
1
-0
/
+5
*
Added debug strings.
Michael Brown
2006-08-16
1
-1
/
+12
*
Remove old-style debug message
Michael Brown
2006-08-16
1
-2
/
+0
*
Added some minimal debugging for transmitted PDUs.
Michael Brown
2006-08-15
1
-0
/
+7
*
Take out unused cleanup() function so that we can remove the link
Michael Brown
2006-08-14
1
-1
/
+2
*
Removed TAGGED_IMAGE from the default build; NBI has been broken for ages.
Michael Brown
2006-08-14
1
-1
/
+1
*
Removed obsolete print_config()
Michael Brown
2006-08-14
1
-61
/
+0
*
Removed DNS from the default configuration; it hasn't been updated to
Michael Brown
2006-08-14
1
-1
/
+1
*
Kill off poll_interruptions(); it is lethal when we're acting as a PXE
Michael Brown
2006-08-14
7
-26
/
+0
*
Bug fixes to the HTTP protocol code
Derek Pryor
2006-08-12
1
-1
/
+1
*
Bug fixes to the HTTP protocol code
Derek Pryor
2006-08-12
1
-4
/
+3
*
Print net device name when making request.
Michael Brown
2006-08-11
1
-1
/
+2
*
Added cmdl_show proof-of-concept
Michael Brown
2006-08-11
1
-0
/
+20
*
Added "hostname" and "ip" as sample settings
Michael Brown
2006-08-11
1
-0
/
+13
*
Added ipv4 configuration type
Michael Brown
2006-08-11
1
-0
/
+56
*
Add string configuration type
Michael Brown
2006-08-11
2
-10
/
+62
*
Fail gracefully when set_dhcp_option() is called with options==NULL.
Michael Brown
2006-08-11
1
-1
/
+6
*
Added basic infrastructure for manipulating settings.
Michael Brown
2006-08-11
2
-0
/
+251
*
Removing because of conflict with new HTTP protocol
Derek Pryor
2006-08-11
1
-173
/
+0
*
New HTTP protocol and test code
Derek Pryor
2006-08-11
4
-0
/
+318
*
command->data_{in,out} are now userptr_t, so it is invalid to compare
Michael Brown
2006-08-10
1
-2
/
+2
*
Fixed variable name in assertion
Michael Brown
2006-08-10
1
-1
/
+1
*
Added missing packed attribute
Michael Brown
2006-08-10
1
-1
/
+1
*
Added description for a basic ACPI table, taken from
Michael Brown
2006-08-10
1
-0
/
+39
*
Both the !PXE and PXENV+ structures must be paragraph-aligned
Michael Brown
2006-08-09
1
-0
/
+2
*
Towards an RFC2988-compliant timer.
Michael Brown
2006-08-09
2
-18
/
+41
*
Don't call stop_timer() from within the timer expiry callback; it's
Michael Brown
2006-08-09
1
-11
/
+10
*
Changed the TCP state machines behaviour in the ESTABLISHED state
Nikhil Chandru Rao
2006-08-09
1
-5
/
+15
*
Temporarily work around the bug when port numbers are reused between
Michael Brown
2006-08-09
1
-0
/
+7
*
Correct some packet ownership and freeing bugs.
Michael Brown
2006-08-09
1
-15
/
+36
*
out_flags was being set but never used.
Michael Brown
2006-08-09
1
-16
/
+14
*
Port the UDP port allocation code to TCP
Michael Brown
2006-08-09
1
-21
/
+45
*
Remove some of the confusion surrounding the amount to strip off from
Michael Brown
2006-08-09
1
-6
/
+5
*
iphdr->hlen includes the IP header, so truncate packet *before*
Michael Brown
2006-08-09
1
-1
/
+1
*
Remove _PROTOCOL macros for gcc 3.2 compatibility
Marty Connor
2006-08-09
9
-55
/
+17
*
Make VERSION_MAJOR for gPXE be 0
Marty Connor
2006-08-09
1
-1
/
+1
*
Corrected documentation
Michael Brown
2006-08-09
1
-3
/
+2
*
Removed obsolete line merged in with the cmdline stuff
Michael Brown
2006-08-09
1
-1
/
+0
*
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
[next]