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
path:
root
/
src
/
interface
Commit message (
Expand
)
Author
Age
Files
Lines
*
[x86_64] Fix assorted 64-bit compilation errors and warnings
Michael Brown
2008-11-19
1
-18
/
+25
*
[efi] Add efi_strerror()
Michael Brown
2008-11-19
7
-25
/
+73
*
[i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] long
Michael Brown
2008-11-19
6
-27
/
+27
*
[pxe] Move all PXE files to arch/i386
Michael Brown
2008-11-18
7
-2441
/
+0
*
[netdevice] Retain and report detailed error breakdowns
Michael Brown
2008-11-08
2
-15
/
+18
*
[efi] Add basic implementation of EFI SIMPLE_NETWORK_PROTOCOL
Michael Brown
2008-10-16
1
-0
/
+978
*
[netdevice] Change link-layer push() and pull() methods to take raw types
Michael Brown
2008-10-16
1
-9
/
+10
*
[efi] Add EFI image format and basic runtime environment
Michael Brown
2008-10-13
7
-0
/
+886
*
[pxe] Display PXE_LOADER debug message after call to initialise()
Michael Brown
2008-09-23
1
-3
/
+3
*
[pxe] Add extra debug messages to the PXE UDP API calls
Michael Brown
2008-08-21
1
-4
/
+16
*
[pxe] Fix broadcast transmissions via PXENV_UDP_WRITE
Michael Brown
2008-08-21
1
-0
/
+1
*
[undi] Fill in ProtType correctly in PXENV_UNDI_ISR
Michael Brown
2008-08-20
1
-12
/
+61
*
[undi] Work around broken UNDI polling behaviour in winBoot/i
Michael Brown
2008-08-20
1
-3
/
+17
*
[iSCSI] Support Windows Server 2008 direct iSCSI installation
Michael Brown
2008-07-17
1
-1
/
+1
*
[i386] Change semantics of __from_data16 and __from_text16
Michael Brown
2008-06-30
3
-8
/
+4
*
[pxe] Fix a typo in PXENV_GET_CACHED_INFO that broke Altiris
Michael Brown
2008-06-30
1
-1
/
+1
*
[misc] Fix building on OpenBSD
Michael Brown
2008-06-27
1
-1
/
+1
*
[PXEXT] Add FILE_API_CHECK API function
H. Peter Anvin
2008-03-26
1
-0
/
+35
*
[Settings] Remove assumption that all settings have DHCP tag values
Michael Brown
2008-03-25
1
-4
/
+4
*
[DHCP] Fix up fake-packet creation as used by PXENV_GET_CACHED_INFO
Michael Brown
2008-03-23
1
-25
/
+34
*
[Settings] Migrate DHCP and NVO code to the new settings API (untested)
Michael Brown
2008-03-21
1
-7
/
+8
*
[PXE] Work around a buffer-size bug in WinPE
Michael Brown
2008-03-10
1
-2
/
+12
*
[PXEXT] Add PXENV_FILE_EXEC call to PXE extensions API.
Michael Brown
2008-03-04
1
-1
/
+39
*
Start restructuring pxe_tftp.c to cope with multicast (MTFTP) receives.
Michael Brown
2008-02-02
1
-147
/
+231
*
Add pxe_set_cached_filename() so that pxe_tftp.c can also update the
Michael Brown
2008-01-22
1
-12
/
+20
*
Use XFER_INIT() macro.
Michael Brown
2008-01-22
1
-7
/
+1
*
Make seek information part of the xfer metadata, rather than an entirely
Michael Brown
2008-01-08
1
-1
/
+0
*
Fix compiler warnings that appear only on OpenBSD.
Michael Brown
2007-12-06
1
-2
/
+2
*
Don't complain when callers provide too-short buffers for
Michael Brown
2007-12-07
1
-7
/
+6
*
Provide individually cached constructed copies of DHCP packets via
Michael Brown
2007-11-22
1
-86
/
+109
*
Do not fill in the BufferLimit field in struct
Michael Brown
2007-11-22
1
-3
/
+32
*
Add PXE FILE API.
Michael Brown
2007-08-04
1
-0
/
+191
*
Make read_user() non-blocking, and add select() call.
Michael Brown
2007-08-04
1
-15
/
+38
*
Centralise construction of the DHCP request and response packets.
Michael Brown
2007-07-31
1
-10
/
+8
*
Add per-file error identifiers
Michael Brown
2007-07-24
2
-0
/
+2
*
Separate the "is data ready" function of xfer_seek() into an
Michael Brown
2007-07-08
1
-0
/
+1
*
Kill off unused request() method in data-xfer interface.
Michael Brown
2007-07-08
1
-1
/
+0
*
Use net_device_operations structure and netdev_nullify() to allow for
Michael Brown
2007-07-07
1
-9
/
+17
*
Allow recording of TX and RX errors to aid in end-user debugging.
Michael Brown
2007-07-05
1
-4
/
+4
*
!PXE and PXENV+ structures are in code segment, not data segment.
Michael Brown
2007-07-04
1
-3
/
+4
*
Add (untested) UNDI loader C-level implementation.
Michael Brown
2007-07-03
2
-74
/
+39
*
Separated out initialisation functions from startup/shutdown functions.
Michael Brown
2007-07-03
1
-26
/
+12
*
Move pxe_netdev and set_pxe_netdev to pxe_undi.c and remove
Michael Brown
2007-07-03
2
-182
/
+15
*
Implemented (untested) PXENV_START_UNDI.
Michael Brown
2007-07-03
1
-32
/
+41
*
Report our interface type as "gPXE" to avoid working around Etherboot
Michael Brown
2007-07-03
1
-1
/
+1
*
Kill off PXENV_UNDI_FORCE_INTERRUPT support; we have no reason to
Michael Brown
2007-07-03
1
-7
/
+4
*
Reserve space for link-layer header in pxenv_undi_transmit() when not
Michael Brown
2007-07-03
1
-2
/
+10
*
Add missing call to free_iob() in pxenv_undi_isr().
Michael Brown
2007-07-03
1
-5
/
+6
*
Add trivial net device statistics (TX and RX packet count), reported
Michael Brown
2007-07-03
1
-8
/
+13
*
Place netdev_open()/netdev_close() calls in appropriate places.
Michael Brown
2007-07-03
1
-8
/
+24
[next]