summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [efi] Standardise PCI debug messagesMichael Brown2017-05-011-29/+31
* [hyperv] Cope with Windows Server 2016 enlightenmentsMichael Brown2017-04-286-14/+345
* [hyperv] Remove redundant return status code from mapping functionsMichael Brown2017-04-281-14/+4Star
* [hyperv] Do not fail if guest OS ID MSR is already setMichael Brown2017-04-261-2/+1Star
* [block] Provide abstraction to allow system to be quiescedMichael Brown2017-04-263-0/+99
* [block] Provide sandev_read() and sandev_write() as global symbolsMichael Brown2017-04-264-50/+83
* [intel] Do not enable ASDE on i350 backplane NICMichael Brown2017-04-162-2/+6
* [intel] Show original CTRL and STATUS values in debugging outputMichael Brown2017-04-141-4/+12
* [block] Allow use of a non-default EFI SAN boot filenameMichael Brown2017-04-1212-21/+97
* [efi] Add efi_sprintf() and efi_vsprintf()Michael Brown2017-04-121-0/+23
* [efi] Fix typo in efi_acpi_table_protocol_guidMichael Brown2017-04-101-1/+1
* [sfc] Add driver for Solarflare SFC8XXX adaptersMartin Habets2017-04-1011-0/+5605
* [libc] Add stdbool.h standard headerMichael Brown2017-04-102-1/+11
* [thunderx] Use ThunderxConfigProtocol to obtain board configurationAdamczyk, Konrad2017-03-312-110/+60Star
* [scsi] Retry TEST UNIT READY commandMichael Brown2017-03-291-10/+35
* [linux] Fix building with kernel 4.11 headersMichael Brown2017-03-292-0/+2
* [build] Avoid implicit-fallthrough warnings on GCC 7Michael Brown2017-03-298-2/+23