summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* [infiniband] Allow SRP device to be described using an EFI device pathMichael Brown2020-10-232-0/+38
* [fcp] Allow Fibre Channel device to be described using an EFI device pathMichael Brown2020-10-222-0/+10
* [iscsi] Allow iSCSI device to be described using an EFI device pathMichael Brown2020-10-201-0/+3
* [aoe] Allow AoE device to be described using an EFI device pathMichael Brown2020-10-192-0/+33
* [efi] Provide utility function to concatenate device pathsMichael Brown2020-10-191-0/+2
* [efi] Split efi_netdev_path() out to a separate functionMichael Brown2020-10-191-0/+2
* [efi] Provide efi_uri_path() to construct a URI device pathMichael Brown2020-10-191-0/+2
* [efi] Split efi_usb_path() out to a separate functionMichael Brown2020-10-162-4/+5
* [efi] Define an interface operation to describe using an EFI device pathMichael Brown2020-10-161-0/+5
* [efi] Split device path functions out to efi_path.cMichael Brown2020-10-162-4/+19
* [efi] Provide EFI_INTF_OP for EFI-only interface operationsMichael Brown2020-10-161-0/+7
* [interface] Allow for the definition of an unused interface operationMichael Brown2020-10-161-0/+15
* [usbblk] Add support for USB mass storage devicesMichael Brown2020-10-131-0/+1
* [usb] Move usbio driver to end of USB driver listMichael Brown2020-10-131-0/+3
* [usb] Allow endpoints to be refilled to a specified upper limitMichael Brown2020-10-121-0/+1
* [usb] Allow device halt to be cleared independently of host controllerMichael Brown2020-10-121-0/+1
* [efi] Fix reporting of USB supported languages arrayMichael Brown2020-10-021-1/+3
* [efi] Allow DEBUG=efi_wrap to be used independently of a loaded imageMichael Brown2020-10-011-0/+1
* [efi] Use address offset as reported by EFI_PCI_ROOT_BRIDGE_IO_PROTOCOLMichael Brown2020-09-252-13/+132
* [pci] Define pci_ioremap() for mapping PCI bus addressesMichael Brown2020-09-243-0/+37
* [efi] Add debug wrappers for all boot services functions of interestMichael Brown2020-09-191-1/+2
* [build] Fix building on older versions of gccMichael Brown2020-08-231-16/+21
* [cmdline] Add "--timeout" parameter to "ifconf" commandJoe Groocock2020-07-221-1/+2
* [xfer] Remove address family from definition of a socket openerMichael Brown2020-07-151-2/+0Star
* [libc] Add bit-rotation functions for unsigned long valuesMichael Brown2020-07-091-8/+26
* [libc] Provide an unoptimised generic_memcpy_reverse()Michael Brown2020-07-071-0/+2
* [efi] Enable stack protection where possibleMichael Brown2020-06-241-0/+32
* [crypto] Ensure that test code drags in required ASN.1 object identifiersMichael Brown2020-06-171-0/+18
* [peerdist] Limit number of concurrent raw block downloadsMichael Brown2019-08-161-0/+24
* [process] Add PROC_INIT() for initialising static processesMichael Brown2019-08-161-5/+13
* [fdt] Add ability to parse a MAC address from a flattened device treeMichael Brown2019-07-192-0/+103
* [build] Fix use of inline assembly on GCC 8 ARM64 buildsMichael Brown2019-07-141-2/+2
* [intelxl] Add driver for Intel 40 Gigabit Ethernet NIC virtual functionsMichael Brown2019-04-271-0/+1
* [vlan] Provide vlan_netdev_rx() and vlan_netdev_rx_err()Michael Brown2019-04-271-2/+6
* [pci] Add support for PCI MSI-X interruptsMichael Brown2019-04-243-0/+89
* [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