summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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-022-11/+18
* [efi] Avoid integer underflow on malformed USB string descriptorsMichael Brown2020-10-021-0/+7
* [usb] Avoid integer underflow on malformed string descriptorsMichael Brown2020-10-021-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/+2Star
* [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
* [pci] Define pci_ioremap() for mapping PCI bus addressesMichael Brown2020-09-248-0/+66
* [efi] Provide a single implementation of efipci_root_close()Michael Brown2020-09-241-13/+22
* [efi] Show memory map returned by wrapped calls to GetMemoryMapMichael Brown2020-09-221-2/+20
* [efi] Add debug wrappers for all boot services functions of interestMichael Brown2020-09-193-2/+605
* [build] Fix building on older versions of gccMichael Brown2020-08-231-16/+21
* [efi] Attempt NII initialisation both with and without cable detectionMichael Brown2020-08-171-9/+28
* [efi] Use device path to locate filesystem from which we were loadedMichael Brown2020-08-032-2/+53
* [efi] Match EDK2 numbering for USB portsMichael Brown2020-08-031-1/+1
* [comboot] Fix stack pointer retrieval after COM32 binary returnsDentcho Ludmilov Bankov2020-07-271-1/+1
* [efi] Check the status code from AllocatePool()Ignat Korchagin2020-07-221-4/+5
* [cmdline] Add "--timeout" parameter to "ifconf" commandJoe Groocock2020-07-224-5/+14
* [intelx] Added PCI_ROM entry for Intel x553/x557-AT and x553 (SFP+) NICsRob Taglang2020-07-221-0/+2
* [intel] Set INTEL_NO_PHY_RST on i218vBen Bleything2020-07-221-1/+1
* [intel] Add INTEL_NO_PHY_RST for I218LMAndrew Grasso2020-07-221-1/+1
* [deflate] Fix typo in comment describing length codesDaniel Johnson2020-07-211-1/+1
* [build] Fix a GNUism that FreeBSD's sed(1) cannot deal withTobias Kortkamp2020-07-211-1/+1
* [wpa] Fix erroneous debug message in wpa_derive_ptkMichael Brown2020-07-211-2/+3
* [libc] Fix memcmp() to return proper valuesMichael J. Bazzinotti2020-07-212-1/+2
* [pcbios] Take alignment into account when checking for available spaceDavid Decotigny2020-07-211-4/+4
* [pcbios] Fix "out of memory" detection when expanding bottom areaDavid Decotigny2020-07-211-1/+1
* [libgcc] Change __divmoddi4 from int64 [unknown] to int64_tBobby Lockwood2020-07-211-1/+1
* [build] Fix default target in sdsk imagebit2020-07-211-1/+1
* [dns] Use all configured DNS serversMichael Brown2020-07-151-49/+130
* [xfer] Remove address family from definition of a socket openerMichael Brown2020-07-155-35/+7Star
* [sfc] Add PCI ID for Solarflare SFC9120 and Solarflare SFC9140LaDerrick H2020-07-151-0/+2
* [efi] Claim SNP devices early in efi_download_start()Michael Brown2020-07-151-1/+4
* [efi] Ensure NUL byte is at lowest address within stack cookieMichael Brown2020-07-091-0/+8