index
:
ipxe
master
qemu
ipxe
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
*
[efi] make load file protocol optional
qemu-2.4
qemu
Gerd Hoffmann
2015-07-07
1
-0
/
+5
*
efi_snp: improve compliance with the EFI_SIMPLE_NETWORK_PROTOCOL spec
Laszlo Ersek
2015-07-07
1
-23
/
+31
*
[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
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[efi] Update link state in SNP device mode data
Michael Brown
2012-04-19
1
-2
/
+15
*
[netdevice] Allow link layer to report broadcast/multicast packets via pull()
Michael Brown
2011-07-15
1
-1
/
+3
*
[efi] Ensure that each HII package list and formset has a unique GUID
Michael Brown
2011-05-03
1
-3
/
+6
*
[efi] Add support for HII
Michael Brown
2011-04-07
1
-0
/
+374
*
[efi] Add EFI string formatting functions
Michael Brown
2011-04-07
1
-7
/
+4
*
[efi] Mark SNP devices as children of EFI PCI device
Michael Brown
2011-03-15
1
-0
/
+15
*
[efi] Allow EFI to control PCI bus enumeration
Michael Brown
2011-02-17
1
-285
/
+72
*
[pci] Use single "busdevfn" field in struct pci_device
Michael Brown
2011-02-17
1
-1
/
+1
*
[efi] Always allow MAX_LL_HEADER_LEN for the link-layer header
Michael Brown
2010-11-19
1
-1
/
+4
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-15
/
+15
*
[netdevice] Add netdev_is_open() wrapper function
Michael Brown
2010-03-23
1
-2
/
+2
*
[netdevice] Allow the hardware and link-layer addresses to differ in size
Michael Brown
2009-08-12
1
-4
/
+5
*
[netdevice] Separate out the concept of hardware and link-layer addresses
Michael Brown
2009-08-12
1
-1
/
+1
*
[netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocol
Michael Brown
2009-07-17
1
-2
/
+1
*
[netdevice] Add netdev argument to link-layer push and pull handlers
Joshua Oreman
2009-06-23
1
-3
/
+4
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[iobuf] Add iob_disown() and use it where it simplifies code
Michael Brown
2009-02-01
1
-2
/
+1
*
[efi] Expose both GUIDs for the EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL
Michael Brown
2009-01-12
1
-7
/
+12
*
[efi] Add an EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL interface
Michael Brown
2009-01-12
1
-0
/
+24
*
[efi] Provide component name protocol and device path protocol interfaces
Michael Brown
2009-01-12
1
-22
/
+151
*
[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
1
-7
/
+8
*
[i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] long
Michael Brown
2008-11-19
1
-16
/
+16
*
[netdevice] Retain and report detailed error breakdowns
Michael Brown
2008-11-08
1
-10
/
+12
*
[efi] Add basic implementation of EFI SIMPLE_NETWORK_PROTOCOL
Michael Brown
2008-10-16
1
-0
/
+978