aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2021-01-13[isa] Add missing #include <config/isa.h>Manuel Mendez1-0/+1
2021-01-04[xhci] Avoid false positive Coverity warningMichael Brown1-1/+1
2021-01-03[xhci] Show meaningful error messages after command failuresMichael Brown1-7/+25
2021-01-03[xhci] Fail attempts to issue concurrent commandsMichael Brown1-0/+8
2020-12-28[sfc] Update email addressesMartin Habets5-10/+16
2020-12-28[golan] Add new PCI IDsMohammed Taha1-0/+3
2020-12-16[iphone] Add iPhone tethering driverMichael Brown2-0/+2559
2020-11-29[xhci] Update driver to use DMA APIMichael Brown2-91/+175
2020-11-28[dma] Move I/O buffer DMA operations to iobuf.hMichael Brown9-328/+202
2020-11-28[dma] Record DMA device as part of DMA mapping if neededMichael Brown3-40/+41
2020-11-25[dma] Modify DMA API to simplify calculation of medial addressesMichael Brown4-45/+31
2020-11-24[intelxl] Configure DMA mask as 64-bitMichael Brown2-2/+8
2020-11-24[intel] Configure DMA mask as 64-bitMichael Brown3-3/+12
2020-11-21[intelxl] Update driver to use DMA APIMichael Brown3-121/+215
2020-11-21[intelxl] Read PCI bus:dev.fn number from PFFUNC_RID registerMichael Brown2-2/+9
2020-11-20[intelxl] Read MAC address from PRTPM_SA[HL] instead of PRTGL_SA[HL]Michael Brown2-5/+13
2020-11-16[intel] Use physical addresses in debug messagesMichael Brown1-9/+9
2020-11-16[realtek] Use physical addresses in debug messagesMichael Brown1-16/+14
2020-11-15[efi] Use casts rather than virt_to_bus() for UNDI buffer addressesMichael Brown1-2/+2
2020-11-15[efi] Do not populate media header length in PXE transmit CPBMichael Brown1-1/+0
2020-11-13[intel] Update driver to use DMA APIMichael Brown4-85/+143
2020-11-05[realtek] Update driver to use DMA APIMichael Brown2-95/+127
2020-11-05[malloc] Rename malloc_dma() to malloc_phys()Michael Brown42-313/+317
2020-11-04[realtek] Reset NIC when closing interface if using legacy modeMichael Brown1-0/+4
2020-10-30[efi] Avoid dragging in USB subsystem via efi_usb_path()Michael Brown1-17/+0
2020-10-16[usbblk] Allow USB block device to be described using an EFI device pathMichael Brown1-0/+15
2020-10-16[efi] Split device path functions out to efi_path.cMichael Brown1-2/+3
2020-10-13[usbblk] Add support for USB mass storage devicesMichael Brown2-0/+1018