summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* [ocsp] Accept response certID with missing hashAlgorithm parametersMichael Brown2019-03-101-2/+2
* [tls] Display validator messages only while validation is in progressMichael Brown2019-03-101-0/+2
* [tls] Support stateless session resumptionMichael Brown2019-03-061-0/+12
* [tls] Support stateful session resumptionMichael Brown2019-02-211-2/+29
* [efi] Blacklist the Dell Ip4ConfigDxe driverMichael Brown2019-02-192-0/+14
* [init] Show startup and shutdown function names in debug messagesMichael Brown2019-01-251-0/+1
* [intelxl] Add driver for Intel 40 Gigabit Ethernet NICsMichael Brown2018-07-171-0/+1
* [icplus] Add driver for IC+ network cardSylvie Barlow2018-04-201-0/+1
* [mii] Add bit-bashing interfaceSylvie Barlow2018-04-201-0/+55
* [mii] Add mii_find()Sylvie Barlow2018-04-201-0/+4
* [mii] Fix typo in parameter nameMichael Brown2018-04-201-1/+1
* [tcp] Add missing packed attribute on struct tcp_headerMichael Brown2018-04-191-1/+1
* [mii] Separate concepts of MII interface and MII deviceMichael Brown2018-04-191-19/+48
* [tls] Rename tls_session to tls_connectionMichael Brown2018-03-241-2/+2
* [list] Add list_is_first_entry() and list_is_last_entry()Michael Brown2018-03-241-0/+22
* [rng] Use fixed-point calculations for min-entropy quantitiesMichael Brown2018-03-204-9/+29
* [time] Add support for the ACPI power management timerMichael Brown2018-03-201-0/+7
* [ocsp] Allow OCSP checks to be disabledMichael Brown2018-03-181-0/+12
* [ocsp] Centralise test for whether or not an OCSP check is requiredMichael Brown2018-03-181-0/+15
* [lacp] Mark link as blocked if partner is not yet up and runningMichael Brown2018-03-181-0/+6
* [process] Include process name in debug messagesMichael Brown2018-02-201-2/+7
* [http] Allow for domain names within NTLM user namesMichael Brown2018-02-191-0/+30
* [ena] Add driver for Amazon ENA virtual function NICMichael Brown2018-01-131-0/+1
* [legal] Add missing FILE_LICENCE declarationsMichael Brown2017-12-292-0/+4
* [http] Add support for NTLM authenticationMichael Brown2017-11-122-0/+26
* [http] Handle parsing of WWW-Authenticate header within authentication schemeMichael Brown2017-11-121-8/+47
* [ntlm] Add support for NTLM authentication mechanismMichael Brown2017-11-122-0/+200
* [crypto] Add MD4 message digest algorithmMichael Brown2017-11-122-0/+79
* [peerdist] Gather and report peer statistics during downloadMichael Brown2017-09-062-0/+19
* [job] Allow jobs to report an arbitrary status messageMichael Brown2017-09-061-0/+2
* [hyperv] Do not steal ownership from the Gen 2 UEFI firmwareMichael Brown2017-07-281-0/+7
* [build] Fix use of inline assembly on GCC 4.8 ARM64 buildsMichael Brown2017-07-281-2/+2
* [lan78xx] Add driver for Microchip LAN78xx USB Ethernet NICsMichael Brown2017-07-101-0/+1
* [virtio] Support VIRTIO_NET_F_IOMMU_PLATFORMJason Wang2017-07-101-0/+1
* [smscusb] Abstract out common SMSC USB device functionalityMichael Brown2017-07-071-0/+1
* [tls] Support RFC5746 secure renegotiationMichael Brown2017-07-041-0/+15
* [usb] Use non-zero language ID to retrieve stringsMichael Brown2017-07-031-0/+6
* [exanic] Add driver for Exablaze ExaNIC cardsMichael Brown2017-06-241-0/+1
* [crypto] Expose pem_asn1() for use with non-image dataMichael Brown2017-06-201-1/+7
* [crypto] Provide asn1_built() to construct a cursor from a builderMichael Brown2017-06-201-0/+24
* [crypto] Expose asn1_grow()Michael Brown2017-06-201-0/+1
* [crypto] Expose RSA_CTX_SIZE constantMichael Brown2017-06-201-0/+3
* [usb] Allow for USB network devices with no interrupt endpointMichael Brown2017-06-141-1/+13
* [acpi] Expose ACPI tables via settings mechanismMichael Brown2017-05-231-0/+1
* [efi] Provide access to ACPI tablesMichael Brown2017-05-233-0/+67
* [acpi] Make acpi_find_rsdt() a per-platform methodMichael Brown2017-05-232-16/+69
* [settings] Extend numerical setting tags to 64 bitsMichael Brown2017-05-221-1/+1
* [hyperv] Cope with Windows Server 2016 enlightenmentsMichael Brown2017-04-282-0/+29
* [block] Provide abstraction to allow system to be quiescedMichael Brown2017-04-261-0/+31
* [block] Provide sandev_read() and sandev_write() as global symbolsMichael Brown2017-04-261-6/+4Star