summaryrefslogtreecommitdiffstats
path: root/src/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* [intel] Add PCI ID for I219-V and -LM 6 to 9HEADmasterChristian Nilsson2019-03-181-0/+8
* [sfc] Add support for X25xx adaptersMartin Habets2018-08-262-3/+11
* [intelxl] Add driver for Intel 40 Gigabit Ethernet NICsMichael Brown2018-07-172-0/+2315
* [ethernet] Use standard 1500 byte MTU unless explicitly overriddenMichael Brown2018-07-172-0/+2
* [intelx] Add support for Intel X552 NICSteven Haber2018-07-071-0/+1
* [icplus] Add driver for IC+ network cardSylvie Barlow2018-04-202-0/+1015
* [mii] Add mii_find()Sylvie Barlow2018-04-201-0/+25
* [mii] Separate concepts of MII interface and MII deviceMichael Brown2018-04-199-40/+70
* [velocity] Fix usage of mii_read() and mii_write()Michael Brown2018-04-191-4/+4
* [rhine] Fix usage of mii_read()Michael Brown2018-04-191-2/+1Star
* [intelx] Add PCI_ROM entry for Intel X553 NICRob Taglang2018-04-101-0/+1
* [efi] Provide Map_Mem() and associated UNDI callbacksMichael Brown2018-03-201-0/+163
* [intel] Add PCI_ROM entry for Intel i354 NICRob Taglang2018-03-151-0/+1
* [intel] Work around broken reset mechanism in i219 devicesMichael Brown2018-02-032-9/+31
* [ena] Fix spurious uninitialised variable warning on older versions of gccMichael Brown2018-01-171-31/+7Star
* [tg3] Add support for SerDes PHY initializationJoseph Wong2018-01-142-4/+1021
* [skel] Remove MII interfaceMichael Brown2018-01-142-60/+0Star
* [ena] Add driver for Amazon ENA virtual function NICMichael Brown2018-01-132-0/+1627
* [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