aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* [realtek] Update driver to use DMA APIMichael Brown2020-11-052-95/+127
* [efi] Provide DMA operations for EFI PCI devicesMichael Brown2020-11-053-0/+242
* [dma] Define a DMA API to allow for non-flat device address spacesMichael Brown2020-11-056-0/+517
* [malloc] Rename malloc_dma() to malloc_phys()Michael Brown2020-11-0548-350/+350
* [efi] Retain a long-lived reference to the EFI_PCI_IO_PROTOCOL instanceMichael Brown2020-11-044-49/+60
* [realtek] Reset NIC when closing interface if using legacy modeMichael Brown2020-11-041-0/+4
* [efi] Fall back to assuming identity mapping of MMIO address spaceMichael Brown2020-10-301-4/+2
* [efi] Avoid dragging in USB subsystem via efi_usb_path()Michael Brown2020-10-302-18/+17
* [efi] Fix memory copy length used in efi_nullify_name2()Michael Brown2020-10-271-1/+1
* [efi] Nullify interfaces and leak memory on uninstallation failureMichael Brown2020-10-267-50/+737
* [efi] Allow block devices to provide their own EFI device pathsMichael Brown2020-10-231-63/+25
* [infiniband] Allow SRP device to be described using an EFI device pathMichael Brown2020-10-234-33/+95
* [fcp] Allow Fibre Channel device to be described using an EFI device pathMichael Brown2020-10-224-8/+61
* [iscsi] Allow iSCSI device to be described using an EFI device pathMichael Brown2020-10-203-0/+75
* [efi] Show block device ACPI table contents only at DBGLVL_EXTRAMichael Brown2020-10-201-3/+3
* [aoe] Allow AoE device to be described using an EFI device pathMichael Brown2020-10-194-29/+82
* [efi] Provide utility function to concatenate device pathsMichael Brown2020-10-192-0/+54
* [efi] Split efi_netdev_path() out to a separate functionMichael Brown2020-10-193-37/+71
* [http] Allow HTTP connection to be described using an EFI device pathMichael Brown2020-10-191-0/+15
* [efi] Provide efi_uri_path() to construct a URI device pathMichael Brown2020-10-192-0/+45
* [usbblk] Allow USB block device to be described using an EFI device pathMichael Brown2020-10-161-0/+15
* [efi] Split efi_usb_path() out to a separate functionMichael Brown2020-10-164-54/+89
* [efi] Define an interface operation to describe using an EFI device pathMichael Brown2020-10-162-0/+31
* [efi] Split device path functions out to efi_path.cMichael Brown2020-10-1614-54/+99
* [efi] Provide EFI_INTF_OP for EFI-only interface operationsMichael Brown2020-10-161-0/+7
* [interface] Allow for the definition of an unused interface operationMichael Brown2020-10-161-0/+15
* [build] Provide a testable platform macro alongside -DPLATFORMMichael Brown2020-10-161-1/+1
* [ipv6] Reduce time spent waiting for router discoveryMichael Brown2020-10-141-0/+9
* [efi] Enable NET_PROTO_IPV6 by defaultTore Anderson2020-10-142-1/+3
* [lacp] Ignore (and do not echo) trailing padding on received packetsMichael Brown2020-10-141-0/+3
* [lacp] Detect and ignore erroneously looped back LACP packetsMichael Brown2020-10-141-0/+8
* [efi] Defer local download process until file has been openedMichael Brown2020-10-131-2/+5
* [usbblk] Add support for USB mass storage devicesMichael Brown2020-10-137-0/+1025
* [usb] Move usbio driver to end of USB driver listMichael Brown2020-10-132-1/+4
* [usb] Allow endpoints to be refilled to a specified upper limitMichael Brown2020-10-122-3/+17
* [usb] Allow device halt to be cleared independently of host controllerMichael Brown2020-10-122-14/+32
* [efi] Always enable recursion when calling ConnectController()Michael Brown2020-10-022-3/+3
* [efi] Connect controllers after loading an EFI driverMichael Brown2020-10-021-0/+11
* [ncm] Treat a zero divisor as indicating no alignment requirementsMichael Brown2020-10-021-5/+8
* [efi] Fix reporting of USB supported languages arrayMichael Brown2020-10-012-11/+18
* [efi] Avoid integer underflow on malformed USB string descriptorsMichael Brown2020-10-011-0/+7
* [usb] Avoid integer underflow on malformed string descriptorsMichael Brown2020-10-011-1/+8
* [efi] Allow DEBUG=efi_wrap to be used independently of a loaded imageMichael Brown2020-10-012-25/+35
* [efi] Disconnect controllers before uninstalling EFI_USB_IO_PROTOCOLMichael Brown2020-09-291-0/+6
* [usb] Show debug message on device removalMichael Brown2020-09-291-0/+5
* [efi] Report any USB errors as EFI_USB_ERR_SYSTEMMichael Brown2020-09-291-3/+2
* [efi] Leave USB endpoint descriptors in existence until device is removedMichael Brown2020-09-291-28/+80
* [usb] Reset control endpoints immediately after failureMichael Brown2020-09-291-0/+1
* [efi] Use address offset as reported by EFI_PCI_ROOT_BRIDGE_IO_PROTOCOLMichael Brown2020-09-253-14/+206
* [pci] Update drivers to use pci_ioremap()Michael Brown2020-09-2547-71/+85