aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-07-28[crypto] Allow for parsing of partial ASN.1 cursorsMichael Brown2-6/+9
2016-07-28[crypto] Remove obsolete extern declaration for asn1_invalidate_cursor()Michael Brown1-1/+0
2016-07-26[hyperv] Use instance UUID in device nameMichael Brown2-2/+6
2016-07-25[ipv6] Allow for multiple routersMichael Brown4-51/+452
2016-07-25[test] Update IPv6 tests to use okx()Michael Brown1-25/+39
2016-07-21[ipv6] Rename ipv6_scope to ipv6_settings_scopeMichael Brown3-8/+8
2016-07-20[ipv6] Create routing table based on IPv6 settingsMichael Brown4-191/+138
2016-07-19[ipv6] Match user expectations for IPv6 settings prioritiesMichael Brown4-2/+31
2016-07-19[settings] Allow settings blocks to specify a sibling orderingMichael Brown2-0/+4
2016-07-19[ipv6] Expose IPv6 link-local address settingsMichael Brown2-0/+116
2016-07-19[dhcpv6] Expose IPv6 address setting acquired through DHCPv6Michael Brown1-18/+49
2016-07-19[ipv6] Expose IPv6 settings acquired through NDPMichael Brown3-5/+282
2016-07-19[ipv6] Allow settings to comprise arbitrary subsets of NDP optionsMichael Brown1-35/+67
2016-07-19[settings] Correctly mortalise autovivified child settings blocksMichael Brown1-0/+1
2016-07-16[ipv6] Rename ipv6_scope to dhcpv6_scopeMichael Brown5-8/+8
2016-07-15[settings] Create space for IPv6 in settings display orderMichael Brown4-22/+26
2016-07-15[ipv6] Perform SLAAC only during autoconfigurationMichael Brown1-8/+14
2016-07-14[intel] Remove duplicate intelvf_mbox_queues() functionMichael Brown1-41/+0
2016-07-12[intel] Strip spurious VLAN tags received by virtual function NICsMichael Brown4-0/+144
2016-07-12[ipv4] Send gratuitous ARPs whenever a new IPv4 address is appliedMichael Brown1-20/+80
2016-07-12[intel] Add PCI device ID for I219-V/LMLukas Grossar1-0/+2
2016-07-11[acpi] Allow time for ACPI power off to take effectMichael Brown1-0/+6
2016-07-11[acpi] Add support for ACPI power offMichael Brown9-4/+519
2016-07-10[rng] Check for functioning RTC interruptMichael Brown2-0/+57
2016-07-08[efi] Install the HII config access protocol on a child of the SNP handleLaszlo Ersek2-4/+75
2016-07-05[profile] Allow profiling to be globally enabled or disabledMichael Brown2-0/+29
2016-07-05[libc] Allow assertions to be globally enabled or disabledMichael Brown2-0/+29
2016-07-05[debug] Allow debug messages to be initially disabled at runtimeMichael Brown2-7/+19
2016-07-05[debug] Allow per-object runtime enabling/disabling of debug messagesMichael Brown1-4/+13
2016-07-04[iscsi] Treat redirection failures as fatalMichael Brown1-1/+10
2016-07-04[downloader] Treat redirection failures as fatalMichael Brown1-2/+6
2016-07-04[xfer] Send intf_close() if redirection failsMichael Brown1-0/+5
2016-07-04[dhcp] Automatically generate vendor class identifier stringMichael Brown9-32/+29
2016-07-04[dhcpv6] Include vendor class identifier option in DHCPv6 requestsMichael Brown2-11/+35
2016-07-04[dhcpv6] Include RFC5970 client architecture options in DHCPv6 requestsMichael Brown2-17/+52
2016-07-04[dhcp] Allow for variable encapsulation of architecture-specific optionsMichael Brown7-45/+39
2016-07-03[pxe] Disable interrupts on the PIC before starting NBPMichael Brown1-0/+5
2016-07-03[bios] Do not enable interrupts when printing to the consoleMichael Brown1-14/+4
2016-06-29[efi] Fix uninitialised data in HII IFR structuresMichael Brown1-0/+1
2016-06-22[thunderx] Fix compilation with older versions of gccMichael Brown1-2/+2
2016-06-22[efi] Do not copy garbage bytes into SNP device path MAC addressMichael Brown1-1/+1
2016-06-20[efi] Report failures to stop the EFI timer tick eventMichael Brown1-2/+16
2016-06-20[smsc75xx] Allow up to 100ms for reset to completeMichael Brown2-11/+16
2016-06-20[virtio] Fix virtio-pci loggingLadi Prosek1-7/+7
2016-06-20[virtio] Renumber virtio_pci_region flagsLadi Prosek1-3/+3
2016-06-18[thunderx] Retrieve base MAC address via EFI_THUNDER_CONFIG_PROTOCOLMichael Brown2-1/+250
2016-06-18[efi] Include VLAN in SNP device path if applicableMichael Brown1-2/+15
2016-06-16[intel] Add PCI device ID for another I219-LMChristian Nilsson1-0/+1
2016-06-15[thunderx] Fix channel configuration for VNICs 1-7Michael Brown1-1/+1
2016-06-13[thunderx] Add driver for Cavium ThunderX SoC NICsMichael Brown3-0/+2618