summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [intel] Add INTEL_NO_PHY_RST for I219-VMika Tiainen2017-06-141-1/+1
* [usb] Allow for USB network devices with no interrupt endpointMichael Brown2017-06-142-14/+34
* [hdprefix] Avoid attempts to read beyond the end of the diskMichael Brown2017-06-141-5/+9
* [syslog] Handle backspace charactersMichael Brown2017-06-131-0/+7
* [acpi] Expose ACPI tables via settings mechanismMichael Brown2017-05-234-0/+166
* [efi] Provide access to ACPI tablesMichael Brown2017-05-235-1/+124
* [acpi] Make acpi_find_rsdt() a per-platform methodMichael Brown2017-05-2311-103/+265
* [settings] Extend numerical setting tags to 64 bitsMichael Brown2017-05-223-18/+26
* [tls] Keep cipherstream window open until TLS negotiation is completeMichael Brown2017-05-221-0/+16
* [efi] Prevent EFI code from being linked in to non-EFI buildsMichael Brown2017-05-191-2/+8
* [xen] Provide 18 4kB receive buffers to work around xen-netback bugMichael Brown2017-05-192-15/+41
* [iscsi] Fix iBFT when no explicit initiator name setting existsMichael Brown2017-05-101-5/+9
* [iscsi] Always send FirstBurstLength parameterMichael Brown2017-05-031-4/+10