summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
...
* [ipv6] Allow for multiple routersMichael Brown2016-07-252-2/+45
* [ipv6] Rename ipv6_scope to ipv6_settings_scopeMichael Brown2016-07-211-1/+1
* [ipv6] Create routing table based on IPv6 settingsMichael Brown2016-07-201-4/+6
* [ipv6] Match user expectations for IPv6 settings prioritiesMichael Brown2016-07-191-0/+12
* [settings] Allow settings blocks to specify a sibling orderingMichael Brown2016-07-191-0/+2
* [ipv6] Expose IPv6 link-local address settingsMichael Brown2016-07-191-0/+3
* [ipv6] Expose IPv6 settings acquired through NDPMichael Brown2016-07-191-0/+9
* [ipv6] Rename ipv6_scope to dhcpv6_scopeMichael Brown2016-07-161-1/+1
* [settings] Create space for IPv6 in settings display orderMichael Brown2016-07-151-16/+20
* [acpi] Add support for ACPI power offMichael Brown2016-07-111-0/+75
* [efi] Install the HII config access protocol on a child of the SNP handleLaszlo Ersek2016-07-081-0/+4
* [profile] Allow profiling to be globally enabled or disabledMichael Brown2016-07-051-0/+2
* [libc] Allow assertions to be globally enabled or disabledMichael Brown2016-07-051-0/+2
* [debug] Allow debug messages to be initially disabled at runtimeMichael Brown2016-07-051-1/+5
* [debug] Allow per-object runtime enabling/disabling of debug messagesMichael Brown2016-07-051-4/+13
* [dhcp] Automatically generate vendor class identifier stringMichael Brown2016-07-041-0/+23
* [dhcpv6] Include vendor class identifier option in DHCPv6 requestsMichael Brown2016-07-041-11/+32
* [dhcpv6] Include RFC5970 client architecture options in DHCPv6 requestsMichael Brown2016-07-041-0/+33
* [virtio] Renumber virtio_pci_region flagsLadi Prosek2016-06-201-3/+3
* [thunderx] Add driver for Cavium ThunderX SoC NICsMichael Brown2016-06-131-0/+1
* [cmdline] Add "ntp" commandMichael Brown2016-06-131-0/+14
* [ntp] Add simple NTP clientMichael Brown2016-06-132-0/+110
* [time] Allow system clock to be adjusted at runtimeMichael Brown2016-06-132-3/+16
* [tcp] Send TCP keepalives on idle established connectionsMichael Brown2016-06-131-0/+8
* [pci] Support systems with multiple PCI root bridgesMichael Brown2016-06-091-7/+9
* [efi] Expose DHCP packets via the Apple NetBoot protocolMichael Brown2016-05-292-0/+47
* [dhcp] Fix definitions for x86_64 and EFI BC client architecturesMichael Brown2016-05-261-4/+4
* [arm] Use correct DHCP client architecture valuesMichael Brown2016-05-261-0/+4
* [axge] Add driver for ASIX 10/100/1000 USB Ethernet NICsMichael Brown2016-05-261-0/+1
* [lotest] Add option to use broadcast packets for loopback testingMichael Brown2016-05-231-1/+2
* [settings] Extend numerical setting tags to "unsigned long"Michael Brown2016-05-201-1/+1
* [pci] Add support for PCI Enhanced AllocationMichael Brown2016-05-203-0/+72
* [legacy] Fix building with GCC 6Michael Brown2016-05-041-1/+2
* [efi] Generalise EFI entropy generation to non-x86 CPUsMichael Brown2016-05-041-0/+1
* [efi] Use a timer event to generate the currticks() timerMichael Brown2016-05-042-302/+18Star
* [tcpip] Do not fall back to using unoptimised TCP/IP checksummingMichael Brown2016-05-041-9/+4Star
* [libc] Allow CPU architectures to use unoptimised string functionsMichael Brown2016-04-191-6/+8
* [virtio] Add virtio 1.0 PCI supportLadi Prosek2016-04-153-1/+153
* [virtio] Add virtio 1.0 constants and data structuresLadi Prosek2016-04-152-0/+68
* [pci] Add pci_find_next_capability()Ladi Prosek2016-04-151-0/+2
* [pool] Fix check for reopenable pooled connectionsSuresh Sundriyal2016-04-121-1/+1
* [iscsi] Include DHCP server address in iBFTMichael Brown2016-03-291-0/+2
* [golan] Add Connect-IB, ConnectX-4 and ConnectX-4 Lx (Infiniband) supportWissam Shoukair2016-03-221-0/+2
* [int13] Allow default drive to be specified via "san-drive" settingMichael Brown2016-03-221-3/+3
* [int13] Allow drive to be hooked using the natural drive numberMichael Brown2016-03-221-1/+1
* [infiniband] Allow drivers to override the eIPoIB LEMACMichael Brown2016-03-211-0/+4
* [ipoib] Allow external code to identify IPoIB network devicesMichael Brown2016-03-201-0/+1
* [libc] Allow container_of() to be used on volatile pointersMichael Brown2016-03-181-1/+1
* [xen] Use generic test_and_clear_bit() functionMichael Brown2016-03-161-0/+14
* [bitops] Add generic atomic bit test, set, and clear functionsMichael Brown2016-03-161-0/+19