summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * [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
| * [efi] Distribute available entropy within stack cookieMichael Brown2020-07-091-6/+17
| * [libc] Add bit-rotation functions for unsigned long valuesMichael Brown2020-07-091-8/+26
| * [efi] Avoid setting direction flag on EFI platformsMichael Brown2020-07-072-0/+15
| * [libc] Provide an unoptimised generic_memcpy_reverse()Michael Brown2020-07-072-5/+22
| * [crypto] Avoid temporarily setting direction flag in bigint_is_geq()Michael Brown2020-07-071-17/+8Star
| * [usb] Leave port enabled after a failed device registrationMichael Brown2020-07-041-1/+3
| * [axge] Reapply USB device configuration when opening network deviceMichael Brown2020-07-032-0/+11
| * [xhci] Increase link state settling delay to 100msMichael Brown2020-07-031-1/+1
| * [usb] Avoid unnecessary calls to usb_hub_set_drvdata()Michael Brown2020-07-033-25/+8Star
| * [xhci] Set link state to RxDetect after disabling USB3 root hub portMichael Brown2020-07-031-0/+13
| * [usb] Do not attempt to disable USB3 hub portsMichael Brown2020-07-021-2/+4
| * [usb] Add missing usb_recycle() for completed hub interrupt transfersMichael Brown2020-07-021-0/+4
| * [usb] Clear device endpoint halt before resetting host endpointMichael Brown2020-07-021-7/+7
| * [axge] Handle non-gigabit link speedsMichael Brown2020-07-012-22/+39
| * [efi] Raise TPL during driver entry pointMichael Brown2020-06-301-0/+9
| * [efi] Detect and disable seriously broken EFI_RNG_PROTOCOL implementationsMichael Brown2020-06-281-0/+12
| * [build] Disable position-independent code for ARM64 EFI buildsMichael Brown2020-06-271-0/+4
| * [golan] Add explicit type casts for nodnic_queue_pair_typeMichael Brown2020-06-271-2/+4
| * [intel] Avoid spurious compiler warning on GCC 10Michael Brown2020-06-272-9/+17
| * [build] Be explicit about -fcommon compiler directiveBruce Rogers2020-06-271-0/+1
| * [ocsp] Accept SHA1 certID responses even if SHA1 is not enabledMichael Brown2020-06-251-15/+25
| * [efi] Enable stack protection where possibleMichael Brown2020-06-246-11/+115
| * [parseopt] Treat empty integer strings in user input as invalidMichael Brown2020-06-191-1/+1
| * [util] Treat empty integer strings as invalidMichael Brown2020-06-192-3/+3
| * [snp] Retry initialisation if link is reported as downMichael Brown2020-06-191-7/+49
| * [crypto] Disable MD5 as an OID-identifiable algorithm by defaultMichael Brown2020-06-171-1/+1
| * [crypto] Ensure that test code drags in required ASN.1 object identifiersMichael Brown2020-06-172-12/+31
| * [crypto] Allow algorithms to be included without being OID-identifiableMichael Brown2020-06-1622-122/+433
| * [tls] Default to supporting only TLSv1.1 or aboveMichael Brown2020-06-161-1/+1
| * [tls] Allow a minimum TLS protocol version to be specifiedMichael Brown2020-06-122-6/+27
| * [efi] Attempt to connect our driver directly if ConnectController failsMichael Brown2020-06-111-1/+10
| * [uri] Avoid appearing to access final byte of a potentially empty stringMichael Brown2020-06-051-2/+2
| * [efi] Work around UEFI specification bug in LoadImage for SAN bootMichael Brown2020-06-051-0/+3