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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[dma] Record DMA device as part of DMA mapping if needed
Michael Brown
2020-11-28
6
-129
/
+150
*
[dma] Modify DMA API to simplify calculation of medial addresses
Michael Brown
2020-11-25
7
-58
/
+100
*
[intelxl] Configure DMA mask as 64-bit
Michael Brown
2020-11-24
2
-2
/
+8
*
[intel] Configure DMA mask as 64-bit
Michael Brown
2020-11-24
3
-3
/
+12
*
[efi] Report correct error when failing to unload a vetoed driver
Michael Brown
2020-11-24
1
-0
/
+1
*
[efi] Allow initialisation via SNP interface even while claimed
Michael Brown
2020-11-23
1
-7
/
+14
*
[intelxl] Update driver to use DMA API
Michael Brown
2020-11-21
3
-121
/
+215
*
[intelxl] Read PCI bus:dev.fn number from PFFUNC_RID register
Michael Brown
2020-11-21
2
-2
/
+9
*
[intelxl] Read MAC address from PRTPM_SA[HL] instead of PRTGL_SA[HL]
Michael Brown
2020-11-20
2
-5
/
+13
*
[efi] Avoid dropping below TPL as at entry to iPXE
Michael Brown
2020-11-20
8
-71
/
+110
*
[intel] Use physical addresses in debug messages
Michael Brown
2020-11-16
1
-9
/
+9
*
[realtek] Use physical addresses in debug messages
Michael Brown
2020-11-16
1
-16
/
+14
*
[efi] Use casts rather than virt_to_bus() for UNDI buffer addresses
Michael Brown
2020-11-15
1
-2
/
+2
*
[efi] Do not populate media header length in PXE transmit CPB
Michael Brown
2020-11-15
1
-1
/
+0
*
[intel] Update driver to use DMA API
Michael Brown
2020-11-13
4
-85
/
+143
*
[efi] Rename efi_blacklist to efi_veto
Michael Brown
2020-11-07
5
-62
/
+61
*
[realtek] Update driver to use DMA API
Michael Brown
2020-11-05
2
-95
/
+127
*
[efi] Provide DMA operations for EFI PCI devices
Michael Brown
2020-11-05
3
-0
/
+242
*
[dma] Define a DMA API to allow for non-flat device address spaces
Michael Brown
2020-11-05
6
-0
/
+517
*
[malloc] Rename malloc_dma() to malloc_phys()
Michael Brown
2020-11-05
48
-350
/
+350
*
[efi] Retain a long-lived reference to the EFI_PCI_IO_PROTOCOL instance
Michael Brown
2020-11-04
4
-49
/
+60
*
[realtek] Reset NIC when closing interface if using legacy mode
Michael Brown
2020-11-04
1
-0
/
+4
*
[efi] Fall back to assuming identity mapping of MMIO address space
Michael Brown
2020-10-30
1
-4
/
+2
*
[efi] Avoid dragging in USB subsystem via efi_usb_path()
Michael Brown
2020-10-30
2
-18
/
+17
*
[efi] Fix memory copy length used in efi_nullify_name2()
Michael Brown
2020-10-27
1
-1
/
+1
*
[efi] Nullify interfaces and leak memory on uninstallation failure
Michael Brown
2020-10-26
7
-50
/
+737
*
[efi] Allow block devices to provide their own EFI device paths
Michael Brown
2020-10-23
1
-63
/
+25
*
[infiniband] Allow SRP device to be described using an EFI device path
Michael Brown
2020-10-23
4
-33
/
+95
*
[fcp] Allow Fibre Channel device to be described using an EFI device path
Michael Brown
2020-10-22
4
-8
/
+61
*
[iscsi] Allow iSCSI device to be described using an EFI device path
Michael Brown
2020-10-20
3
-0
/
+75
*
[efi] Show block device ACPI table contents only at DBGLVL_EXTRA
Michael Brown
2020-10-20
1
-3
/
+3
*
[aoe] Allow AoE device to be described using an EFI device path
Michael Brown
2020-10-19
4
-29
/
+82
*
[efi] Provide utility function to concatenate device paths
Michael Brown
2020-10-19
2
-0
/
+54
*
[efi] Split efi_netdev_path() out to a separate function
Michael Brown
2020-10-19
3
-37
/
+71
*
[http] Allow HTTP connection to be described using an EFI device path
Michael Brown
2020-10-19
1
-0
/
+15
*
[efi] Provide efi_uri_path() to construct a URI device path
Michael Brown
2020-10-19
2
-0
/
+45
*
[usbblk] Allow USB block device to be described using an EFI device path
Michael Brown
2020-10-16
1
-0
/
+15
*
[efi] Split efi_usb_path() out to a separate function
Michael Brown
2020-10-16
4
-54
/
+89
*
[efi] Define an interface operation to describe using an EFI device path
Michael Brown
2020-10-16
2
-0
/
+31
*
[efi] Split device path functions out to efi_path.c
Michael Brown
2020-10-16
14
-54
/
+99
*
[efi] Provide EFI_INTF_OP for EFI-only interface operations
Michael Brown
2020-10-16
1
-0
/
+7
*
[interface] Allow for the definition of an unused interface operation
Michael Brown
2020-10-16
1
-0
/
+15
*
[build] Provide a testable platform macro alongside -DPLATFORM
Michael Brown
2020-10-16
1
-1
/
+1
*
[ipv6] Reduce time spent waiting for router discovery
Michael Brown
2020-10-14
1
-0
/
+9
*
[efi] Enable NET_PROTO_IPV6 by default
Tore Anderson
2020-10-14
2
-1
/
+3
*
[lacp] Ignore (and do not echo) trailing padding on received packets
Michael Brown
2020-10-14
1
-0
/
+3
*
[lacp] Detect and ignore erroneously looped back LACP packets
Michael Brown
2020-10-14
1
-0
/
+8
*
[efi] Defer local download process until file has been opened
Michael Brown
2020-10-13
1
-2
/
+5
*
[usbblk] Add support for USB mass storage devices
Michael Brown
2020-10-13
7
-0
/
+1025
*
[usb] Move usbio driver to end of USB driver list
Michael Brown
2020-10-13
2
-1
/
+4
[next]