summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe
Commit message (Expand)AuthorAgeFilesLines
* [ena] Add driver for Amazon ENA virtual function NICMichael Brown2018-01-131-0/+1
* [legal] Add missing FILE_LICENCE declarationsMichael Brown2017-12-292-0/+4
* [http] Add support for NTLM authenticationMichael Brown2017-11-122-0/+26
* [http] Handle parsing of WWW-Authenticate header within authentication schemeMichael Brown2017-11-121-8/+47
* [ntlm] Add support for NTLM authentication mechanismMichael Brown2017-11-122-0/+200
* [crypto] Add MD4 message digest algorithmMichael Brown2017-11-122-0/+79
* [peerdist] Gather and report peer statistics during downloadMichael Brown2017-09-062-0/+19
* [job] Allow jobs to report an arbitrary status messageMichael Brown2017-09-061-0/+2
* [hyperv] Do not steal ownership from the Gen 2 UEFI firmwareMichael Brown2017-07-281-0/+7
* [lan78xx] Add driver for Microchip LAN78xx USB Ethernet NICsMichael Brown2017-07-101-0/+1
* [virtio] Support VIRTIO_NET_F_IOMMU_PLATFORMJason Wang2017-07-101-0/+1
* [smscusb] Abstract out common SMSC USB device functionalityMichael Brown2017-07-071-0/+1
* [tls] Support RFC5746 secure renegotiationMichael Brown2017-07-041-0/+15
* [usb] Use non-zero language ID to retrieve stringsMichael Brown2017-07-031-0/+6
* [exanic] Add driver for Exablaze ExaNIC cardsMichael Brown2017-06-241-0/+1
* [crypto] Expose pem_asn1() for use with non-image dataMichael Brown2017-06-201-1/+7
* [crypto] Provide asn1_built() to construct a cursor from a builderMichael Brown2017-06-201-0/+24
* [crypto] Expose asn1_grow()Michael Brown2017-06-201-0/+1
* [crypto] Expose RSA_CTX_SIZE constantMichael Brown2017-06-201-0/+3
* [usb] Allow for USB network devices with no interrupt endpointMichael Brown2017-06-141-1/+13
* [acpi] Expose ACPI tables via settings mechanismMichael Brown2017-05-231-0/+1
* [efi] Provide access to ACPI tablesMichael Brown2017-05-233-0/+67
* [acpi] Make acpi_find_rsdt() a per-platform methodMichael Brown2017-05-232-16/+69
* [settings] Extend numerical setting tags to 64 bitsMichael Brown2017-05-221-1/+1
* [hyperv] Cope with Windows Server 2016 enlightenmentsMichael Brown2017-04-282-0/+29
* [block] Provide abstraction to allow system to be quiescedMichael Brown2017-04-261-0/+31
* [block] Provide sandev_read() and sandev_write() as global symbolsMichael Brown2017-04-261-6/+4Star
* [block] Allow use of a non-default EFI SAN boot filenameMichael Brown2017-04-123-1/+10
* [efi] Add efi_sprintf() and efi_vsprintf()Michael Brown2017-04-121-0/+23
* [sfc] Add driver for Solarflare SFC8XXX adaptersMartin Habets2017-04-101-0/+2
* [block] Describe all SAN devices via ACPI tablesMichael Brown2017-03-286-31/+131
* [block] Allow SAN retry count to be reconfiguredMichael Brown2017-03-272-0/+9
* [time] Add sleep_fixed() function to sleep without checking for Ctrl-CMichael Brown2017-03-271-0/+1
* [block] Add basic multipath supportMichael Brown2017-03-261-11/+35
* [block] Add dummy SAN deviceMichael Brown2017-03-263-0/+20
* [iobuf] Increase minimum I/O buffer size to 128 bytesMichael Brown2017-03-231-1/+1
* [malloc] Track maximum heap usageMichael Brown2017-03-221-0/+2
* [infiniband] Return status code from ib_create_mi()Michael Brown2017-03-221-2/+3
* [infiniband] Return status code from ib_create_cq() and ib_create_qp()Michael Brown2017-03-221-8/+10
* [dhcp] Allow vendor class to be changed in DHCP requestsMichael Brown2017-03-201-0/+2
* [efi] Add EFI_ACPI_TABLE_PROTOCOL header and GUID definitionMichael Brown2017-03-102-0/+130
* [efi] Update to current EDK2 headersMichael Brown2017-03-1014-44/+1233
* [block] Centralise "san-drive" settingMichael Brown2017-03-073-21/+1Star
* [block] Centralise SAN device abstractionMichael Brown2017-03-072-1/+124
* [block] Remove spurious commentsMichael Brown2017-03-071-7/+0Star
* [interface] Provide the ability to shut down multiple interfacesMichael Brown2017-02-021-0/+5
* [time] Allow timer to be selected at runtimeMichael Brown2017-01-263-104/+52Star
* [netdevice] Limit MTU by hardware maximum frame lengthMichael Brown2017-01-251-1/+8
* [netdevice] Allow MTU to be changed at runtimeMichael Brown2017-01-231-0/+3
* [af_packet] Add new AF_PACKET driver for LinuxDavid Decotigny2017-01-221-0/+1