aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-23[build] Fix building on older versions of gccasn1fixMichael Brown1-16/+21
2020-08-17[efi] Attempt NII initialisation both with and without cable detectionMichael Brown1-9/+28
2020-08-03[efi] Use device path to locate filesystem from which we were loadedissue123Michael Brown2-2/+53
2020-08-03[efi] Match EDK2 numbering for USB portsMichael Brown1-1/+1
2020-07-27[comboot] Fix stack pointer retrieval after COM32 binary returnsDentcho Ludmilov Bankov1-1/+1
2020-07-22[efi] Check the status code from AllocatePool()Ignat Korchagin1-4/+5
2020-07-22[cmdline] Add "--timeout" parameter to "ifconf" commandJoe Groocock4-5/+14
2020-07-22[intelx] Added PCI_ROM entry for Intel x553/x557-AT and x553 (SFP+) NICsRob Taglang1-0/+2
2020-07-22[intel] Set INTEL_NO_PHY_RST on i218vBen Bleything1-1/+1
2020-07-22[intel] Add INTEL_NO_PHY_RST for I218LMAndrew Grasso1-1/+1
2020-07-21[deflate] Fix typo in comment describing length codesDaniel Johnson1-1/+1
2020-07-21[build] Fix a GNUism that FreeBSD's sed(1) cannot deal withTobias Kortkamp1-1/+1
2020-07-21[wpa] Fix erroneous debug message in wpa_derive_ptkMichael Brown1-2/+3
2020-07-21[libc] Fix memcmp() to return proper valuesMichael J. Bazzinotti2-1/+2
2020-07-21[pcbios] Take alignment into account when checking for available spaceDavid Decotigny1-4/+4
2020-07-21[pcbios] Fix "out of memory" detection when expanding bottom areaDavid Decotigny1-1/+1
2020-07-21[libgcc] Change __divmoddi4 from int64 [unknown] to int64_tBobby Lockwood1-1/+1
2020-07-21[build] Fix default target in sdsk imagebit1-1/+1
2020-07-15[dns] Use all configured DNS serversMichael Brown1-49/+130
2020-07-15[xfer] Remove address family from definition of a socket openerMichael Brown5-35/+7
2020-07-15[sfc] Add PCI ID for Solarflare SFC9120 and Solarflare SFC9140LaDerrick H1-0/+2
2020-07-15[efi] Claim SNP devices early in efi_download_start()tplMichael Brown1-1/+4
2020-07-09[efi] Ensure NUL byte is at lowest address within stack cookiecookieMichael Brown1-0/+8
2020-07-09[efi] Distribute available entropy within stack cookieMichael Brown1-6/+17
2020-07-09[libc] Add bit-rotation functions for unsigned long valuesMichael Brown1-8/+26
2020-07-07[efi] Avoid setting direction flag on EFI platformsMichael Brown2-0/+15
2020-07-07[libc] Provide an unoptimised generic_memcpy_reverse()Michael Brown2-5/+22
2020-07-07[crypto] Avoid temporarily setting direction flag in bigint_is_geq()Michael Brown1-17/+8
2020-07-04[usb] Leave port enabled after a failed device registrationMichael Brown1-1/+3
2020-07-03[axge] Reapply USB device configuration when opening network deviceMichael Brown2-0/+11
2020-07-03[xhci] Increase link state settling delay to 100msMichael Brown1-1/+1
2020-07-03[usb] Avoid unnecessary calls to usb_hub_set_drvdata()Michael Brown3-25/+8
2020-07-03[xhci] Set link state to RxDetect after disabling USB3 root hub portMichael Brown1-0/+13
2020-07-02[usb] Do not attempt to disable USB3 hub portsMichael Brown1-2/+4
2020-07-02[usb] Add missing usb_recycle() for completed hub interrupt transfersMichael Brown1-0/+4
2020-07-02[usb] Clear device endpoint halt before resetting host endpointMichael Brown1-7/+7
2020-07-01[axge] Handle non-gigabit link speedsMichael Brown2-22/+39
2020-06-30[efi] Raise TPL during driver entry pointMichael Brown1-0/+9
2020-06-28[efi] Detect and disable seriously broken EFI_RNG_PROTOCOL implementationsMichael Brown1-0/+12
2020-06-27[build] Disable position-independent code for ARM64 EFI buildsMichael Brown1-0/+4
2020-06-27[golan] Add explicit type casts for nodnic_queue_pair_typeMichael Brown1-2/+4
2020-06-27[intel] Avoid spurious compiler warning on GCC 10Michael Brown2-9/+17
2020-06-27[build] Be explicit about -fcommon compiler directivetempBruce Rogers1-0/+1
2020-06-25[ocsp] Accept SHA1 certID responses even if SHA1 is not enabledMichael Brown1-15/+25
2020-06-24[efi] Enable stack protection where possibleMichael Brown6-11/+115
2020-06-19[parseopt] Treat empty integer strings in user input as invalidMichael Brown1-1/+1
2020-06-19[util] Treat empty integer strings as invalidMichael Brown2-3/+3
2020-06-19[snp] Retry initialisation if link is reported as downMichael Brown1-7/+49
2020-06-16[crypto] Disable MD5 as an OID-identifiable algorithm by defaultMichael Brown1-1/+1
2020-06-16[crypto] Ensure that test code drags in required ASN.1 object identifiersMichael Brown2-12/+31