summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* [exanic] Power up optical PHYs (if present)Peter von Konigsmark2017-09-072-0/+7
* [efi] Raise TPL when calling UNDI entry pointMichael Brown2017-09-051-0/+8
* [linux] Impose receive quota on tap driverMichael Brown2017-09-041-1/+4
* [intel] Add various PCI device IDsRichard Moore2017-08-221-0/+4
* [efi] Enumerate PCI BARs in same order as SnpDxeMichael Brown2017-07-211-2/+2
* [lan78xx] Add driver for Microchip LAN78xx USB Ethernet NICsMichael Brown2017-07-102-0/+494
* [smsc75xx] Expose functionality shared with LAN78xx devicesMichael Brown2017-07-102-6/+13
* [smscusb] Allow for alternative PHY register layoutsMichael Brown2017-07-106-24/+49
* [smscusb] Move non-inline register access functions to smscusb.cMichael Brown2017-07-102-49/+61
* [virtio] Support VIRTIO_NET_F_IOMMU_PLATFORMJason Wang2017-07-101-1/+2
* [smscusb] Add ability to read MAC address from OTPMichael Brown2017-07-072-1/+251
* [smsc75xx] Use common SMSC USB device functionalityMichael Brown2017-07-072-721/+127Star
* [smsc95xx] Use common SMSC USB device functionalityMichael Brown2017-07-072-778/+141Star
* [smscusb] Abstract out common SMSC USB device functionalityMichael Brown2017-07-072-0/+825
* [intel] Add support for I219-V in 7th Gen Intel NUCJerone Young2017-07-051-0/+1
* [usb] Use non-zero language ID to retrieve stringsMichael Brown2017-07-031-1/+36
* [exanic] Add driver for Exablaze ExaNIC cardsMichael Brown2017-06-242-0/+1168
* [ecm] Display invalid MAC address strings in debug messagesMichael Brown2017-06-141-1/+6
* [intel] Add INTEL_NO_PHY_RST for I219-VMika Tiainen2017-06-141-1/+1
* [usb] Allow for USB network devices with no interrupt endpointMichael Brown2017-06-141-13/+21
* [xen] Provide 18 4kB receive buffers to work around xen-netback bugMichael Brown2017-05-192-15/+41
* [iscsi] Fix iBFT when no explicit initiator name setting existsMichael Brown2017-05-101-5/+9
* [hyperv] Cope with Windows Server 2016 enlightenmentsMichael Brown2017-04-282-0/+62
* [intel] Do not enable ASDE on i350 backplane NICMichael Brown2017-04-162-2/+6
* [intel] Show original CTRL and STATUS values in debugging outputMichael Brown2017-04-141-4/+12
* [sfc] Add driver for Solarflare SFC8XXX adaptersMartin Habets2017-04-109-0/+5602
* [thunderx] Use ThunderxConfigProtocol to obtain board configurationAdamczyk, Konrad2017-03-312-110/+60Star
* [scsi] Retry TEST UNIT READY commandMichael Brown2017-03-291-10/+35
* [linux] Fix building with kernel 4.11 headersMichael Brown2017-03-292-0/+2
* [build] Avoid implicit-fallthrough warnings on GCC 7Michael Brown2017-03-296-0/+18
* [iscsi] Do not install iBFT when no iSCSI targets existMichael Brown2017-03-281-0/+7
* [block] Describe all SAN devices via ACPI tablesMichael Brown2017-03-282-173/+287
* [scsi] Avoid duplicate call to scsicmd_close() on TEST UNIT READY failureMichael Brown2017-03-261-2/+4
* [vxge] Fix use of stale I/O buffer on error pathMichael Brown2017-03-231-2/+2
* [sky2] Use 32-bit read to read Y2_VAUX_AVAILMike McCormack2017-03-232-2/+2
* [pcnet32] Eliminate redundant register readMichael Brown2017-03-231-2/+1Star
* [golan] Bug fixes and improved paging allocation methodRaed Salem2017-03-2317-555/+199Star
* [rtl818x] Fix resource leak on error pathMichael Brown2017-03-231-2/+6
* [sis190] Avoid NULL pointer dereferenceMichael Brown2017-03-221-1/+1
* [w89c840] Avoid potential array overrunMichael Brown2017-03-221-1/+1
* [tlan] Guard against failure to identify chipMichael Brown2017-03-221-0/+2
* [hermon] Assert that mapping length is non-zeroMichael Brown2017-03-221-0/+1
* [arbel] Assert that mapping length is non-zeroMichael Brown2017-03-221-0/+1
* [usb] Use correct length for memcpy()Michael Brown2017-03-221-2/+2
* [ath] Add missing break statementsMichael Brown2017-03-221-0/+3
* [infiniband] Return status code from ib_create_cq() and ib_create_qp()Michael Brown2017-03-224-42/+33Star
* [xhci] Avoid accessing beyond end of endpoint context arrayMichael Brown2017-03-211-1/+1
* [eoib] Avoid passing a NULL I/O buffer to netdev_tx_complete_err()Michael Brown2017-03-211-1/+2
* [usb] Use correct length for memcpy()Michael Brown2017-03-211-1/+2
* [sis900] Remove extraneous memset() with incorrect lengthMichael Brown2017-03-211-2/+1Star