aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* [intelxl] Defer fetching MAC address until after opening admin queueMichael Brown2022-08-121-5/+5
* [intelxl] Set maximum frame size to 9728 bytes as per datasheetMichael Brown2022-08-122-10/+6
* [intelxl] Always issue "clear PXE mode" admin queue commandMichael Brown2022-08-112-13/+11
* [intelxl] Allow expected admin queue command errors to be silencedMichael Brown2022-08-111-3/+7
* [intelxl] Increase data buffer size to 4kBMichael Brown2022-08-111-2/+5
* [intelxl] Separate virtual function driver definitionsMichael Brown2022-08-114-259/+320
* [intelxl] Reuse admin command descriptor and buffer for VF responsesMichael Brown2022-08-112-17/+15
* [intelxl] Handle admin events via a callbackMichael Brown2022-08-113-30/+43
* [intelxl] Rename 8086:1889 PCI ID to "iavf"Michael Brown2022-08-101-1/+1
* [intelxl] Increase receive descriptor ring size to 64 entriesMichael Brown2022-08-101-2/+2
* [intelxl] Negotiate API version for virtual function via admin queueMichael Brown2022-08-103-10/+75
* [intelxl] Use non-zero MSI-X vector for virtual function interruptsMichael Brown2022-08-104-18/+39
* [intelxl] Fix invocation of intelxlvf_admin_queues()Michael Brown2022-08-101-1/+1
* [intelxl] Use function-level reset instead of PFGEN_CTRL.PFSWRMichael Brown2022-08-084-39/+18
* [pci] Generalise function-level reset mechanismMichael Brown2022-08-082-20/+25
* [intelxl] Update list of PCI IDsMichael Brown2022-08-081-0/+5
* [intelxl] Include admin command response data buffer in debug outputMichael Brown2022-08-081-1/+5
* [intelxl] Identify rings consistently in debug messagesMichael Brown2022-08-081-4/+3
* [intelxl] Add missing padding bytes to receive queue contextMichael Brown2022-08-081-0/+2
* [intelxl] Fix bit width of function number in PFFUNC_RID registerMichael Brown2022-08-081-1/+1
* [intelxl] Fix retrieval of switch configuration via admin queueMichael Brown2022-08-081-9/+11
* [ecm] Treat ACPI MAC address as being a non-permanent MAC addressMichael Brown2022-05-233-14/+18
* [pci] Ensure that pci_read_config() initialises all fieldsMichael Brown2022-02-161-0/+5
* [console] Support AltGr to access ASCII characters via remappingMichael Brown2022-02-151-0/+2
* [console] Centralise handling of key modifiersMichael Brown2022-02-151-10/+11
* [console] Handle remapping of scancode 86Michael Brown2022-02-102-1/+8
* [usb] Handle upper/lower case and Ctrl-<key> after applying remappingMichael Brown2022-02-101-6/+11
* [usb] Support keyboard remapping via the native USB keyboard driverMichael Brown2022-02-101-0/+5
* [efi] Run ExitBootServices shutdown hook at TPL_NOTIFYshutdown_tpl_notifyMichael Brown2021-11-232-5/+15
* [intel] Add PCI ID for Intel X553 0x15e4Benedikt Braunger2021-11-221-0/+1
* [xhci] Avoid DMA during shutdown if firmware has disabled bus masteringMichael Brown2021-11-121-0/+22
* [xhci] Allow for permanent failure of the command mechanismxhci_failMichael Brown2021-10-282-2/+51
* [virtio] Update driver to use DMA APIAaron Young2021-10-283-28/+57
* [ecm] Use ACPI-provided system-specific MAC address if presentMichael Brown2021-09-091-0/+9
* [ecm] Expose USB vendor/device information to ecm_fetch_mac()Michael Brown2021-09-093-7/+8
* [rdc] Add driver for RDC R6040 embedded NICMichael Brown2021-06-282-0/+888
* [realtek] Work around hardware bug on RTL8211BMichael Brown2021-06-241-0/+10
* [ath5k] Avoid returning uninitialised data on EEPROM read errorsMichael Brown2021-06-041-0/+3
* [bnxt] Use hexadecimal values in PCI_ROM entriesJoseph2021-05-172-141/+64
* [intel] Add PCI ID for I219-V and -LM 10 to 15Christian Nilsson2021-05-171-0/+12
* [xen] Support scatter-gather to allow for jumbo framesxen-sgMichael Brown2021-04-142-54/+150
* [pci] Avoid scanning nonexistent buses when using PCIAPI_DIRECTMichael Brown2021-04-101-2/+25
* [intel] Add additional PCI device ID to tableTyler J. Stachecki2021-04-101-0/+1
* [linux] Allow arbitrary settings to be applied to Linux devicesMichael Brown2021-03-021-13/+37
* [slirp] Add libslirp driver for LinuxMichael Brown2021-03-021-0/+552
* [linux] Use host glibc system call wrappersMichael Brown2021-02-282-2/+2
* [ath5k] Add missing AR5K_EEPROM_READ in ath5k_eeprom_read_turbo_modesBruce Rogers2021-02-161-0/+1
* [ena] Switch to two-phase reset mechanismMichael Brown2021-02-132-9/+33
* [hermon] Add support for ConnectX-3 based cardsChristian Iversen2021-02-021-0/+4
* [hermon] Avoid parsing length field on completion errorsMichael Brown2021-02-011-2/+16