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
/
efi
/
efi_snp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[netdevice] Allocate private data for each network upper-layer driver
Michael Brown
2023-09-13
1
-3
/
+6
*
[netdevice] Separate concept of scope ID from network device name index
Michael Brown
2023-01-14
1
-2
/
+2
*
[efi] Provide VLAN configuration protocol
Michael Brown
2022-12-14
1
-2
/
+177
*
[efi] Skip interface uninstallation during shutdown
Michael Brown
2020-12-17
1
-4
/
+5
*
[efi] Nullify interfaces unconditionally on error and shutdown paths
Michael Brown
2020-12-17
1
-8
/
+8
*
[efi] Allow initialisation via SNP interface even while claimed
Michael Brown
2020-11-23
1
-7
/
+14
*
[efi] Avoid dropping below TPL as at entry to iPXE
Michael Brown
2020-11-20
1
-33
/
+25
*
[efi] Nullify interfaces and leak memory on uninstallation failure
Michael Brown
2020-10-26
1
-12
/
+44
*
[efi] Split efi_netdev_path() out to a separate function
Michael Brown
2020-10-19
1
-37
/
+4
*
[efi] Split device path functions out to efi_path.c
Michael Brown
2020-10-16
1
-1
/
+2
*
[efi] Fix error handling path in efi_snp_probe
Ignat Korchagin
2019-01-15
1
-3
/
+3
*
[efi] Exclude link-layer header length from MaxPacketSize
Rob Taglang
2018-07-07
1
-1
/
+1
*
[efi] Raise TPL within EFI_SIMPLE_NETWORK_PROTOCOL entry points
Michael Brown
2018-02-20
1
-12
/
+81
*
[efi] Run at TPL_CALLBACK to protect against UEFI timers
Michael Brown
2018-02-20
1
-0
/
+12
*
[efi] Match behaviour of SnpDxe for truncated received packets
Michael Brown
2017-09-06
1
-13
/
+9
*
[efi] Check buffer length for packets retrieved via our SNP protocol
Michael Brown
2017-09-06
1
-3
/
+14
*
[efi] Do not copy garbage bytes into SNP device path MAC address
Michael Brown
2016-06-22
1
-1
/
+1
*
[efi] Include VLAN in SNP device path if applicable
Michael Brown
2016-06-18
1
-2
/
+15
*
[efi] Add support for EFI_GRAPHICS_OUTPUT_PROTOCOL frame buffer consoles
Michael Brown
2015-10-16
1
-0
/
+4
*
[efi] Expose an UNDI interface alongside the existing SNP interface
Michael Brown
2015-09-28
1
-23
/
+676
*
[efi] Include a copy of the device path within struct efi_device
Michael Brown
2015-09-13
1
-22
/
+2
*
[efi] Provide efi_devpath_len()
Michael Brown
2015-09-13
1
-2
/
+1
*
[efi] Do not return EFI_NOT_READY from our ReceiveFilters() method
Michael Brown
2015-09-01
1
-5
/
+7
*
[efi] Fix order of events on SNP removal path
Michael Brown
2015-09-01
1
-1
/
+2
*
[efi] Allow calls to efi_snp_claim() and efi_snp_release() to be nested
Michael Brown
2015-09-01
1
-4
/
+5
*
[efi] Remove raw EFI_HANDLE values from debug messages
Michael Brown
2015-08-27
1
-11
/
+10
*
[test] Allow self-tests to report exit status when running under Linux
Michael Brown
2015-08-21
1
-7
/
+5
*
[efi] Hold off watchdog timer while running
Michael Brown
2015-08-03
1
-0
/
+7
*
[efi] Allow user experience to be downgraded
Michael Brown
2015-07-22
1
-0
/
+34
*
[efi] Fix receive and transmit completion reporting
Michael Brown
2015-07-22
1
-66
/
+66
*
[efi] Centralise definitions of more protocol GUIDs
Michael Brown
2014-09-25
1
-14
/
+0
*
[efi] Move abstract device path and handle functions to efi_utils.c
Michael Brown
2014-08-06
1
-5
/
+6
*
[efi] Open device path protocol only at point of use
Michael Brown
2014-08-05
1
-12
/
+43
*
[efi] Provide centralised definitions of commonly-used GUIDs
Michael Brown
2014-08-05
1
-16
/
+0
*
[efi] Use efi_handle_name() instead of efi_devpath_text() where applicable
Michael Brown
2014-07-31
1
-2
/
+2
*
[efi] Ignore failures when attempting to install SNP HII protocol
Michael Brown
2014-07-30
1
-4
/
+8
*
[efi] Default to releasing network devices for use via SNP
Michael Brown
2014-07-30
1
-30
/
+27
*
[efi] Allow network devices to be created on top of arbitrary SNP devices
Michael Brown
2014-07-03
1
-25
/
+40
*
[efi] Provide a meaningful EFI SNP device name
Michael Brown
2014-06-25
1
-1
/
+2
*
[build] Expose build timestamp, build name, and product names
Michael Brown
2014-06-24
1
-4
/
+4
*
[efi] Disable SNP devices when running iPXE as the application
Michael Brown
2014-03-14
1
-7
/
+126
*
[efi] Perform meaningful error code conversions
Michael Brown
2013-04-19
1
-24
/
+18
*
[efi] Add our own EFI_LOAD_FILE_PROTOCOL implementation
Michael Brown
2013-03-13
1
-1
/
+56
*
[efi] Add last_opened_snpdev()
Michael Brown
2013-03-13
1
-0
/
+15
*
[efi] Include product short name in EFI SNP device names
Michael Brown
2012-11-21
1
-3
/
+5
*
[efi] Add EFI_COMPONENT_NAME2_PROTOCOL instance for each SNP device
Michael Brown
2012-10-23
1
-0
/
+68
*
[efi] Split SNP HII functionality into a separate file
Michael Brown
2012-10-16
1
-418
/
+9
*
[efi] Mark SNP formset compliant with IBM's Unified Configuration Manager
Michael Brown
2012-10-05
1
-2
/
+3
*
[efi] Provide guaranteed space in transmitted packets
Michael Brown
2012-09-14
1
-6
/
+7
*
[ipoib] Expose Ethernet-compatible eIPoIB link-layer addresses and headers
Michael Brown
2012-08-31
1
-1
/
+2
[next]