summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* [iscsi] Update link to iBFT reference manualChristian Iversen2021-02-011-2/+6
* [hermon] Limit link poll frequency in DOWN stateMichael Brown2021-02-012-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-291-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/+5Star
* [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-141-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/+202Star
* [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/+31Star
* [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
* [intelxl] Read MAC address from PRTPM_SA[HL] instead of PRTGL_SA[HL]Michael Brown2020-11-202-5/+13
* [intel] Use physical addresses in debug messagesMichael Brown2020-11-161-9/+9
* [realtek] Use physical addresses in debug messagesMichael Brown2020-11-161-16/+14Star
* [efi] Use casts rather than virt_to_bus() for UNDI buffer addressesMichael Brown2020-11-161-2/+2
* [efi] Do not populate media header length in PXE transmit CPBMichael Brown2020-11-161-1/+0Star
* [intel] Update driver to use DMA APIMichael Brown2020-11-134-85/+143
* [realtek] Update driver to use DMA APIMichael Brown2020-11-052-95/+127
* [malloc] Rename malloc_dma() to malloc_phys()Michael Brown2020-11-0542-313/+317
* [realtek] Reset NIC when closing interface if using legacy modeMichael Brown2020-11-041-0/+4
* [efi] Avoid dragging in USB subsystem via efi_usb_path()Michael Brown2020-10-301-17/+0Star
* [usbblk] Allow USB block device to be described using an EFI device pathMichael Brown2020-10-161-0/+15
* [efi] Split device path functions out to efi_path.cMichael Brown2020-10-161-2/+3
* [usbblk] Add support for USB mass storage devicesMichael Brown2020-10-132-0/+1018
* [usb] Allow endpoints to be refilled to a specified upper limitMichael Brown2020-10-121-3/+16
* [usb] Allow device halt to be cleared independently of host controllerMichael Brown2020-10-121-14/+31
* [ncm] Treat a zero divisor as indicating no alignment requirementsMichael Brown2020-10-021-5/+8
* [usb] Avoid integer underflow on malformed string descriptorsMichael Brown2020-10-021-1/+8
* [usb] Show debug message on device removalMichael Brown2020-09-291-0/+5
* [usb] Reset control endpoints immediately after failureMichael Brown2020-09-291-0/+1
* [pci] Update drivers to use pci_ioremap()Michael Brown2020-09-2545-69/+79