index
:
riscv-gnu-toolchain/qemu/roms/ipxe.git
8021x
8d337ec
HEAD
acpimac
aenq
aqc1xx
armlinux
asn1fix
assert
autoexec_pxe
autoexecpath
autovlan
bigint_output_constraints
cached_proxydhcp
cachedhcp
cc
centos7
ci
cleardhcp
cookie
coverity_scan
dell3440b
des
determinism
dhcpnak
dns_primary
edk2
efi_watchdog
efibridge
eficmdline
eficompress
efiinitrd
efiset
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
freebsd
fxsr
gcc12
gcmassert
guid
hackesp
hermon_link_poll
hermon_reset
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
issue123
itautec
kexec
kexec2
kexec3
keyvals
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
mult
naptest
netidx
netstate
nodejs
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
peerdist
pkcs8
pkgcache
processorbind
pxemenuscroll
rdrand
realtek_hack
riscv64
rndis_padding
rpl
rtlvlan
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
simpletextinputex
slash128
slash31
smbios3
snploop
snppad
srandtime
supplicant
sysmac
tcpwindow
temp
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmp
tmpintf
tpl
ubuntu2204
udpdrop
uri
uricolon
usbdisk
utf8
vbox
vetodhcp6
vgafix
wimboot
x25519
xen
xen-sg
xhci_fail
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2010-01-20
[dhcp] Add generic facility for using cached network settings
Joshua Oreman
4
-2
/
+122
2010-01-20
[pxe] Separate parent PXE API caller from UNDINET driver
Joshua Oreman
6
-216
/
+263
2010-01-20
[linker] Add safe weak symbol macros
Joshua Oreman
1
-0
/
+36
2010-01-18
[tftp] Abort requests with error code 0
Stefan Hajnoczi
1
-2
/
+2
2010-01-17
[tftp] Make TFTP size requests abort transfer with an error
Thomas Horsten
2
-5
/
+81
2010-01-15
[sanboot] Prevent leaking a stack reference for "keep-san" AoE
Stefan Hajnoczi
1
-21
/
+33
2010-01-15
[tftp] Remove unnecessary delay when opening a connection
Stefan Hajnoczi
1
-2
/
+9
2010-01-15
[tftp] Allow fetching larger files by wrapping block number
Stefan Hajnoczi
1
-3
/
+6
2010-01-14
[dhcp] Assume PXE options are in DHCPOFFER only if boot menu is included
Joshua Oreman
1
-2
/
+2
2010-01-14
[dhcp] Accept ProxyDHCP replies of type DHCPOFFER
Joshua Oreman
1
-1
/
+1
2010-01-14
[skge] Note correct author of akge driver
Thomas Miletich
1
-4
/
+5
2010-01-14
[skge] Add driver for skge NICs
Marty Connor
3
-0
/
+5095
2010-01-14
[util] Add diffsize.pl utility for generating diffs of object sizes
Joshua Oreman
1
-0
/
+101
2010-01-14
[makefile] Allow .sizes target to work with funny-named objects
Joshua Oreman
1
-1
/
+1
2010-01-14
[dhcp] Append new DHCP options versus prepend
Shao Miller
1
-4
/
+15
2010-01-14
[dhcp] Ensure message type is first DHCP option
Shao Miller
1
-0
/
+1
2010-01-14
[prefix] Add .hrom prefix for a ROM that loads high under PCI3 without PMM
Joshua Oreman
4
-0
/
+28
2010-01-14
[myri10ge] Native driver for Myricom 10Gb Ethernet NICs
Glenn Brown
4
-0
/
+1557
2010-01-14
[pci] Add PCI_COMMAND_INTX_DISABLE
Glenn Brown
1
-0
/
+1
2010-01-14
[forcedeth] Add support for 10de:054c nforce 630a, MCP 67
Thomas Horsten
1
-0
/
+2
2010-01-05
[802.11] Allow connecting to spectrum managed networks
Joshua Oreman
1
-6
/
+0
2010-01-05
[config] Enable WPA2 by default
Joshua Oreman
1
-1
/
+1
2010-01-05
[wpa] Add CCMP backend (new AES-based cryptosystem)
Joshua Oreman
4
-0
/
+535
2010-01-05
[wpa] Add TKIP backend (legacy RC4-based cryptosystem)
Joshua Oreman
4
-1
/
+593
2010-01-05
[wpa] Add pre-shared key frontend (WPA "Personal" with just a passphrase)
Joshua Oreman
3
-0
/
+127
2010-01-05
[wpa] Add general support for WPA-protected 802.11 networks
Joshua Oreman
3
-0
/
+1477
2010-01-05
[eapol] Add basic support for 802.1X EAP over LANs
Joshua Oreman
4
-0
/
+199
2010-01-05
[802.11] Add support for WEP-protected networks
Joshua Oreman
4
-0
/
+317
2010-01-05
[iwmgmt] Add wireless management commands and text for common errors
Joshua Oreman
8
-0
/
+490
2010-01-05
[802.11] Add core support for detecting and using encrypted networks
Joshua Oreman
6
-203
/
+1127
2010-01-05
[crypto] Add a placeholder for a proper random number generator
Joshua Oreman
2
-0
/
+57
2010-01-05
[crypto] Add AES key-wrap mode (RFC 3394)
Joshua Oreman
2
-0
/
+126
2010-01-05
[crypto] Make AES context size and algorithm structure externally available
Joshua Oreman
2
-12
/
+18
2010-01-05
[crypto] Add parentheses around len argument in blocksize assert
Joshua Oreman
1
-2
/
+2
2010-01-05
[digest] Add HMAC-SHA1 based pseudorandom function and PBKDF2
Joshua Oreman
2
-0
/
+174
2010-01-05
[cipher] Add the ARC4 stream cipher
Joshua Oreman
2
-0
/
+153
2010-01-05
[digest] Add generic CRC32 function
Joshua Oreman
2
-0
/
+64
2010-01-05
[e1000] Remove deprecated IRQ_FORCE action from e1000_irq()
Thomas Miletich
1
-23
/
+4
2009-12-15
[build] Pad .hd image type to 32 KB
Stefan Hajnoczi
1
-1
/
+1
2009-12-14
[multiboot] Build memory map after shutting down and unhiding gPXE
Stefan Hajnoczi
1
-2
/
+6
2009-12-14
[settings] Add Bus ID setting
Shao Miller
3
-4
/
+21
2009-12-14
[eepro100] Add missing FILE_LICENCE() to eepro100.h
Thomas Miletich
1
-0
/
+2
2009-11-25
[e1000] Enable interrupts in a more UNDI compatible way
Thomas Miletich
1
-2
/
+1
2009-11-22
[eepro100] Convert to native gPXE API
Thomas Miletich
2
-639
/
+1197
2009-11-22
[e1000] Use the alternate MAC in NVRAM when available
Alex Williamson
2
-3
/
+51
2009-11-22
[e1000] Implement zero-copy receive
Thomas Miletich
1
-63
/
+83
2009-11-20
[e820mangler] Add missing CLC ins. for success path
Shao Miller
1
-0
/
+1
2009-11-20
[uri] Fix outdated comment in parse_uri()
sobtwmxt
1
-1
/
+1
2009-11-20
[linker] Add mechanism for subsystem-dependent configuration options
Joshua Oreman
3
-0
/
+24
2009-11-20
[linker] Expand and correct symbol requirement macros
Joshua Oreman
4
-10
/
+98
[prev]
[next]