summaryrefslogtreecommitdiffstats
path: root/src/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* [intel] Add PCI device ID for X550-T2Janos Mattyasovszky2017-12-201-0/+1
* [exanic] Add PCI device ID for another X40 variantPeter von Konigsmark2017-09-071-0/+1
* [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
* [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
* [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
* [xen] Provide 18 4kB receive buffers to work around xen-netback bugMichael Brown2017-05-192-15/+41
* [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
* [build] Avoid implicit-fallthrough warnings on GCC 7Michael Brown2017-03-295-0/+17
* [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
* [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
* [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-222-22/+17Star
* [eoib] Avoid passing a NULL I/O buffer to netdev_tx_complete_err()Michael Brown2017-03-211-1/+2
* [sis900] Remove extraneous memset() with incorrect lengthMichael Brown2017-03-211-2/+1Star
* [efi] Skip cable detection at initialisation where possibleMichael Brown2017-03-191-23/+19Star
* [build] Provide common ARRAY_SIZE() definitionMichael Brown2017-03-108-19/+2Star
* [intel] Reset all virtual function settingsVishvananda Ishaya2017-03-094-13/+91
* [thunderx] Don't disable NIC when exiting from iPXEKonrad Adamczyk2017-02-071-3/+0Star
* [thunderx] Fix hardware deinitializationBartosz Szczepanek2017-02-071-0/+7
* [intel] Add INTEL_NO_PHY_RST for I219-LM (2)Christian Nilsson2017-01-261-1/+1
* [time] Allow timer to be selected at runtimeMichael Brown2017-01-262-2/+2
* [virtio] Use host-specified MTU when availableMichael Brown2017-01-232-13/+37
* [virtio] Use separate RX and TX empty header buffersMichael Brown2017-01-231-7/+12
* [virtio] Remove queue size limit in legacy virtioLadi Prosek2017-01-221-0/+1
* [virtio] Simplify virtqueue shutdownLadi Prosek2017-01-221-11/+19
* [intel] Remove duplicate intelvf_mbox_queues() functionMichael Brown2016-07-141-41/+0Star
* [intel] Strip spurious VLAN tags received by virtual function NICsMichael Brown2016-07-124-0/+144