aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-26[ena] Limit submission queue fill level to completion queue sizeMichael Brown2-4/+11
2022-08-16[intelxl] Explicitly request a single queue pair for virtual functionsMichael Brown2-1/+58
2022-08-16[intelxl] Allow for admin commands that trigger a VF resetMichael Brown1-13/+28
2022-08-16[intelxl] Negotiate virtual function API version 1.1Michael Brown3-3/+31
2022-08-16[intelxl] Show virtual function packet statistics for debuggingMichael Brown2-0/+88
2022-08-12[intelxl] Add driver for Intel 100 Gigabit Ethernet NICsMichael Brown5-7/+1569
2022-08-12[intelxl] Use admin queue to set port MAC address and maximum frame sizeMichael Brown2-27/+105
2022-08-12[intelxl] Use admin queue to get port MAC addressMichael Brown2-51/+82
2022-08-12[intelxl] Defer fetching MAC address until after opening admin queueMichael Brown1-5/+5
2022-08-12[intelxl] Set maximum frame size to 9728 bytes as per datasheetMichael Brown2-10/+6
2022-08-11[intelxl] Always issue "clear PXE mode" admin queue commandMichael Brown2-13/+11
2022-08-11[intelxl] Allow expected admin queue command errors to be silencedMichael Brown1-3/+7
2022-08-11[intelxl] Increase data buffer size to 4kBMichael Brown1-2/+5
2022-08-11[intelxl] Separate virtual function driver definitionsMichael Brown4-259/+320
2022-08-11[intelxl] Reuse admin command descriptor and buffer for VF responsesMichael Brown2-17/+15
2022-08-11[intelxl] Handle admin events via a callbackMichael Brown3-30/+43
2022-08-10[intelxl] Rename 8086:1889 PCI ID to "iavf"Michael Brown1-1/+1
2022-08-10[intelxl] Increase receive descriptor ring size to 64 entriesMichael Brown1-2/+2
2022-08-10[intelxl] Negotiate API version for virtual function via admin queueMichael Brown3-10/+75
2022-08-10[intelxl] Use non-zero MSI-X vector for virtual function interruptsMichael Brown4-18/+39
2022-08-10[intelxl] Fix invocation of intelxlvf_admin_queues()Michael Brown1-1/+1
2022-08-08[intelxl] Use function-level reset instead of PFGEN_CTRL.PFSWRMichael Brown4-39/+18
2022-08-08[pci] Generalise function-level reset mechanismMichael Brown3-20/+26
2022-08-08[intelxl] Update list of PCI IDsMichael Brown1-0/+5
2022-08-08[intelxl] Include admin command response data buffer in debug outputMichael Brown1-1/+5
2022-08-08[intelxl] Identify rings consistently in debug messagesMichael Brown1-4/+3
2022-08-08[intelxl] Add missing padding bytes to receive queue contextMichael Brown1-0/+2
2022-08-08[intelxl] Fix bit width of function number in PFFUNC_RID registerMichael Brown1-1/+1
2022-08-08[intelxl] Fix retrieval of switch configuration via admin queueMichael Brown1-9/+11
2022-06-10[acpi] Expose system MAC address via ${sysmac} settingsysmacMichael Brown1-0/+37
2022-05-23[cachedhcp] Allow cached DHCPACK to override a temporary MAC addresshwmacMichael Brown1-9/+42
2022-05-23[ecm] Treat ACPI MAC address as being a non-permanent MAC addressMichael Brown3-14/+18
2022-04-06[cloud] Allow aws-import script to run on Python 3.6Michael Brown1-1/+1
2022-03-25[acpi] Support the "_RTXMAC_" format for ACPI-based MAC addressesMichael Brown2-28/+144
2022-03-24[acpi] Add MAC address extraction self-testsMichael Brown2-0/+239
2022-03-24[linux] Add stub phys_to_user() implementationMichael Brown1-1/+14
2022-03-24[acpi] Allow for the possibility of overriding ACPI tables at link timeMichael Brown5-5/+26
2022-03-15[efi] Support Unicode character output via framebuffer consoleMichael Brown1-3/+48
2022-03-15[fbcon] Support Unicode character outputMichael Brown4-74/+161
2022-03-15[efi] Support Unicode character output via text consoleMichael Brown1-1/+17
2022-03-15[utf8] Add UTF-8 accumulation self-testsMichael Brown2-0/+165
2022-03-01[utf8] Add ability to accumulate Unicode characters from UTF-8 bytesMichael Brown2-0/+206
2022-02-23[dns] Always start DNS queries using the first configured DNS serverdns_primaryMichael Brown1-5/+4
2022-02-16[console] Include mappings for AltGr-Shift-<key>Michael Brown20-3/+118
2022-02-16[console] Support changing keyboard map at runtimeMichael Brown4-2/+174
2022-02-16[settings] Always process all settings applicatorsMichael Brown1-7/+3
2022-02-16[console] Ensure that US keyboard map appears at start of linker tableMichael Brown3-3/+7
2022-02-16[xsigo] Avoid storing unused uninitialised fields in gateway addressMichael Brown1-0/+1
2022-02-16[pci] Ensure that pci_read_config() initialises all fieldsMichael Brown1-0/+5
2022-02-16[image] Do not clear current working URI when executing embedded imageMichael Brown1-2/+5