aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* [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
* [hermon] Make hermon_dump_xxx() functions no-ops on non-debug buildsMichael Brown2021-02-011-0/+20
* [hermon] Minimise reset timeMichael Brown2021-02-012-7/+32
* [hermon] Throttle debug output when sensing port typeChristian Iversen2021-02-011-0/+3
* [hermon] Add a debug notice when initialization is completeChristian Iversen2021-02-011-0/+1
* [hermon] Add support for port management eventChristian Iversen2021-02-012-0/+39
* [hermon] Adjust Ethernet work queue sizeChristian Iversen2021-02-011-3/+3
* [hermon] Use reset value suitable for ConnectX-3Michael Brown2021-02-011-1/+1
* [hermon] Clean up whitespace in hermon.cChristian Iversen2021-02-011-1/+1
* [iscsi] Update link to iBFT reference manualChristian Iversen2021-02-011-2/+6
* [hermon] Limit link poll frequency in DOWN stateMichael Brown2021-01-312-1/+17
* [hermon] Perform clean MPT unmap on device shutdownChristian Iversen2021-01-292-0/+29
* [hermon] Use Ethernet MAC as eIPoIB local EMACChristian Iversen2021-01-292-17/+20
* [hermon] Increase polling rate for command completionsChristian Iversen2021-01-281-2/+2
* [hermon] Add event queue debug functionsMichael Brown2021-01-281-2/+76
* [hermon] Increase command timeout from 2 to 10 secondsChristian Iversen2021-01-281-1/+1
* [hermon] Add assorted debug error messagesMichael Brown2021-01-281-6/+33
* [hermon] Show "issuing command" messages only at DBGLVL_EXTRAMichael Brown2021-01-281-7/+5
* [hermon] Reorganize PCI ROM list and document well-known product namesChristian Iversen2021-01-281-2/+9
* [golan] Backport typo fix in nodnic_prm.h: s/HERMON/NODNIC/Christian Iversen2021-01-281-2/+2
* [arbel] Clean up whitespace in MT25218_PRM.h headerChristian Iversen2021-01-281-88/+88
* [hermon] Clean up whitespace in MT25408_PRM.h headerChristian Iversen2021-01-281-132/+132
* [infiniband] Require drivers to specify the number of portsChristian Iversen2021-01-276-0/+6
* [build] Inhibit spurious array bounds warning on some versions of gccMichael Brown2021-01-151-1/+1
* [isa] Add missing #include <config/isa.h>Manuel Mendez2021-01-131-0/+1
* [xhci] Avoid false positive Coverity warningMichael Brown2021-01-041-1/+1
* [xhci] Show meaningful error messages after command failuresMichael Brown2021-01-031-7/+25
* [xhci] Fail attempts to issue concurrent commandsMichael Brown2021-01-031-0/+8
* [sfc] Update email addressesMartin Habets2020-12-285-10/+16
* [golan] Add new PCI IDsMohammed Taha2020-12-281-0/+3
* [iphone] Add iPhone tethering driverMichael Brown2020-12-162-0/+2559
* [xhci] Update driver to use DMA APIMichael Brown2020-11-292-91/+175
* [dma] Move I/O buffer DMA operations to iobuf.hMichael Brown2020-11-289-328/+202
* [dma] Record DMA device as part of DMA mapping if neededMichael Brown2020-11-283-40/+41
* [dma] Modify DMA API to simplify calculation of medial addressesMichael Brown2020-11-254-45/+31
* [intelxl] Configure DMA mask as 64-bitMichael Brown2020-11-242-2/+8
* [intel] Configure DMA mask as 64-bitMichael Brown2020-11-243-3/+12
* [intelxl] Update driver to use DMA APIMichael Brown2020-11-213-121/+215
* [intelxl] Read PCI bus:dev.fn number from PFFUNC_RID registerMichael Brown2020-11-212-2/+9