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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
[pci] Add driver_data field to struct pci_device_id
Thomas Miletich
2009-03-26
1
-4
/
+7
*
[build] Enable building with the Intel C compiler (icc)
Michael Brown
2009-03-26
3
-11
/
+94
*
[tables] Incorporate table data type information into table definition
Michael Brown
2009-03-13
23
-121
/
+177
*
[tables] Redefine methods for accessing linker tables
Michael Brown
2009-03-13
23
-49
/
+197
*
[settings] Allow for autovivification of settings blocks
Michael Brown
2009-03-06
1
-2
/
+0
*
[image] Allow for zero embedded images
Michael Brown
2009-02-24
1
-0
/
+9
*
[iscsi] Include credentials in iBFT only if used during iSCSI login
Michael Brown
2009-02-20
1
-2
/
+9
*
[crypto] Allow creation of arbitrary CBC cipher algorithms using CBC_CIPHER()
Michael Brown
2009-02-19
1
-8
/
+56
*
[crypto] Add our own general-purpose cipher-block chaining routines
Michael Brown
2009-02-19
1
-0
/
+50
*
[crypto] Change cipher_{en,de}crypt() to void functions
Michael Brown
2009-02-19
1
-9
/
+20
*
[crypto] Split crypto_algorithm into {digest,cipher,pubkey}_algorithm
Michael Brown
2009-02-18
8
-60
/
+85
*
[crypto] Rename aes_algorithm to aes_cbc_algorithm
Michael Brown
2009-02-18
1
-1
/
+1
*
[pxeprefix] Add .kkpxe image type and ability to return via PXE stack
Michael Brown
2009-02-18
1
-0
/
+1
*
[login] Add "login" command and UI
Michael Brown
2009-02-17
2
-0
/
+13
*
[editbox] Allow for password widgets that do not display their contents
Michael Brown
2009-02-17
1
-2
/
+10
*
[icmp] Add support for responding to pings
Michael Brown
2009-02-17
2
-0
/
+24
*
[comboot] Fix reference counting on replacement images
Michael Brown
2009-02-17
1
-1
/
+6
*
[comboot] Allow for tail recursion of COMBOOT images
Michael Brown
2009-02-17
1
-0
/
+14
*
[build] Fix building on gcc 3
Michael Brown
2009-02-16
1
-0
/
+2
*
[image] Allow multiple embedded images
Michael Brown
2009-02-16
3
-9
/
+2
*
[base64] Add base64 encoding functions
Michael Brown
2009-02-13
1
-0
/
+24
*
[tls] Use our own ASN.1 routines for certificate parsing
Michael Brown
2009-02-10
4
-7
/
+45
*
[pxe] Obey lists of PXE Boot Servers and associated Discovery Control bits
Michael Brown
2009-02-05
2
-3
/
+18
*
[pxe] Skip PXE boot server discovery if directed to do so
Michael Brown
2009-02-05
1
-0
/
+15
*
[iobuf] Add iob_disown() and use it where it simplifies code
Michael Brown
2009-02-01
1
-0
/
+20
*
[dhcp] Send user class in DHCP requests
Michael Brown
2009-02-01
2
-1
/
+4
*
[dhcp] Split PXE menuing code out of dhcp.c
Michael Brown
2009-02-01
7
-16
/
+132
*
[dns] Append local domain to relative names
Stefan Hajnoczi
2009-01-27
1
-0
/
+1
*
[settings] Add fetch_string_setting_copy()
Michael Brown
2009-01-27
1
-0
/
+3
*
[dhcp] Include support for PXE boot menus
Michael Brown
2009-01-25
1
-1
/
+4
*
[console] Allow KEY_xxx constants to cover F8 function key
Michael Brown
2009-01-25
1
-16
/
+13
*
[dhcp] Clarify language surrounding ProxyDHCP
Michael Brown
2009-01-23
1
-5
/
+5
*
[dhcp] Pass PXE boot menu item to PXE Boot Server
Michael Brown
2009-01-23
1
-2
/
+11
*
[dhcp] Add preliminary support for PXE Boot Servers
Michael Brown
2009-01-21
1
-0
/
+6
*
[tcpip] Allow for transmission to multicast IPv4 addresses
Michael Brown
2009-01-21
1
-1
/
+4
*
[efi] Add an EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL interface
Michael Brown
2009-01-12
1
-0
/
+74
*
[efi] Provide component name protocol and device path protocol interfaces
Michael Brown
2009-01-12
1
-0
/
+174
*
[dhcp] Include gPXE version number within DHCP request
Michael Brown
2009-01-08
2
-10
/
+16
*
[efi] Add efirom utility and .efirom image format
Michael Brown
2009-01-08
1
-0
/
+601
*
[efi] Allow for .efidrv images as well as .efi images
Michael Brown
2009-01-07
1
-0
/
+1
*
[efi] Use elf2efi utility in place of efilink
Michael Brown
2009-01-07
1
-0
/
+2
*
[build] Avoid strict-aliasing warnings when building with gcc 4.4
Michael Brown
2009-01-05
6
-7
/
+6
*
[infiniband] Call ib_open() only when opening the IPoIB net device
Michael Brown
2009-01-02
1
-21
/
+4
*
[x86_64] Add support for compilation as an x86_64 binary
Michael Brown
2008-12-05
4
-0
/
+295
*
[efi] Use EFI-native mechanism for accessing SMBIOS table
Michael Brown
2008-12-04
4
-0
/
+193
*
[efi] Allow use of EFI configuration tables
Michael Brown
2008-12-04
1
-0
/
+33
*
[b44] Add driver for Broadcom bcm44xx cards
Pantelis Koukousoulas
2008-11-21
1
-0
/
+1
*
[netdevice] Provide function to retrieve the most recently opened net device
Michael Brown
2008-11-21
1
-0
/
+3
*
[aoe] Use an AoE config query to identify the target MAC address
Michael Brown
2008-11-19
1
-5
/
+28
*
[blockdev] Move block device operations to structure block_device_operations
Laurent Vivier
2008-11-19
1
-6
/
+14
[next]