aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-02-15[console] Support AltGr to access ASCII characters via remappingMichael Brown1-0/+2
2022-02-15[console] Centralise handling of key modifiersMichael Brown1-10/+11
2022-02-10[console] Handle remapping of scancode 86Michael Brown2-1/+8
2022-02-10[usb] Handle upper/lower case and Ctrl-<key> after applying remappingMichael Brown1-6/+11
2022-02-10[usb] Support keyboard remapping via the native USB keyboard driverMichael Brown1-0/+5
2021-11-23[efi] Run ExitBootServices shutdown hook at TPL_NOTIFYshutdown_tpl_notifyMichael Brown2-5/+15
2021-11-22[intel] Add PCI ID for Intel X553 0x15e4Benedikt Braunger1-0/+1
2021-11-12[xhci] Avoid DMA during shutdown if firmware has disabled bus masteringMichael Brown1-0/+22
2021-10-28[xhci] Allow for permanent failure of the command mechanismxhci_failMichael Brown2-2/+51
2021-10-28[virtio] Update driver to use DMA APIAaron Young3-28/+57
2021-09-09[ecm] Use ACPI-provided system-specific MAC address if presentMichael Brown1-0/+9
2021-09-09[ecm] Expose USB vendor/device information to ecm_fetch_mac()Michael Brown3-7/+8
2021-06-28[rdc] Add driver for RDC R6040 embedded NICMichael Brown2-0/+888
2021-06-24[realtek] Work around hardware bug on RTL8211Brealtek_hackMichael Brown1-0/+10
2021-06-04[ath5k] Avoid returning uninitialised data on EEPROM read errorsMichael Brown1-0/+3
2021-05-17[bnxt] Use hexadecimal values in PCI_ROM entriesJoseph2-141/+64
2021-05-17[intel] Add PCI ID for I219-V and -LM 10 to 15Christian Nilsson1-0/+12
2021-04-14[xen] Support scatter-gather to allow for jumbo framesxen-sgMichael Brown2-54/+150
2021-04-10[pci] Avoid scanning nonexistent buses when using PCIAPI_DIRECTMichael Brown1-2/+25
2021-04-10[intel] Add additional PCI device ID to tableTyler J. Stachecki1-0/+1
2021-03-02[linux] Allow arbitrary settings to be applied to Linux devicesMichael Brown1-13/+37
2021-03-02[slirp] Add libslirp driver for LinuxMichael Brown1-0/+552
2021-02-28[linux] Use host glibc system call wrappersMichael Brown2-2/+2
2021-02-16[ath5k] Add missing AR5K_EEPROM_READ in ath5k_eeprom_read_turbo_modesBruce Rogers1-0/+1
2021-02-13[ena] Switch to two-phase reset mechanismMichael Brown2-9/+33
2021-02-02[hermon] Add support for ConnectX-3 based cardsChristian Iversen1-0/+4
2021-02-01[hermon] Avoid parsing length field on completion errorsMichael Brown1-2/+16
2021-02-01[hermon] Make hermon_dump_xxx() functions no-ops on non-debug buildsMichael Brown1-0/+20
2021-02-01[hermon] Minimise reset timehermon_resetMichael Brown2-7/+32
2021-02-01[hermon] Throttle debug output when sensing port typeChristian Iversen1-0/+3
2021-02-01[hermon] Add a debug notice when initialization is completeChristian Iversen1-0/+1
2021-02-01[hermon] Add support for port management eventChristian Iversen2-0/+39
2021-02-01[hermon] Adjust Ethernet work queue sizeChristian Iversen1-3/+3
2021-02-01[hermon] Use reset value suitable for ConnectX-3Michael Brown1-1/+1
2021-02-01[hermon] Clean up whitespace in hermon.cChristian Iversen1-1/+1
2021-02-01[iscsi] Update link to iBFT reference manualChristian Iversen1-2/+6
2021-01-31[hermon] Limit link poll frequency in DOWN statehermon_link_pollMichael Brown2-1/+17
2021-01-29[hermon] Perform clean MPT unmap on device shutdownChristian Iversen2-0/+29
2021-01-29[hermon] Use Ethernet MAC as eIPoIB local EMACChristian Iversen2-17/+20
2021-01-28[hermon] Increase polling rate for command completionsChristian Iversen1-2/+2
2021-01-28[hermon] Add event queue debug functionsMichael Brown1-2/+76
2021-01-28[hermon] Increase command timeout from 2 to 10 secondsChristian Iversen1-1/+1
2021-01-28[hermon] Add assorted debug error messagesMichael Brown1-6/+33
2021-01-28[hermon] Show "issuing command" messages only at DBGLVL_EXTRAMichael Brown1-7/+5
2021-01-28[hermon] Reorganize PCI ROM list and document well-known product namesChristian Iversen1-2/+9
2021-01-28[golan] Backport typo fix in nodnic_prm.h: s/HERMON/NODNIC/Christian Iversen1-2/+2
2021-01-28[arbel] Clean up whitespace in MT25218_PRM.h headerChristian Iversen1-88/+88
2021-01-28[hermon] Clean up whitespace in MT25408_PRM.h headerChristian Iversen1-132/+132
2021-01-27[infiniband] Require drivers to specify the number of portsChristian Iversen6-0/+6
2021-01-15[build] Inhibit spurious array bounds warning on some versions of gccMichael Brown1-1/+1