summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* [usb] Use port->disconnected to check for disconnected devicesMichael Brown2015-12-072-10/+12
* [efi] Add %.usb target for building EFI-bootable USB (or other) disk imagesMichael Brown2015-12-074-0/+72
* [bitops] Provide BIT_QWORD_PTR()Michael Brown2015-12-021-0/+7
* [smsc95xx] Add driver for SMSC/Microchip LAN95xx USB Ethernet NICsMichael Brown2015-12-013-0/+1382
* [bitops] Fix definitions for big-endian devicesMichael Brown2015-11-301-6/+13
* [pci] Add definitions for PCI Express function level reset (FLR)Michael Brown2015-11-302-1/+7
* [infiniband] Add qword accessors for ib_guid and ib_gidMichael Brown2015-11-301-0/+2
* [infiniband] Add definitions for FDR and EDR link speedsMichael Brown2015-11-301-0/+3
* [intel] Correct definition of receive overrun bitMichael Brown2015-11-221-1/+1
* [intel] Forcibly skip PHY reset on some modelsMichael Brown2015-11-222-8/+19
* [comboot] Reset console before starting COMBOOT executableMichael Brown2015-11-172-0/+8
* [dhcp] Limit maximum number of DHCP discovery deferralsMichael Brown2015-11-102-2/+12
* [intel] Add PCI IDs for i210/i211 flashless operationKyösti Mälkki2015-11-041-0/+2
* [dhcp] Reset start time when deferring discoveryMichael Brown2015-10-301-0/+1
* [efi] Add support for EFI_GRAPHICS_OUTPUT_PROTOCOL frame buffer consolesMichael Brown2015-10-165-0/+566
* [build] Generalise CONSOLE_VESAFB to CONSOLE_FRAMEBUFFERMichael Brown2015-10-167-12/+141
* [console] Tidy up config/console.hMichael Brown2015-10-161-7/+39
* [fbcon] Move margin calculations to fbcon.cMichael Brown2015-10-143-46/+40Star
* [fbcon] Allow character height to be selected at runtimeMichael Brown2015-10-143-23/+44
* [efi] Import EFI_HII_FONT_PROTOCOL definitionsMichael Brown2015-10-075-0/+838
* [efi] Update to current EDK2 headersMichael Brown2015-10-0728-373/+12442
* [efi] Reset root directory when installing EFI_SIMPLE_FILE_SYSTEM_PROTOCOLMichael Brown2015-10-071-0/+3
* [http] Verify server port when reusing a pooled connectionMichael Brown2015-10-021-7/+12
* [peerdist] Avoid NULL pointer dereference for plaintext blocksMichael Brown2015-09-291-7/+10
* [malloc] Avoid integer overflow for excessively large memory allocationsMichael Brown2015-09-291-48/+49
* [efi] Expose an UNDI interface alongside the existing SNP interfaceMichael Brown2015-09-281-23/+676
* [efi] Avoid infinite loops when asked to stop non-existent devicesMichael Brown2015-09-281-1/+1
* [efi] Work around broken 32-bit PE executable parsing in ImageHlp.dllMichael Brown2015-09-251-0/+2
* [vmxnet3] Avoid completely filling the TX descriptor ringCarl Henrik Lunde2015-09-162-4/+12
* [pxe] Notify BIOS via INT 1a,564e for each new network deviceMichael Brown2015-09-151-0/+26
* [pxe] Invoke INT 1a,564e when PXE stack is activatedMichael Brown2015-09-151-0/+12
* [efi] Minimise use of iPXE header files when building host utilitiesMichael Brown2015-09-153-3/+6
* [build] Remove dependency on libibertyMichael Brown2015-09-141-1/+1
* [ncm] Support setting MAC addressMichael Brown2015-09-142-0/+14
* [efi] Expose unused USB devices via EFI_USB_IO_PROTOCOLMichael Brown2015-09-146-5/+1409
* [usb] Allow for wildcard USB class IDsMichael Brown2015-09-149-49/+69
* [usb] Select preferred USB device configuration based on driver scoreMichael Brown2015-09-1410-167/+309
* [efi] Include a copy of the device path within struct efi_deviceMichael Brown2015-09-133-23/+38
* [efi] Provide efi_devpath_len()Michael Brown2015-09-136-17/+19
* [xhci] Support arbitrarily large transfersMichael Brown2015-09-131-11/+45
* [ehci] Support arbitrarily large transfersMichael Brown2015-09-131-14/+49
* [ehci] Do not treat zero-length NULL pointers as unreachableMichael Brown2015-09-131-0/+2
* [usb] Generalise zero-length packet generation logicMichael Brown2015-09-136-19/+20
* [tcpip] Avoid generating positive zero for transmitted UDP checksumsMichael Brown2015-09-105-4/+61
* [efi] Add a USB host controller driver based on EFI_USB_IO_PROTOCOLMichael Brown2015-09-076-1/+1884
* [efi] Allow efidev_parent() to traverse multiple device generationsMichael Brown2015-09-071-10/+8Star
* [efi] Add USB headers and GUID definitionsMichael Brown2015-09-067-0/+2013
* [usb] Add function to device's function list before attempting probeMichael Brown2015-09-061-6/+4Star
* [usb] Expose usb_find_driver()Michael Brown2015-09-062-43/+57
* [efi] Implement the EFI_PXE_BASE_CODE_PROTOCOLMichael Brown2015-09-024-0/+1627