summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [build] Exclude selected directories from Secure Boot buildsMichael Brown2017-09-182-15/+34
* [efi] Continue to connect remaining handles after connection errorsMichael Brown2017-09-131-3/+5
* [exanic] Add PCI device ID for another X40 variantPeter von Konigsmark2017-09-071-0/+1
* [exanic] Power up optical PHYs (if present)Peter von Konigsmark2017-09-072-0/+7
* [dns] Ensure DNS names are NUL-terminated when used as diagnostic stringsMichael Brown2017-09-071-3/+9
* [efi] Match behaviour of SnpDxe for truncated received packetsMichael Brown2017-09-071-13/+9Star
* [efi] Check buffer length for packets retrieved via our SNP protocolMichael Brown2017-09-071-3/+14
* [dns] Report current DNS query as job progress status messageMichael Brown2017-09-061-0/+18
* [resolv] Use pass-through interfaces for name resolution multiplexerMichael Brown2017-09-061-15/+24
* [netdevice] Add "hwaddr" settingMichael Brown2017-09-061-5/+30
* [peerdist] Gather and report peer statistics during downloadMichael Brown2017-09-065-0/+114
* [monojob] Display job status message, if presentMichael Brown2017-09-061-9/+25
* [downloader] Allow underlying downloads to provide detailed job progressMichael Brown2017-09-061-2/+9
* [job] Allow jobs to report an arbitrary status messageMichael Brown2017-09-061-0/+2
* [monojob] Check for job progress only once per timer tickMichael Brown2017-09-061-13/+15
* [netdevice] Cancel all pending transmissions on any transmit errorMichael Brown2017-09-051-3/+16
* [efi] Raise TPL when calling UNDI entry pointMichael Brown2017-09-051-0/+8
* [linux] Impose receive quota on tap driverMichael Brown2017-09-041-1/+4
* [malloc] Avoid false positive warnings from valgrindMichael Brown2017-09-041-1/+8
* [romprefix] Avoid unaligned accesses within ROM headersMichael Brown2017-08-302-0/+4
* [intel] Add various PCI device IDsRichard Moore2017-08-221-0/+4
* [shell] Enable "shell" command even when BANNER_TIMEOUT is zeroMichael Brown2017-08-012-0/+4
* [hyperv] Do not steal ownership from the Gen 2 UEFI firmwareMichael Brown2017-07-282-0/+35
* [acpi] Fix spurious uninitialised-variable warning on some gcc versionsMichael Brown2017-07-281-1/+1
* [acpi] Compute and check checksum for ACPI tablesLaurent Gourvénec2017-07-281-6/+37
* [build] Fix ARM32 EFI builds with current EDK2 headersMichael Brown2017-07-281-0/+4
* [build] Fix use of inline assembly on GCC 4.8 ARM64 buildsMichael Brown2017-07-281-2/+2
* [build] Conditionalise use of -mabi=lp64 for ARM64 buildsMichael Brown2017-07-281-1/+12
* [efi] Enumerate PCI BARs in same order as SnpDxeMichael Brown2017-07-211-2/+2
* [lan78xx] Add driver for Microchip LAN78xx USB Ethernet NICsMichael Brown2017-07-103-0/+495
* [smsc75xx] Expose functionality shared with LAN78xx devicesMichael Brown2017-07-102-6/+13
* [smscusb] Allow for alternative PHY register layoutsMichael Brown2017-07-106-24/+49
* [smscusb] Move non-inline register access functions to smscusb.cMichael Brown2017-07-102-49/+61
* [virtio] Support VIRTIO_NET_F_IOMMU_PLATFORMJason Wang2017-07-102-1/+3
* [smscusb] Add ability to read MAC address from OTPMichael Brown2017-07-072-1/+251
* [smsc75xx] Use common SMSC USB device functionalityMichael Brown2017-07-072-721/+127Star
* [smsc95xx] Use common SMSC USB device functionalityMichael Brown2017-07-072-778/+141Star
* [smscusb] Abstract out common SMSC USB device functionalityMichael Brown2017-07-073-0/+826
* [intel] Add support for I219-V in 7th Gen Intel NUCJerone Young2017-07-051-0/+1
* [tls] Support RFC5746 secure renegotiationMichael Brown2017-07-042-19/+203
* [mucurses] Avoid potential division by zeroMichael Brown2017-07-041-2/+1Star
* [usb] Use non-zero language ID to retrieve stringsMichael Brown2017-07-032-1/+42
* [exanic] Add driver for Exablaze ExaNIC cardsMichael Brown2017-06-243-0/+1169
* [crypto] Expose pem_asn1() for use with non-image dataMichael Brown2017-06-202-42/+81
* [crypto] Provide asn1_built() to construct a cursor from a builderMichael Brown2017-06-201-0/+24
* [crypto] Expose asn1_grow()Michael Brown2017-06-202-1/+2
* [crypto] Expose RSA_CTX_SIZE constantMichael Brown2017-06-202-1/+4
* [cpuid] Allow input %ecx value to be specifiedMichael Brown2017-06-166-45/+57
* [ecm] Display invalid MAC address strings in debug messagesMichael Brown2017-06-141-1/+6
* [build] Use -no-pie on newer versions of gccMichael Brown2017-06-141-3/+8