summaryrefslogtreecommitdiffstats
path: root/src/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [intel] Add PCI device ID for I219-V/LMLukas Grossar2016-07-121-0/+2
* [thunderx] Fix compilation with older versions of gccMichael Brown2016-06-221-2/+2
* [smsc75xx] Allow up to 100ms for reset to completeMichael Brown2016-06-202-11/+16
* [thunderx] Retrieve base MAC address via EFI_THUNDER_CONFIG_PROTOCOLMichael Brown2016-06-182-1/+250
* [intel] Add PCI device ID for another I219-LMChristian Nilsson2016-06-161-0/+1
* [thunderx] Fix channel configuration for VNICs 1-7Michael Brown2016-06-151-1/+1
* [thunderx] Add driver for Cavium ThunderX SoC NICsMichael Brown2016-06-132-0/+2617
* [tg3] Add missing memory barrierLeendert van Doorn2016-06-131-0/+2
* [tg3] Fix address truncation bug on 64-bit machinesLeendert van Doorn2016-06-102-2/+2
* [pci] Support systems with multiple PCI root bridgesMichael Brown2016-06-091-5/+7
* [axge] Add driver for ASIX 10/100/1000 USB Ethernet NICsMichael Brown2016-05-262-0/+972
* [ath9k] Fix buffer overrun for ar9287Christian Hesse2016-05-121-4/+3Star
* [efi] Guard against GetStatus() failing to return a NULL TX bufferMichael Brown2016-05-121-0/+1
* [ath] Fix building with GCC 6Michael Brown2016-05-049-150/+101Star
* [skge] Fix building with GCC 6Michael Brown2016-05-041-5/+0Star
* [sis190] Fix building with GCC 6Michael Brown2016-05-042-13/+0Star
* [tg3] Fix _tg3_flag() for 64-bit buildsMichael Brown2016-05-021-1/+1
* [virtio] Add virtio-net 1.0 supportLadi Prosek2016-04-151-11/+251
* [virtio] Add virtio 1.0 PCI supportLadi Prosek2016-04-151-2/+3
* [virtio] Add virtio 1.0 constants and data structuresLadi Prosek2016-04-151-0/+16
* [intel] Add PCI device ID for another I219-VChristian Nilsson2016-03-291-0/+1
* [etherfabric] Avoid use of sleep() in driver codeMichael Brown2016-03-221-1/+1
* [3c5x9] Avoid use of sleep() in driver codeMichael Brown2016-03-221-1/+1
* [infiniband] Allow drivers to override the eIPoIB LEMACMichael Brown2016-03-211-0/+1
* [ipoib] Allow external code to identify IPoIB network devicesMichael Brown2016-03-201-0/+18
* [tg3] Remove x86-specific inline assemblyMichael Brown2016-03-121-27/+9Star
* [3c595] Fix compilation when "char" is unsigned by defaultMichael Brown2016-03-121-1/+1
* [eoib] Support non-FullMember gateway devicesMichael Brown2016-03-091-2/+98
* [eoib] Allow the multicast group to be forcefully createdMichael Brown2016-03-091-2/+2
* [eoib] Silently ignore EoIB heartbeat packetsMichael Brown2016-03-091-0/+45
* [eoib] Add Ethernet over Infiniband (EoIB) driverMichael Brown2016-03-091-0/+754
* [ipoib] Increase number of transmit work queue entriesMichael Brown2016-03-081-2/+2