aboutsummaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)AuthorFilesLines
2016-03-13[efi] Update to current EDK2 headersMichael Brown13-42/+123
2016-03-13[build] Allow assembler section type character to vary by architectureMichael Brown2-4/+15
2016-03-12[arp] Validate length of ARP packetMichael Brown1-0/+10
2016-03-11[crypto] Allow for zero-length ASN.1 cursorsMichael Brown1-2/+14
2016-03-09[xsigo] Add support for Xsigo virtual Ethernet (XVE) EoIB devicesMichael Brown2-0/+407
2016-03-09[eoib] Support non-FullMember gateway devicesMichael Brown1-0/+22
2016-03-09[eoib] Allow the multicast group to be forcefully createdMichael Brown1-0/+21
2016-03-09[eoib] Add Ethernet over Infiniband (EoIB) driverMichael Brown2-0/+61
2016-03-08[ipoib] Resimplify test for received broadcast packetsMichael Brown1-0/+3
2016-03-08[infiniband] Add "ibstat" commandMichael Brown1-0/+16
2016-03-08[infiniband] Assign names to queue pairsMichael Brown1-1/+3
2016-03-08[infiniband] Assign names to CMRC connectionsMichael Brown1-4/+3
2016-03-08[infiniband] Allow for the creation of multicast groupsMichael Brown1-1/+1
2016-03-08[infiniband] Parse MLID, rate, and SL from multicast membership recordMichael Brown1-13/+6
2016-03-08[infiniband] Record multicast GID attachment as part of group membershipMichael Brown1-0/+2
2016-03-08[infiniband] Use correct transaction identifier in CM responsesMichael Brown1-1/+7
2016-03-08[infiniband] Assign names to Infiniband devices for debug messagesMichael Brown1-0/+7
2016-03-08[infiniband] Add support for performing service record lookupsMichael Brown2-1/+39
2016-03-07[infiniband] Remove concept of whole-device owner dataMichael Brown1-24/+0
2016-02-26[ioapi] Split ioremap() out to a separate IOMAP APIMichael Brown3-25/+112
2016-01-27[tcp] Guard against malformed TCP optionsMichael Brown1-2/+0
2016-01-19[usb] Allow USB endpoints to specify a reserved header length for refillsMichael Brown1-3/+8
2016-01-09[image] Provide image_set_uri() to modify an image's URIMichael Brown1-0/+1
2016-01-06[usb] Add support for numeric keypad on USB keyboardsMichael Brown1-0/+34
2016-01-04[smsc95xx] Fetch MAC from SMBIOS OEM string for Honeywell VM3Michael Brown1-0/+3
2015-12-23[settings] Expose SMBIOS settings as global variablesMichael Brown1-0/+10
2015-12-09[efi] Centralise EFI file system info GUIDsMichael Brown1-0/+3
2015-12-07[acm] Add support for CDC-ACM (aka USB RNDIS) devicesMichael Brown2-0/+50
2015-12-07[usb] Allow USB device IDs to include arbitrary driver-specific dataMichael Brown1-0/+4
2015-12-07[usb] Record USB device speed separately from current port speedMichael Brown1-0/+2
2015-12-01[bitops] Provide BIT_QWORD_PTR()Michael Brown1-0/+7
2015-12-01[smsc95xx] Add driver for SMSC/Microchip LAN95xx USB Ethernet NICsMichael Brown1-0/+1
2015-11-30[bitops] Fix definitions for big-endian devicesMichael Brown1-6/+13
2015-11-30[pci] Add definitions for PCI Express function level reset (FLR)Michael Brown1-0/+7
2015-11-30[infiniband] Add qword accessors for ib_guid and ib_gidMichael Brown1-0/+2
2015-11-30[infiniband] Add definitions for FDR and EDR link speedsMichael Brown1-0/+3
2015-10-16[efi] Add support for EFI_GRAPHICS_OUTPUT_PROTOCOL frame buffer consolesMichael Brown1-0/+1
2015-10-14[fbcon] Move margin calculations to fbcon.cMichael Brown1-4/+2
2015-10-14[fbcon] Allow character height to be selected at runtimeMichael Brown1-8/+12
2015-10-07[efi] Import EFI_HII_FONT_PROTOCOL definitionsMichael Brown3-0/+831
2015-10-07[efi] Update to current EDK2 headersMichael Brown28-373/+12442
2015-09-14[efi] Expose unused USB devices via EFI_USB_IO_PROTOCOLMichael Brown2-0/+81
2015-09-14[usb] Allow for wildcard USB class IDsMichael Brown1-3/+42
2015-09-14[usb] Select preferred USB device configuration based on driver scoreMichael Brown1-9/+39
2015-09-13[efi] Include a copy of the device path within struct efi_deviceMichael Brown1-0/+2
2015-09-13[efi] Provide efi_devpath_len()Michael Brown1-0/+1
2015-09-13[usb] Generalise zero-length packet generation logicMichael Brown1-2/+2
2015-09-10[tcpip] Avoid generating positive zero for transmitted UDP checksumsMichael Brown1-2/+36
2015-09-07[efi] Add a USB host controller driver based on EFI_USB_IO_PROTOCOLMichael Brown2-1/+5
2015-09-06[efi] Add USB headers and GUID definitionsMichael Brown5-0/+1992